lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.

MIT License

Stars
3.6K

Bot releases are hidden (Show)

lbry-desktop - v0.16.1

Published by lbry-ci about 7 years ago

Changed

  • Bumped daemon version to improve error logging
lbry-desktop - v0.16.1rc3

Published by lbry-ci about 7 years ago

Minor daemon upgrade to improve error logging.

lbry-desktop - v0.16.0

Published by kauffj about 7 years ago

LBRY Tipping in Action

Added

  • Added a tipping button to send LBRY Credits to a creator. Credits sent in this way come in to the wallets of creators as supporting claims for the content that was tipped.
  • Added an edit button on published content. Significantly improved UX for editing claims (but more to do).
  • Added theme settings option and new Dark theme.
  • Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.

Changed

  • Significantly more detail is shown about past transactions and new filtering options for transactions.
  • File pages now show the time of a publish.
  • The "auth token" displayable on Help offers security warning
  • More form refactoring, including the addition of a barebones Form component (further progress towards form sanity).
  • CSS significantly refactored to support CSS vars (and consequently easy theming).

Fixed

  • URLs on cards will now show an ellipsis if longer than one line
  • Added gnome-keyring dependency to .deb (#386)
  • Fixed some issues with invites (#552)
  • Pressing enter on forms will no longer cause weird app behavior (#542)
lbry-desktop - v0.16.0rc7

Published by kauffj about 7 years ago

Note: This release contains an upgrade that cannot be quickly reversed. Please do not install this RC on top of existing versions if you want to be able to return to 0.15.x.

LBRY Tipping in Action

Added

  • Added a tipping button to send LBRY Credits to a creator. Credits sent in this way come in to the wallets of creators as supporting claims for the content that was tipped.
  • Added an edit button on published content. Significantly improved UX for editing claims (but more to do).
  • Added theme settings option and new Dark theme.
  • Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.

Changed

  • Significantly more detail is shown about past transactions and new filtering options for transactions.
  • File pages now show the time of a publish.
  • The "auth token" displayable on Help offers security warning
  • More form refactoring, including the addition of a barebones Form component (further progress towards form sanity).
  • CSS significantly refactored to support CSS vars (and consequently easy theming).

Fixed

  • URLs on cards will now show an ellipsis if longer than one line

Deprecated

Removed

lbry-desktop - v0.15.1

Published by kauffj about 7 years ago

Added

  • File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.

Changed

  • Updated to daemon 0.15.2 to prevent a bug in USD purchases.

Fixed

  • Potential fix for blank error popup when streaming (#536)
  • Fixed some popups showing improperly while balance was loading (#534)
  • Show a security warning when the auth token is displayed on Help.
  • Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
  • Clearly notify user when they try to send credits to an invalid address (#445)
lbry-desktop - v0.15.0

Published by kauffj about 7 years ago

Our social media team incorrectly labeled this as version 0.16. This IS a new version, it is simply 0.15.

Added

  • Added an Invites area inside of the Wallet. This allows users to invite others and shows the status of all past invites (including all invite data from the past year). Up to one referral reward can now be claimed, but only if the invitee passed the humanity test. New Invite Page
  • Added new summary components for rewards and invites to the Wallet landing page.
  • Added a forward button and improved history behavior. Back/forward disable when unusable.
  • Added past history of rewards to the rewards page.
  • Added wallet backup guide reference.
  • Added a new widget for setting prices (FormFieldPrice), used in Publish and Settings.

Changed

  • Updated to daemon 0.15. Most relevant changes for app are improved announcing of content and a fix for the daemon getting stuck running.
  • Significant refinements to first-run process, process for new users, and introducing people to LBRY and LBRY credits.
    New Reward Enrollment
  • Changed Wallet landing page to summarize status of other areas. Refactored wallet and transaction logic.
  • Added icons to missing page, improved icon and title logic.
  • Changed the default price settings for priced publishes.
  • When an "Open" button is clicked on a show page, if the file fails to open, the app will try to open the file's folder.
  • Updated several packages and fixed warnings in build process (all but the fsevents warning, which is a rather dramatic debate)
  • Some form field refactoring as we take baby steps towards form sanity.
  • Replaced confusing placeholder text from email input.
  • Refactored modal and settings logic.
  • Refactored history and navigation logic.

Fixed

  • Tiles will no longer be blurry on hover (Windows only bug)
  • Removed placeholder values from price selection form fields, which was causing confusion that these were real values (#426)
  • Fixed showing "other currency" help tip in publish form, which was caused due to not "setting" state for price
  • Publish page now properly checks for all required fields are filled
  • Fixed pagination styling for pages > 5 (#416)
  • Fixed sizing on squat videos (#419)
  • Support claims no longer show up on Published page (#384)
  • Fixed rendering of small prices (#461)
  • Fixed incorrect URI in Downloads/Published page (#460)
  • Fixed menu bug (#503)
  • Fixed incorrect URLs on some channel content (#505)
  • Fixed video sizing for squat videos (#492)
  • Fixed issues with small prices (#461)
  • Fixed issues with negative values not being stopped by app on entry (#441)

Deprecated

Removed

  • Removed the label "Max Purchase Price" from settings page. It was redundant.
  • Unused old files from previous commit(9c3d633)
lbry-desktop - v0.15.0rc2

Published by kauffj about 7 years ago

Added

  • Added an Invites area inside of the Wallet. This allows users to invite others and shows the status of all past invites (including all invite data from the past year). Up to one referral reward can now be claimed, but only if both users have passed the humanity test. New Invite Page
  • Added new summary components for rewards and invites to the Wallet landing page.
  • Added a forward button and improved history behavior. Back/forward disable when unusable.
  • Added past history of rewards to the rewards page.
  • Added wallet backup guide reference.
  • Added a new widget for setting prices (FormFieldPrice), used in Publish and Settings.

Changed

  • Updated to daemon 0.15. Most relevant changes for app are improved announcing of content and a fix for the daemon getting stuck running.
  • Significant refinements to first-run process, process for new users, and introducing people to LBRY and LBRY credits.
    New Reward Enrollment
  • Changed Wallet landing page to summarize status of other areas. Refactored wallet and transaction logic.
  • Added icons to missing page, improved icon and title logic.
  • Changed the default price settings for priced publishes.
  • When an "Open" button is clicked on a show page, if the file fails to open, the app will try to open the file's folder.
  • Updated several packages and fixed warnings in build process (all but the fsevents warning, which is a rather dramatic debate)
  • Some form field refactoring as we take baby steps towards form sanity.
  • Replaced confusing placeholder text from email input.
  • Refactored modal and settings logic.
  • Refactored history and navigation logic.

Fixed

  • Tiles will no longer be blurry on hover (Windows only bug)
  • Removed placeholder values from price selection form fields, which was causing confusion that these were real values (#426)
  • Fixed showing "other currency" help tip in publish form, which was caused due to not "setting" state for price
  • Publish page now properly checks for all required fields are filled
  • Fixed pagination styling for pages > 5 (#416)
  • Fixed sizing on squat videos (#419)
  • Support claims no longer show up on Published page (#384)
  • Fixed rendering of small prices (#461)
  • Fixed incorrect URI in Downloads/Published page (#460)
  • Fixed menu bug (#503)
  • Fixed incorrect URLs on some channel content (#505)
  • Fixed video sizing for squat videos (#492)
  • Fixed issues with small prices (#461)
  • Fixed issues with negative values not being stopped by app on entry (#441)

Deprecated

Removed

  • Removed the label "Max Purchase Price" from settings page. It was redundant.
  • Unused old files from previous commit(9c3d633)
lbry-desktop - v0.14.3

Published by kauffj about 7 years ago

Rocket Rewards

Added

  • Add tooltips to controls in header
  • New flow for rewards authentication failure

Changed

  • Make it clearer how to skip identity verification and add link to FAQ
  • Reward-eligible content icon is now a rocket ship :D
  • Change install description shown by operating systems
  • Improved flow for when app is run with incompatible daemon

Fixed

  • Corrected improper pluralization on loading screen
lbry-desktop - v0.14.3rc3

Published by kauffj about 7 years ago

Added

  • Add tooltips to controls in header
  • New flow for rewards authentication failure

Changed

  • Make it clearer how to skip identity verification and add link to FAQ
  • Reward-eligible content icon is now a rocket ship :D :D :D
  • Change install description shown by operating systems
  • Improved flow for when app is run with incompatible daemon

Fixed

  • Fixed authentication race condition causing some people to miss welcome screen
  • Corrected improper pluralization on loading screen
lbry-desktop - v0.14.2

Published by kauffj about 7 years ago

App v0.14.2 Screenshot

Added

  • Replaced horizontal scrollbars with scroll arrows
  • Featured weekly reward content shows with an orange star
  • Added pagination to channel pages

Fixed

  • Fixed requirement to double click play button on many videos
  • Fixed errors from calls to get not bubbling correctly
  • Fixed some corner-case flows that could break file pages
lbry-desktop - v0.14.1

Published by kauffj about 7 years ago

Identical to v0.14.0, except for a fix in upgrade code.

Fixed

  • Fixed upgrade file path missing file name
lbry-desktop - v0.14.0

Published by kauffj about 7 years ago

This release contains some big first-run changes in anticipation of open beta (only visible to new users), support for rich markup in descriptions, and a large amount of polishing changes and bug fixes.

First Landing Page

Added

  • Revamped first-run and reward verification for new users.
  • Support rich markup in publishing descriptions and show pages.
  • Release past publishing claims (and recover LBC) via the UI
  • Added transition to card hovers to smooth animation
  • Use randomly colored tiles when image is missing from metadata
  • Added a loading message to file actions
  • URL is auto suggested in Publish Page

Changed

  • Publishing revamped. Editing claims is much easier.
  • Daemon updated from v0.13.1 to v0.14.2
  • Publish page now use claim_list rather than file_list

Fixed

  • Fixed bug with download notice when switching window focus
  • Fixed newly published files appearing twice
  • Fixed unconfirmed published files missing channel name
  • Fixed old files from updated published claims appearing in downloaded list
  • Fixed inappropriate text showing on searches
  • Stop discover page from pushing jumping vertically while loading
  • Restored feedback on claim amounts
  • Fixed hiding price input when Free is checked on publish form
  • Fixed hiding new identity fields on publish form
  • Fixed files on downloaded tab not showing download progress
  • Fixed downloading files that are deleted not being removed from the downloading list
  • Fixed download progress bar not being cleared when a downloading file is deleted
  • Fixed refresh regression after adding scroll position to history state
  • Fixed app not monitoring download progress on files in progress between restarts

Removed

  • Removed bandwidth caps from settings, because the daemon was not respecting them anyway.
lbry-desktop - v0.14.0rc4

Published by kauffj about 7 years ago

This version still will not work for new users confirming identity until we get provider issues sorted out.

This release contains some big first-run changes in anticipation of open beta, support for rich markup in descriptions, and a large amount of polishing changes and bug fixes.

First Landing Page

Added

  • Revamped first-run and reward verification for new users.
  • Support rich markup in publishing descriptions and show pages.
  • Release past publishing claims (and recover LBC) via the UI
  • Added transition to card hovers to smooth animation
  • Use randomly colored tiles when image is missing from metadata
  • Added a loading message to file actions
  • URL is auto suggested in Publish Page

Changed

  • Publishing revamped. Editing claims is much easier.
  • Daemon updated from v0.13.1 to v0.14.2
  • Publish page now use claim_list rather than file_list

Fixed

  • Fixed bug with download notice when switching window focus
  • Fixed newly published files appearing twice
  • Fixed unconfirmed published files missing channel name
  • Fixed old files from updated published claims appearing in downloaded list
  • Fixed inappropriate text showing on searches
  • Stop discover page from pushing jumping vertically while loading
  • Restored feedback on claim amounts
  • Fixed hiding price input when Free is checked on publish form
  • Fixed hiding new identity fields on publish form
  • Fixed files on downloaded tab not showing download progress
  • Fixed downloading files that are deleted not being removed from the downloading list
  • Fixed download progress bar not being cleared when a downloading file is deleted
  • Fixed refresh regression after adding scroll position to history state
  • Fixed app not monitoring download progress on files in progress between restarts

Removed

  • Removed bandwidth caps from settings, because the daemon was not respecting them anyway.
lbry-desktop - v0.14.0rc2

Published by kauffj about 7 years ago

Binaries removed from this release until we can get verification issues sorted out.

This release contains some big first-run changes in anticipation of open beta, support for rich markup in descriptions, and a large amount of polishing changes and bug fixes.

First Landing Page

Added

  • Revamped first-run and reward verification for new users.
  • Support rich markup in publishing descriptions and show pages.
  • Release past publishing claims (and recover LBC) via the UI
  • Added transition to card hovers to smooth animation
  • Use randomly colored tiles when image is missing from metadata
  • Added a loading message to file actions
  • URL is auto suggested in Publish Page

Changed

  • Publishing revamped. Editing claims is much easier.
  • Daemon updated from v0.13.1 to v0.14.2
  • Publish page now use claim_list rather than file_list

Fixed

  • Fixed bug with download notice when switching window focus
  • Fixed newly published files appearing twice
  • Fixed unconfirmed published files missing channel name
  • Fixed old files from updated published claims appearing in downloaded list
  • Fixed inappropriate text showing on searches
  • Stop discover page from pushing jumping vertically while loading
  • Restored feedback on claim amounts
  • Fixed hiding price input when Free is checked on publish form
  • Fixed hiding new identity fields on publish form
  • Fixed files on downloaded tab not showing download progress
  • Fixed downloading files that are deleted not being removed from the downloading list
  • Fixed download progress bar not being cleared when a downloading file is deleted
  • Fixed refresh regression after adding scroll position to history state
  • Fixed app not monitoring download progress on files in progress between restarts

Removed

  • Removed bandwidth caps from settings, because the daemon was not respecting them anyway.
lbry-desktop - v0.13.0

Published by kauffj over 7 years ago

Download Alerts GIF
No Delay Play GIF

Added

  • State is persisted through app close and re-open, resulting in faster opens
  • Desktop notifications on downloads finishing
  • Support webm, ogg, m4v, and a few others
  • Translations added to build process
  • Claim IDs are shown in your published files

Changed

  • Upgraded to lbry daemon 0.13, including updating API signatures
  • Channels resolve much faster
  • Resolve is no longer cancelled on navigate
  • Updated API and authentication used by rewards process
  • Improved security of reward credential storage
  • Additional information submitted in DMCA reports
  • Switched packaging to yarn

Removed

  • The author metadata field is no longer shown, in favor of first-class identities
  • Availability is no longer checked before showing Download options, due to unreliability

Fixed

  • Fix help menu force reloading whole app
  • Show page updates correctly when navigating from show page to another show page
  • NSFW setting respected on show page
  • URI handling navigates to correct page if app is closed
  • URI handling issues specific to Windows (maybe)
  • Changing the NSFW setting refreshes properly (previously required app restart)
lbry-desktop - v0.13.0rc1

Published by kauffj over 7 years ago

No Delay Play GIF

(If you've been following the RC's, this is close to v0.12.2rc9, but we decided it had accumulated enough features for a minor version bump)

Added

  • State is persisted through app close and re-open, resulting in faster opens
  • Desktop notifications on downloads finishing (gif)
  • Support webm, ogg, m4v, and a few others
  • Translations added to build process
  • Claim IDs are shown in your published files

Changed

  • Upgraded to lbry daemon 0.13, including updating API signatures
  • Channels resolve much faster
  • Resolve is no longer cancelled on navigate
  • Updated API and authentication used by rewards process
  • Improved security of reward credential storage
  • Additional information submitted in DMCA reports
  • Switched packaging to yarn

Fixed

  • Fix help menu force reloading whole app
  • Show page updates correctly when navigating from show page to another show page
  • NSFW setting respected on show page
  • URI handling navigates to correct page if app is closed
  • URI handling issues specific to Windows (maybe)
  • Changing the NSFW setting refreshes properly (previously required app restart)

Removed

  • The author metadata field is no longer shown, in favor of first-class identities
  • Availability is no longer checked before showing Download options, due to unreliability
lbry-desktop - v0.12.2rc9

Published by kauffj over 7 years ago

Fixes bugs found in 0.12.2rc7. Despite expanded notes, most of these features were actually in 0.12.2rc7.

There is a good chance this gets released as 0.13.0 instead, as well.

Added

  • State is persisted through app close and re-open, resulting in faster opens
  • Desktop notifications on downloads finishing
  • Support webm, ogg, m4v, and a few others
  • Translations added to build process
  • Claim IDs are shown in your published files

Changed

  • Upgraded to lbry daemon 0.13, including updating API signatures
  • Channels resolve much faster
  • Resolve is no longer cancelled on navigate
  • Updated API and authentication used by rewards process
  • Improved security of reward credential storage
  • Additional information submitted in DMCA reports
  • Switched packaging to yarn

Fixed

  • Fix help menu force reloading whole app
  • Show page updates correctly when navigating from show page to another show page
  • NSFW setting respected on show page
  • URI handling navigates to correct page if app is closed
  • URI handling issues specific to Windows (maybe)
  • Changing the NSFW setting refreshes properly (previously required app restart)

Removed

  • The author metadata field is no longer shown, in favor of first-class identities
  • Availability is no longer checked before showing Download options, due to unreliability
lbry-desktop - v0.12.2rc7

Published by lbry-ci over 7 years ago

0.12.1 got eaten by a goblin.

Added

  • State is persisted through app close, resulting in faster opens
  • Support webm, ogg, m4v, and a few others
  • Translations added to build process

Changed

  • Upgraded to lbry daemon 0.13, including updating API signatures
  • Channels resolve much faster
  • Resolve is no longer cancelled on navigate
  • Updated API and authentication used by rewards process

Fixed

  • Fix help menu force reloading whole app
  • Show page updates correctly when navigating from show page to another show page
  • URI handling navigates to correct page if app is closed

Removed

  • The author metadata field is no longer shown, in favor of first-class identities
  • Availability is no longer checked before showing Download options, due to unreliability
lbry-desktop - v0.12.2rc2

Published by kauffj over 7 years ago

0.12.1 got eaten by a goblin.

This is possibly a rough release, run at your own peril.

Changed

  • Upgraded to lbry daemon 0.13, including updating API signatures
  • Channels resolve much faster
  • Internal refactor and simplification of lbry.js

Fixed

  • Fix help menu force reloading whole app
  • Possibly fixes file delete issue #182 (if not #182 is probably a bug in lbry)
  • Possibly fixes startup issue #165
lbry-desktop - v0.12.0

Published by kauffj over 7 years ago

0.12 screenshot

Added

  • More file types, like audio and documents, can be streamed and/or served from the app
  • App is no longer gated
  • Added basic flows for new users
  • Videos now have a classy loading spinner

Changed

  • All UI strings are now rendered according to gettext standard, in prep for i18n
  • Reward and user logic re-written in Redux
  • Switched to new fee metadata format

Fixed

  • If a daemon is running but unresponsive, startup is no longer blocked indefinitely
  • Updated deprecated LBRY API call signatures
  • App scrolls to the top of the page on navigation
  • Download progress works properly for purchased but deleted files
  • Publish channels for less than 1 LBC