mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
* Update 003-5-questions-about-lbry.md * Update 009-introducing-lbry-the-bitcoin-of-content.md * Update 016-digging-into-lbry.md * Update 019-free-lbry-credits-come-and-get-em.md * Update 020-open-a-valve-to-gush-classic-movies.md * Update 022-building-the-web-3-0-decentralizing-content-in-an-age-of-centralization.md * Update 023-bravenewcoin.md * Update 024-our-christmas-surprise.md * Update 025-huemer-joins-lbry-ethical-advisor.md * Update 027-lbry-adds-chief-growth-officer-josh-finer.md * Update 030-try-lbry-on-os-x-el-capitan.md * Update 032-if-lbry-succeeds-humanity-wins-lbry-ceo-on-lions-of-liberty-podcast.md * Update 035-why-doesnt-lbry-just-use-bitcoin.md * Update 036-built-for-artists-by-autists-lbry-takes-autism-personally.md * Update 040-tipping-in-LBC.md * Update 045-lbry-blockchain-live-mine-lbc-now.md * Update 046-lbry-at-porcfest-first-public-screening-film-via-blockchain.md * Update 047-beta-live-declare-independence-big-media.md * Update 048-lbry-credits-on-bittrex.md * Update 049-mysterious-100k-lbc-revealed.md * Update 050-1.2B-market-cap-we-dont-care.md * Update 069-reddit-ama-answers.md * Update 071-credit-policy-third-quarter-report.md * Update 077-lbry-windows.md * Update 114-coinomiwallet.md * Update 123-popup-open-beta.md * Update 129-lbry-release-first-run-wallet-invites-rewards.md * Update 134-new-lbry-version-with-search.md * Update 135-kaze.md * Update 136-johncleese.md * Update 137-nilered.md * Update 139-MemeSafe.md * Update 140-3blue1brown.md * Update 141-lbry-is-trending.md * Update 142-unbubbled.md * Update 147-lbry-shifting-into-high-gear.md * Update 158-LBRY-in-2017-2018.md * Update 159-lbry-development-community-update-Jan-2018.md * Update 163-lbry-development-community-update-Feb-2018.md * Update 167-lbry-development-community-update-Apr-2018.md * Update 169-what-is-chainquery.md * Update 172-lbry-development-community-update-May-2018.md * Update 175-austen.md * Update 176-lbry-development-community-update-June-2018.md * Update 178-lbry-development-community-update-july-2018.md * Update 181-the-LBRY-economy.md * Update 204-hf1903.md * Update 226-sept-dev-2019.md
2.7 KiB
2.7 KiB
author | title | date |
---|---|---|
samuel-lbryian | LBRY v0.19 Is Shifting Into High Gear | 2017-12-11 12:45:00 |
We've heard two requests from our community over and over again: make it easier to get LBC, and let users subscribe to their favorite creators.
With that in mind, the newest LBRY update should be a crowd-pleaser! Channel subscriptions are live, and we've integrated ShapeShift to allow users to easily convert popular cryptos into LBC without leaving the app.
You'll find all this (and a lot more) in LBRY v0.19 - get it here and check out the full release notes below.
Release Notes
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 its 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.
- Windows path to the daemon/CLI executables changed to: C:\Program Files (x86)\LBRY\resources\static\daemon
Deprecated
- We previously had two separate models for insufficient Credits. These have been combined.
Fixed
- Long channel names causing inconsistent thumbnail sizes.
- Channel names in pages are highlighted to indicate them being clickable.
- Fixed the transaction screen not loading for brand new users.
- Fixed issues with scrolling and back and forward navigation.
- Fixed sorting by title for published files.
- App now uses the new balance_delta field provided by the LBRY API.
- Abandoning from the claim page now works.