• v0.11.3 0350dd1610

    v0.11.3 Stable

    kauffj released this 2017-05-26 16:03:56 +02:00 | 9409 commits to master since this release

    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
    Downloads
  • v0.11.0 aacdc0c804

    v0.11.0 Stable

    kauffj released this 2017-05-25 17:16:54 +02:00 | 9424 commits to master since this release

    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
    Downloads
  • v0.11.0rc1 d1804a07ed

    v0.11.0rc1 Pre-release

    kauffj released this 2017-05-25 15:47:47 +02:00 | 9425 commits to master since this release

    Downloads
  • v0.10.1rc1 73c4778a7b

    v0.10.1rc1 Pre-release

    lbry-ci released this 2017-05-22 01:24:27 +02:00 | 9454 commits to master since this release

    Downloads
  • v0.10.0 2cc60fade1

    v0.10.0 Stable

    lbry-ci released this 2017-05-04 19:54:11 +02:00 | 9634 commits to master since this release

    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.
    Downloads
  • v0.10.0rc8 d160710d20

    v0.10.0rc8 Pre-release

    lbry-ci released this 2017-05-02 16:43:56 +02:00 | 9639 commits to master since this release

    Downloads
  • v0.10.0rc6 092a018d63

    v0.10.0rc6 Pre-release

    lbry-ci released this 2017-04-25 21:57:40 +02:00 | 9671 commits to master since this release

    Downloads
  • v0.10.0rc5 daf621e662

    v0.10.0rc5 Pre-release

    lbry-ci released this 2017-04-18 23:27:33 +02:00 | 9693 commits to master since this release

    Downloads
  • v0.10.0rc4 e01c8268a7

    v0.10.0rc4 Pre-release

    lbry-ci released this 2017-04-17 23:31:19 +02:00 | 9701 commits to master since this release

    • New first-run experience
    • Redesigned UI
    • Support for new claim API
    Downloads
  • v0.9.2rc3 122e5ccc16

    v0.9.2rc3 Pre-release

    lbry-ci released this 2017-03-29 17:10:57 +02:00 | 9840 commits to master since this 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
    Downloads