Skip to content

Releases: lbryio/lbry-desktop

v0.11.3

26 May 14:04
Compare
Choose a tag to compare

Fixed

  • Fixed always showing welcome message on run
  • "Fixed" upgrade process
  • Version info now shows properly on Help page
  • Claim info is properly accessed on Publish page

v0.11.0

25 May 15:25
Compare
Choose a tag to compare

Added

  • Entire app re-written to use Redux as state store. Far saner and faster. Will also increase productivity moving forward.
  • Channel page shows content published in channel.
  • URI handling. Clicking links like lbry://what will open the app and appropriate URI on all OSes. There is a known bug in Linux that causes two clients to open, however.
  • File cards have an icon indicating you posses that file.
  • Download directory setting now uses a proper dialog.
  • Movie player automatically shows if the file has already been downloaded.

Changed

  • Plyr replaces mediaelement as the movie player.

Fixed

  • Publisher indicator on show pages and file cards/tiles will now always show the proper channel name.
  • Performance improvements related to avoiding duplicate fetches.
  • Fix incorrect prompt on empty published page

v0.11.0rc1

25 May 14:03
Compare
Choose a tag to compare
v0.11.0rc1 Pre-release
Pre-release
Bump version: 0.10.1rc1 → 0.11.0rc1

v0.10.1rc1

22 May 01:48
Compare
Choose a tag to compare
v0.10.1rc1 Pre-release
Pre-release
Bump version: 0.10.0 → 0.10.1rc1

v0.10.0

04 May 18:24
Compare
Choose a tag to compare

LBRY 0.10 - The Omnibar Edition

This release includes major changes to the look and feel of the app. The left menu and search box are gone, replaced by a browser-like bar at the top of the page. The homepage is redesigned to highlight several popular categories of content. On first run, the app offers a (very brief) tutorial on what you can do, and rewards you for trying out new features (rewards require an invite at the moment, to prevent abuse).

Under the hood, the app is faster and more responsive. The latest daemon brings improvements in reliability and caching of name resolutions, among other things.

New UI

omnibar

Full Changelog

Added

  • The UI has been overhauled to use an omnibar and drop the sidebar.
  • Redesigned homepage
  • New welcome flow for new users
  • The app is much more responsive when switching pages. It no longer reloads the entire page and all assets on each page change.
  • New publishes now display immediately in My Files, even before they hit the lbrynet file manager.
  • Code signing of binary on Windows

Changed

  • Update process now easier and more reliable
  • Updated search to be compatible with new Lighthouse servers
  • Cleaned up shutdown logic
  • Support lbry v0.10 API signatures
  • Add special support for building channel claims in lbryuri module
  • Handle more of price calculations at the daemon layer to improve page load time
  • lbry.js now offers a subscription model for wallet balance similar to file info.
  • You can now make API calls directly on the lbry module, e.g. lbry.peer_list()
  • New-style API calls return promises instead of using callbacks
  • Wherever possible, use outpoints for unique IDs instead of names or SD hashes

Fixed

  • Fix Watch page and progress bars for new API changes
  • Fixed file info subscribes not being unsubscribed in unmount.
  • Fixed drawer not highlighting selected page.

v0.10.0rc8

02 May 17:48
Compare
Choose a tag to compare
v0.10.0rc8 Pre-release
Pre-release
Bump version: 0.10.0rc7 → 0.10.0rc8

v0.10.0rc6

25 Apr 20:14
Compare
Choose a tag to compare
v0.10.0rc6 Pre-release
Pre-release
Bump version: 0.10.0rc5 → 0.10.0rc6

v0.10.0rc5

18 Apr 21:39
Compare
Choose a tag to compare
v0.10.0rc5 Pre-release
Pre-release
Bump version: 0.10.0rc4 → 0.10.0rc5

v0.10.0rc4

17 Apr 21:58
Compare
Choose a tag to compare
v0.10.0rc4 Pre-release
Pre-release
  • New first-run experience
  • Redesigned UI
  • Support for new claim API

v0.9.2rc3

29 Mar 20:59
Compare
Choose a tag to compare
v0.9.2rc3 Pre-release
Pre-release

lbry

Added

  • Create wallet_unused_address API command
  • Add claim_id parameter to get, used to specify non-default claim for name

Changed

  • wallet_new_address API command always returns new address
  • Improved ConnectionManager speed
  • Remove unused stream_info parameter in get