• v0.9.2rc2 e19c16c1ce

    v0.9.2rc2 Pre-release

    lbry-ci released this 2017-03-25 15:29:07 +01:00 | 9856 commits to master since this release

    lbry

    Added

    • Add wallet_list command
    • Add checks for missing/extraneous params when calling jsonrpc commands
    • Added colors to cli error messages

    Changed

    • Removed check_pending logic from Daemon
    • Switched to txrequests so requests can use twisted event loop
    • Renamed API command file_seed to file_set_status

    Fixed

    • Fix restart procedure in DaemonControl
    • Create download directory if it doesn't exist
    • Fixed descriptor_get
    • Fixed jsonrpc_reflect()
    • Fixed api help return
    • Fixed API command descriptor_get
    • Fixed API command transaction_show
    • Fixed error handling for jsonrpc commands
    Downloads
  • v0.9.2rc1 7d32c8e98f

    v0.9.2rc1 Pre-release

    lbry-ci released this 2017-03-21 22:12:29 +01:00 | 9872 commits to master since this release

    lbry

    Added

    • Add wallet_list command

    Changed

    • Dont add expected payment to wallet when payment rate is 0

    Fixed

    • Fixed descriptor_get
    • Fixed jsonrpc_reflect()
    • Fixed api help return
    • Fixed API command descriptor_get
    • Fixed API command transaction_show
    • Handle failure to decode claim cache file
    Downloads
  • v0.9.1 3ffaf8db4b

    v0.9.1 Stable

    lbry-ci released this 2017-03-17 23:24:20 +01:00 | 9875 commits to master since this release

    Daemon

    Added

    • publish API command can take metadata fields as arguments
    • Added reflect_uploads config to disable reflecting on upload
    • Added --version flag

    Changed

    • Removed simplejson dependency in favor of bulitin json

    Fixed

    • Fix wallet_public_key API command
    • Fixed jsonrpc_reflect()
    • Fixed api help return

    App

    Fixed

    • Fixed upgrade process
    • Fixed progress bar
    • Fix Watch page and progress bars for new API changes
    Downloads
  • v0.9.0 cf3e83ee44

    v0.9.0 Stable

    lbry-ci released this 2017-03-14 04:16:01 +01:00 | 9910 commits to master since this release

    The Electronification

    This release packages the LBRY daemon and interface together into an Electron app. It also features a whole bunch of improvements to both the daemon and the UI. Here's the full rundown:

    Daemon

    Added

    • Add file filters: claim_id, outpoint, and rowid
    • Make loggly logs less verbose

    Changed

    • Remove unused upload_allowed option
    • Remove code related to packaging as that step is now done in the electron client
    • Remove lbryum version check; use lbry-electron as version source
    • Include download url in version check
    • Add blockchain status to jsonrpc_status
    • Change file filter uri to name and return field lbry_uri to name
    • Refactor file_list, add full_status argument to populate resource intensive fields
    • Remove deprecated file commands: get_lbry_files, get_lbry_file, and file_get
    • Remove deprecated delete_lbry_file command
    • Return standard file json from get

    Fixed

    • Added timeout to ClientProtocol
    • Add check for when local height of wallet is less than zero
    • Fixed ExchangeRateManager freezing the app
    • Fixed download not timing out properly when downloading sd blob
    • Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
    • Remove unused API commands from daemon
    • Fix file filter outpoint
    • Made dictionary key names in API commmand outputs to be more consistent

    Interface

    Added

    • "Back to LBRY" button on Watch page

    Changed

    • In error modal, hide details in expandable section
    • Use local file for publishing
    • Use local file and html5 for video playback
    • Misc changes needed to make UI compatible with electron
    • Improved ability to style FormFields and form field labels
    • Refactored Publish page to use form field changes
    • Open and reveal files using Electron instead of daemon

    Fixed

    • On load screen, always show Cancel link if a previous page is available
    • When user hits "Watch," don't check balance if download already started
    • Restore UI version on Help page
    • Fix sorting on My Files page
    • A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo)
    • Option in Developer Settings to toggle developer menu

    Lbryum

    Changed

    • Improve packaging of data files to support building with pyinstaller
    • Make key names in dictionary outputs more consistent

    Fixed

    • Make requests for individual headers after requesting chunks

    Daemon binary

    The corresponding standalone daemon binaries are available here.

    Downloads
  • v0.9.0rc17 314e01dff0

    v0.9.0rc17 Stable

    lbry-ci released this 2017-03-10 22:30:28 +01:00 | 9921 commits to master since this release

    lbry

    Fixed

    • Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
    • Remove unused API commands from daemon
    • Fix file filter outpoint
    • Made dictionary key names in API commmand outputs to be more consistent

    lbryum

    Changed

    • Make key names in dictionary outputs more consistent
    Downloads
  • v0.9.0rc15 a021d7b200

    v0.9.0rc15 Stable

    lbry-ci released this 2017-03-09 16:37:45 +01:00 | 10791 commits to master since this release

    lbry

    Added

    • Add file filters: claim_id, outpoint, and rowid
    • Make loggly logs less verbose

    Changed

    • Change file filter uri to name and return field lbry_uri to name
    • Refactor file_list, add full_status argument to populate resource intensive fields
    • Remove deprecated file commands: get_lbry_files, get_lbry_file, and file_get
    • Remove deprecated delete_lbry_file command
    • Return standard file json from get

    Fixed

    • Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
    • Remove unused API commands from daemon
    • Fix file filter outpoint

    lbry-web-ui

    Added

    • A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo)
    • Option in Developer Settings to toggle developer menu

    Changed

    • Open and reveal files using Electron instead of daemon
    Downloads
  • v0.9.0rc14 780f9dd7c5

    v0.9.0rc14 Stable

    lbry-ci released this 2017-03-07 22:03:19 +01:00 | 10797 commits to master since this release

    lbry

    Fixed

    • Fixed ExchangeRateManager freezing the app
    • Fixed download not timing out properly when downloading sd blob

    lbry-web-ui

    Changed

    • Improved ability to style FormFields and form field labels
    • Refactored Publish page to use form field changes
    Downloads
  • v0.9.0rc11 b81add382b

    v0.9.0rc11 Pre-release

    alexliebowitz released this 2017-02-27 23:49:09 +01:00 | 10815 commits to master since this release

    lbry

    Fixed

    • Added timeout to ClientProtocol
    • Add check for when local height of wallet is less than zero

    lbry-web-ui

    Added

    • "Back to LBRY" button on Watch page

      Changed

    • In error modal, hide details in expandable section

      Fixed

    • On load screen, always show Cancel link if a previous page is available
    • When user hits "Watch," don't check balance if download already started
    • Restore UI version on Help page
    • Fix sorting on My Files page

    lbryum

    Fixed

    • Make requests for individual headers after requesting chunks
    Downloads
  • v0.9.0rc10 01e19a457b

    v0.9.0rc10 Stable

    jobevers released this 2017-02-22 23:14:44 +01:00 | 10840 commits to master since this release

    Downloads
  • v0.9.0rc9 be9d99f482

    v0.9.0rc9 Stable

    jobevers released this 2017-02-22 19:51:14 +01:00 | 10851 commits to master since this release

    lbry

    Changed

    • Add blockchain status to jsonrpc_status

    lbry-web-ui

    Changed

    • Use local file for publishing
    • Use local file and html5 for video playback
    • Misc changes needed to make UI compatible with electron
    Downloads