Skip to content

Releases: lbryio/lbry-desktop

v0.9.2rc2

25 Mar 23:47
Compare
Choose a tag to compare
v0.9.2rc2 Pre-release
Pre-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

v0.9.2rc1

29 Mar 20:59
Compare
Choose a tag to compare
v0.9.2rc1 Pre-release
Pre-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

v0.9.1

17 Mar 23:21
Compare
Choose a tag to compare

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

v0.9.0

14 Mar 04:05
Compare
Choose a tag to compare

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.

v0.9.0rc17

13 Mar 15:35
Compare
Choose a tag to compare

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

v0.9.0rc15

09 Mar 16:01
Compare
Choose a tag to compare

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

v0.9.0rc14

07 Mar 21:44
Compare
Choose a tag to compare

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

v0.9.0rc11

01 Mar 20:13
Compare
Choose a tag to compare
v0.9.0rc11 Pre-release
Pre-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

v0.9.0rc9

22 Feb 19:18
Compare
Choose a tag to compare

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

v0.9.0rc10

22 Feb 22:43
Compare
Choose a tag to compare
Bump version: 0.9.0rc9 → 0.9.0rc10