• v0.8.3 8452620f99

    v0.8.3 Stable

    lbry-ci released this 2017-02-15 23:29:40 +01:00 | 7334 commits to master since this release

    Fixed

    • Add better logging to help track down #478
    • Catch UnknownNameErrors when resolving a name. #479
    Downloads
  • v0.8.3rc3 77746cea5f

    Pre-release

    lbry-ci released this 2017-02-14 14:55:54 +01:00 | 7349 commits to master since this release

    Changed

    • make connection manager unit testeable

    Fixed

    • Change EWOULDBLOCK error in DHT to warning. #481
    • mark peers as down if it fails download protocol
    • Made hash reannounce time to be adjustable to fix #432
    Downloads
  • v0.8.2 773cbe3ace

    v0.8.2 Stable

    lbry-ci released this 2017-02-02 16:43:28 +01:00 | 7413 commits to master since this release

    Downloads
  • v0.8.1 4ab5ace668

    v0.8.1 Pre-release

    lbry-ci released this 2017-02-02 00:57:05 +01:00 | 7416 commits to master since this release

    Changed

    • reflect all the blobs in a stream
    • change command line flags so that the more common usage is the default
    • change daemon function signatures to include names arguments

    Fixed

    • disable verbose twisted logs
    • improved wallet balance calculations
    • fix block too deep error
    Downloads
  • v0.8.0 bb9d3bff74

    v0.8.0 Stable

    lbry-ci released this 2017-01-24 17:56:36 +01:00 | 7458 commits to master since this release

    Daemon

    Maintenance

    • renamed api endpoints
    • improved command line user experience
    • integrate twisted logging with python logging
    • Updated READMEs

    Bug Fixes

    • Fixed bug where ConnectionManager wasn't being stopped
    • Fixed: https://github.com/lbryio/lbry/issues/343
    • Stop hanging if github is down
    • paths for debian package have been updated to be correct
    • improved output of the publish command
    Downloads
  • v0.7.12 30af8a0e20

    v0.7.12 Stable

    lbry-ci released this 2017-01-04 04:09:25 +01:00 | 7563 commits to master since this release

    Daemon

    Maintenance

    • the DHT was causing high cpu usage; profiled and reduced usage
    • improved DHT shutdown process
    • Improved linting
    • start migrating to using twisted's inlineCallbacks
    • improved startup sequence; UI now launches almost instantly
    • replace settings code, removing unqlite dependency
    • improved blob announcement
    • improved wallet initialization
    • more wallet unit tests
    • upgrade jsonrpc server to support v2; CLI now gives good error messages

    Bug Fixes

    • report a bug now works
    • fixed get_value_for_name bug
    • fix in auth.server
    • fixed bug where broadcast_transaction function would not return a deferred

    UI

    • added sorting to My Files page
    • added developer settings page, including the ability to choose custom Lighthouse servers
    • My Files and Discover pages now work reliably even if Lighthouse servers aren't available
    • fixed missing imports on watch and report bug pages
    • fixed several pages that weren't loading on IE because it doesn't support the ES6 Symbol type
    • the published tab of the My Files page now consistently shows your own claims rather than the winning claim for that name
    • use much more accurate new Lighthouse servers
    • made search box work on pages other than Discover
    • restored the dewey decimals message while search results are loading (the "no results" message was showing instead)
    Downloads
  • v0.7.11 ffe084be4d

    v0.7.11 Stable

    lbry-ci released this 2016-12-17 04:18:20 +01:00 | 7700 commits to master since this release

    Accidentally deleted release 0.7.10
    so doing a quick release with an
    updated build to fix ssl errors on OSX

    Downloads
  • v0.7.9 7932e29fb0

    Stable

    lbry-ci released this 2016-12-09 21:13:27 +01:00 | 7731 commits to master since this release

    Fixes a critical bug preventing downloading and viewing of content.

    See https://github.com/lbryio/lbry/pull/322 for more details

    Downloads
  • v0.7.8 79e0a823e9

    Stable

    lbry-ci released this 2016-12-03 03:04:39 +01:00 | 7734 commits to master since this release

    Maintenance

    • Surface the LBRY ID to the UI
    • Better identify claims with nOut and txid
    • Downgrade log statements in wallet to debug

    Bug fixes

    • better handling when a user has no files
    • handle rc properly when deciding to alert for upgrading
    • fix auto-connect for lbryum
    • require nameclaims to be non-empty
    • require nameclaim big to be non-zero
    • stop using keep-alive for analytics events
    • broke and then fixed the settings page

    There was an issue in the build process with macOS on v0.7.7 so we fixed that and bumped the version number.

    Downloads
  • v0.7.6 b9caf2c4a9

    v0.7.6 Stable

    lbry-ci released this 2016-11-16 18:06:53 +01:00 | 7808 commits to master since this release

    Maintenance

    • Bleeding edge builds are now public and contain a snapshot of the UI
    • Improved startup and shutdown logging, and related error reporting
    • Alert and confirmation boxes have been switched to React modal boxes
    • unhandled errors from JSONRPC are now surfaced to the user

    Bug fixes

    • re-allow lbrycrd wallet to be specified as a command line argument
    • fix double shutdown message on osx
    • fallback to old json config if yaml one is not present
    • better error handling when looking up an unclaimed name
    • filenames with unicode characters can now be published
    • on publish page, claim and bid amounts are displayed exactly
    Downloads