Releases: lbryio/lbry-desktop
Releases · lbryio/lbry-desktop
v0.11.3
v0.11.0
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
Bump version: 0.10.1rc1 → 0.11.0rc1
v0.10.1rc1
Bump version: 0.10.0 → 0.10.1rc1
v0.10.0
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
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
Bump version: 0.10.0rc7 → 0.10.0rc8
v0.10.0rc6
Bump version: 0.10.0rc5 → 0.10.0rc6
v0.10.0rc5
Bump version: 0.10.0rc4 → 0.10.0rc5
v0.10.0rc4
- New first-run experience
- Redesigned UI
- Support for new claim API
v0.9.2rc3
lbry
Added
- Create wallet_unused_address API command
- Add
claim_id
parameter toget
, used to specify non-default claim forname
Changed
- wallet_new_address API command always returns new address
- Improved ConnectionManager speed
- Remove unused
stream_info
parameter inget