• v0.19.3 f750fd399d

    v0.19.3 Stable

    liamcardenas released this 2017-12-30 23:24:36 +01:00 | 7982 commits to master since this release

    Changed

    • Improved internal code structuring by adding linting integration -- developers only (#891)
    • Improved developer documentation (#910)

    Removed

    • Removed email verification reward (#914)

    Fixed

    • Added snackbar text in place where it was coming up blank (#902)
    Downloads
  • v0.19.2 b3e47a8f86

    v0.19.2 Stable

    liamcardenas released this 2017-12-23 07:25:07 +01:00 | 8022 commits to master since this release

    Added

    • Added copy address button to the Wallet Address component on Send / Receive (#875)
    • Link to creators’ channels on homepage (#869)
    • Pause playing video when file is opened (#880)
    • Add captcha to verification process (#897)

    Changed

    • Contributor documentation (#879)

    Fixed

    • Linux app categorization (#877)
    Downloads
  • v0.19.1 a0314c21ec

    v0.19.1 Stable

    liamcardenas released this 2017-12-13 18:44:54 +01:00 | 8054 commits to master since this release

    Added

    • Added empty rewards message on overview page (#847).

    Changed

    • Updated developer tools and restructured code (#861 / #862).

    Fixed

    • Fixed typos (#845 / #846).
    • Fixed theme-related error while running in development (#865).
    • Fixed build/signing error on Windows (#864).
    Downloads
  • v0.19.0 d8f728a9de

    v0.19.0 Stable

    neb-b released this 2017-12-11 17:06:28 +01:00 | 8089 commits to master since this release

    Subscriptions now available on LBRY!

    Added

    • Subscriptions. File and channel pages now show a subscribe button. A new "Subscriptions" tab appears on the homepage shows the most recent content from subscribed channels.
    • LBC acquisition widget. Convert other popular cryptos into LBC via a ShapeShift integration.
    • Flow static type checking. This is a dev-only feature, but will make development faster, less error prone, and better for newcomers.

    Changed

    • The first run process for new users has changed substantially. New users can now easily receive one credit.
    • The wallet area has been re-organized. Send and Receive are now on the same page. A new page, "Get Credits", explains how users can add LBRY credits to the app.
    • Significant structural changes to code organization, packaging, and building. The app now follows a typical electron folder structure. All 3 package.json files have been reduced to a single file. Redux related code was moved into it's own subfolder.
    • The macOS docking icon has been improved.
    • The prompt for an insufficient balance is much more user-friendly.
    • The credit balance displayed in the main app navigation displays two decimal places instead of one.
    • Video download error messages are now more understandable (#328).
    • Windows path to the daemon/CLI executables changed to: C:\Program Files (x86)\LBRY\resources\static\daemon

    Deprecated

    • We previously had two separate modals for insufficient credits. These have been combined.

    Fixed

    • Long channel names causing inconsistent thumbnail sizes (#721).
    • Channel names in pages are highlighted to indicate them being clickable (#814).
    • Fixed the transaction screen not loading for brand new users (#755).
    • Fixed issues with scrolling and back and forward navigation (#729).
    • Fixed sorting by title for published files (#614)
    • App now uses the new balance_delta field provided by the LBRY API (#611).
    • Abandoning from the claim page now works (#883).
    Downloads
  • v0.19.0-rc2 4f22ba8313

    0.19.0-rc2 Pre-release

    lbry-ci released this 2017-12-09 21:06:33 +01:00 | 8105 commits to master since this release

    Added

    • Subscriptions. File and channel pages now show a subscribe button. A new "Subscriptions" tab appears on the homepage shows the most recent content from subscribed channels.
    • LBC acquisition widget. Convert other popular cryptos into LBC via a ShapeShift integration.
    • Flow static type checking. This is a dev-only feature, but will make development faster, less error prone, and better for newcomers.

    Changed

    • The first run process for new users has changed substantially. New users can now easily receive one credit.
    • The wallet area has been re-organized. Send and Receive are now on the same page. A new page, "Get Credits", explains how users can add LBRY credits to the app.
    • Significant structural changes to code organization, packaging, and building. The app now follows a typical electron folder structure. All 3 package.json files have been reduced to a single file. Redux related code was moved into it's own subfolder.
    • The macOS docking icon has been improved.
    • The prompt for an insufficient balance is much more user-friendly.
    • The credit balance displayed in the main app navigation displays two decimal places instead of one.
    • Video download error messages are now more understandable.

    Fixed

    • Long channel names causing inconsistent thumbnail sizes (#721)
    • Channel names in pages are highlighted to indicate them being clickable (#814)
    • Fixed the transaction screen not loading for brand new users (#755)
    • Fixed issues with scrolling and back and forward navigation (#729)
    • Fixed sorting by title for published files (#614)
    • App now uses the new balance_delta field provided by the LBRY API (#611)
    • Abandoning from the claim page now works.

    Deprecated

    • We previous had two separate modals for insufficient credits. These have been combined.
    Downloads
  • v0.18.2 654edc9885

    v0.18.2 Stable

    liamcardenas released this 2017-11-15 20:39:10 +01:00 | 8269 commits to master since this release

    Fixed

    • Email verification is fixed (#746).
    Downloads
  • v0.18.0 cdbfd73893

    v0.18.0 Stable

    kauffj released this 2017-11-13 19:42:05 +01:00 | 8276 commits to master since this release

    See what's trending on LBRY!

    Added

    • Trending! The landing page of the app now features content that is surging in popularity relative to past interest.
    • The app now closes to the system tray. This will help improve publish seeding and network performance. Directing the app to quit or exit will close it entirely. (#374).
    • You can now revoke past publishes to receive your credits. (#581).
    • You can now unlock tips sent to you so you can send them elsewhere or spend them. (#581).
    • Added new window menu options for reloading and help.
    • Rewards are now marked in transaction history (#660).

    Changed

    • Daemon updated to v0.18.0. The largest changes here are several more network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discovered by spee.ch).
    • Improved build and first-run process for new developers.
    • Replaced all instances of XMLHttpRequest with native Fetch API (#676).

    Fixed

    • Fixed console errors on settings page related to improper React input properties.
    • Fixed modals being too narrow after font change (#709).
    • Fixed bug that prevented new channel and first publish rewards from being claimed (#290).
    Downloads
  • v0.17.1 c8cc05b685

    v0.17.1 Stable

    kauffj released this 2017-10-25 23:57:52 +02:00 | 8341 commits to master since this release

    Changed

    • Updated daemon from v0.17.0 to v0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
    • Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
    • Electron version upgraded. Most relevantly, this fixes URI handling in Linux.
    • Chat links and text updated to remove references to Slack.

    Fixed

    • Fixed handling of empty search results.
    • Fixed minimum channel length name(#689).
    Downloads
  • v0.17.0 fed95f0549

    v0.17.0 Stable

    kauffj released this 2017-10-12 19:04:18 +02:00 | 8396 commits to master since this release

    New search GIF

    Added

    • Added a new search service. Significantly improved search results.
    • Channels now appear in search results. Channel card and display to be improved soon™
    • Add setting to automatically purchase low-cost content without a confirmation dialog
    • New custom styled scrollbar (#574)
    • New tabs (#576)

    Changed

    • LBRY protocol upgraded from v0.16.1 to v0.17. Several performance and reliability improvements, as well as many bug fixes.
    • Improved Discover page load time by batching all URIs into one API call.
    • Changed the File page to make it clearer how to open the folder for a file.
    • Display search bar on discover page instead of title and remove duplicated icon.
    • Minor update for themes.
    • There is no longer a minimum channel length (#645)
    • Changed the File page to make it clearer how to open the folder for a file
    • The upgrade message is now friendlier and includes a link to the release notes.
    • Local settings refactored and no longer intermixed with LBRY API library.

    Fixed

    • Improve layout (and implementation) of the icon panel in file tiles and cards
    • The folder icon representing a local download now shows up properly on Channel pages (#587)
    • While editing a publish, the URL will no longer change if you select a new file. (#601)
    • Fixed issues with opening the folder for a file (#606)
    • Be consistent with the step property on credit inputs (#604)
    • Fixed unresponsive header (#613)
    • Fixed dark theme issues with text content.
    • Minor css fixes.
    • Fixed issue when file fails to download (#642)
    • Fixed issue after accessing a video without enough credits (#605)
    • Fixed channel fetching without claims (#634)
    Downloads
  • v0.17.0rc1 d553f9e8e3

    v0.17.0rc1 Pre-release

    kauffj released this 2017-10-10 15:59:26 +02:00 | 8407 commits to master since this release

    (screenshot/gif to be inserted here :) )

    Added

    • Added a new search service. Significantly improved search results.
    • Channels now appear in search results. Channel cards to be improved soon?.
    • Add setting to automatically purchase low-cost content without a confirmation dialog.
    • New custom styled scrollbar (#574)
    • New tabs (#547).

    Changed

    • LBRY protocol upgraded from v0.16.1 to v0.17. Significant improvements to download performance anticipated.
    • Improved Discover page load time by batching all URIs into one API call.
    • Changed the File page to make it clearer how to to open the folder for a file.
    • Display search bar on discover page instead of title and remove duplicated icon.
    • Minor update for themes.
    • There is no longer a minimum channel length (#645)
    • Changed the File page to make it clearer how to to open the folder for a file
    • The upgrade message is now friendlier and includes a link to the release notes.
    • Local settings refactored and no longer intermixed with LBRY API library.

    Fixed

    • Improve layout (and implementation) of the icon panel in file tiles and cards
    • The folder icon representing a local download now shows up properly on Channel pages (#587)
    • While editing a publish, the URL will no longer change if you select a new file. (#601)
    • Fixed issues with opening the folder for a file (#606)
    • Be consistent with the step property on credit inputs (#604)
    • Fixed unresponsive header (#613)
    • Fixed dark theme issues with text content.
    • Minor css fixes.
    • Fixed issue when file fails to download (#642)
    • Fixed issue after accessing a video without enough credits (#605)
    • Fixed channel fetching without claims (#634)
    Downloads