lbry-desktop/CHANGELOG.md

668 lines
28 KiB
Markdown
Raw Normal View History

2017-02-08 06:56:25 +01:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]
### Added
* Add keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202))
* Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262))
2018-04-10 23:01:14 +02:00
* Add referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314))
2018-04-17 07:49:30 +02:00
* Show exact wallet balance on mouse hover over ([#1305](https://github.com/lbryio/lbry-app/pull/1305))
2018-04-17 08:30:24 +02:00
* New dark mode ([#1269](https://github.com/lbryio/lbry-app/pull/1269))
2018-04-18 08:24:42 +02:00
* Pre-fill publish URL after clicking "Put something here" link ([#1303](https://github.com/lbryio/lbry-app/pull/1303))
2018-04-02 22:22:05 +02:00
2018-04-17 07:51:39 +02:00
### Changed
* Add flair to snackbar ([#1313](https://github.com/lbryio/lbry-app/pull/1313))
2018-04-02 22:22:05 +02:00
### Fixed
* Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235))
2018-04-17 04:21:19 +02:00
### Fixed
* Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235))
* Fix dark theme ([#1034](https://github.com/lbryio/lbry-app/issues/1034))
* Fix download percentage indicator overlay ([#1271](https://github.com/lbryio/lbry-app/issues/1271))
2018-04-19 21:44:21 +02:00
* Fix alternate row shading for transactions on dark theme ([#1355](https://github.com/lbryio/lbry-app/issues/#1355))
* Fix Description box on Publish (dark theme) ([#1356](https://github.com/lbryio/lbry-app/issues/#1356))
2018-04-02 22:22:05 +02:00
2018-03-22 17:33:44 +01:00
## [0.21.2] - 2018-03-22
2017-02-22 20:14:21 +01:00
### Added
2018-02-27 05:52:39 +01:00
* Save app state when closing to tray ([#968](https://github.com/lbryio/lbry-app/issues/968))
2018-02-22 04:28:10 +01:00
* Added startup-troubleshooting FAQ URL to daemon error ([#1039](https://github.com/lbryio/lbry-app/pull/1039))
2018-02-24 03:36:24 +01:00
* Added ability to export wallet transactions to JSON and CSV format ([#976](https://github.com/lbryio/lbry-app/pull/976))
2018-02-28 05:38:46 +01:00
* Add Rewards FAQ to LBRY app ([#1041](https://github.com/lbryio/lbry-app/pull/1041))
2018-03-09 22:45:45 +01:00
* Notifications when the channel a user subscribes to uploads new content ([#1066](https://github.com/lbryio/lbry-app/pull/1066))
* Codacy support for Github contributions ([#1059](https://github.com/lbryio/lbry-app/pull/1059))
* App category for Linux ([#877](https://github.com/lbryio/lbry-app/pull/877))
2018-03-22 16:43:35 +01:00
* Add YouTube Sync reward ([#1147](https://github.com/lbryio/lbry-app/pull/1147))
* Retain previous screen sizing on startup ([#338](https://github.com/lbryio/lbry-app/issues/338))
2018-03-30 19:26:44 +02:00
* Add 'Go to page' input on channel pagination ([#1166](https://github.com/lbryio/lbry-app/pull/1166))
2017-09-03 18:35:49 +02:00
2018-03-22 17:33:44 +01:00
2017-02-22 20:14:21 +01:00
### Changed
2018-03-21 01:41:02 +01:00
* Update LBRY Protocol to 0.19.1 (See change log for [0.19.0](https://github.com/lbryio/lbry/releases/tag/v0.19.0) and [0.19.1](https://github.com/lbryio/lbry/releases/tag/v0.19.1))
2018-03-22 19:10:26 +01:00
* Improved privacy by allowing users to turn off the file view counter and better understand privacy settings ([#1074](https://github.com/lbryio/lbry-app/pull/1074) / [#1116](https://github.com/lbryio/lbry-app/pull/1116))
2018-03-09 22:45:45 +01:00
* Disabled auto dark mode if dark mode is selected ([#1006](https://github.com/lbryio/lbry-app/pull/1006))
* Refactor Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))
2018-03-15 01:34:43 +01:00
* Refactor `lbryuri.js` into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957))
2018-03-09 22:45:45 +01:00
* Keep node_modules up-to-date when yarn.lock changes due to git ([#955](https://github.com/lbryio/lbry-app/pull/955))
* Do not kill an existing daemon, instead check if one exists ([#973](https://github.com/lbryio/lbry-app/pull/973))
* Enable play button immediately after user clicks download ([#987](https://github.com/lbryio/lbry-app/pull/987))
2018-03-12 16:29:30 +01:00
* Significantly improved search performance ([#1032](https://github.com/lbryio/lbry-app/pull/1032))
2018-03-22 16:43:35 +01:00
* Allow editing of claims when bid is greater than current balance ([#1105](https://github.com/lbryio/lbry-app/pull/1105))
2018-03-22 17:33:44 +01:00
2017-02-22 20:14:21 +01:00
### Fixed
2018-02-15 16:25:22 +01:00
* Fixed sort by date of published content ([#986](https://github.com/lbryio/lbry-app/issues/986))
2018-02-27 05:52:39 +01:00
* Fix night mode start time, set to 9PM ([#1050](https://github.com/lbryio/lbry-app/issues/1050))
2018-02-28 23:06:06 +01:00
* Disable drag and drop of files into the app ([#1045](https://github.com/lbryio/lbry-app/pull/1045))
2018-03-09 22:45:45 +01:00
* Fixed uninformative error message ([#1046](https://github.com/lbryio/lbry-app/pull/1046))
* Update documentation for DevTools and fix some ESLint warnings ([#911](https://github.com/lbryio/lbry-app/pull/911))
* Fix right click bug ([#928](https://github.com/lbryio/lbry-app/pull/928))
* Fix Election linting errors ([#929](https://github.com/lbryio/lbry-app/pull/929))
* App will no longer reset when minimizing to tray ([#1042](https://github.com/lbryio/lbry-app/pull/1042))
2018-03-20 20:47:43 +01:00
* Error when clicking LBRY URLs when app is closed on macOS ([#1119](https://github.com/lbryio/lbry-app/issues/1119))
* LBRY URLs not working on Linux ([#1120](https://github.com/lbryio/lbry-app/issues/1120))
2018-03-22 16:43:35 +01:00
* Fix Windows notifications not showing ([#1145](https://github.com/lbryio/lbry-app/pull/1145))
* Fix export issues ([#1163](https://github.com/lbryio/lbry-app/pull/1163))
2018-04-02 22:22:05 +02:00
2018-01-30 20:09:18 +01:00
## [0.20.0] - 2018-01-30
### Added
* Added Automatic Dark Mode ([#950](https://github.com/lbryio/lbry-app/pull/950))
* Re-introduce build dir / dist dir option for isolated build environments ([#933](https://github.com/lbryio/lbry-app/pull/933))
* Added sms as a method for reward identity verification ([#946](https://github.com/lbryio/lbry-app/pull/946))
* Added auto-update ([#808](https://github.com/lbryio/lbry-app/pull/808))
### Changed
* Refactored Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))
* Refactored lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957))
* Upgraded Daemon to [version 18.2](https://github.com/lbryio/lbry/releases/tag/v0.18.2) ([#961](https://github.com/lbryio/lbry-app/pull/961))
* Upgraded Electron for security patch ([commit](https://github.com/lbryio/lbry-app/commit/48cc82b86d79ea35e3c529b420957d9dd6043209))
### Fixed
* Fixed issues in documentation ([#945](https://github.com/lbryio/lbry-app/pull/945))
* Fixed linting errors ([#929](https://github.com/lbryio/lbry-app/pull/929))
2018-01-08 17:15:09 +01:00
## [0.19.4] - 2018-01-08
### Added
2018-01-25 20:28:18 +01:00
* Video state tracking in redux - developer only ([#890](https://github.com/lbryio/lbry-app/pull/890))
2018-01-08 17:15:09 +01:00
### Changed
2018-01-25 20:28:18 +01:00
* Improved text content in app ([#921](https://github.com/lbryio/lbry-app/pull/921))
2018-01-08 17:15:09 +01:00
### Fixed
2018-01-25 20:28:18 +01:00
* Right click works in the app again ([#928](https://github.com/lbryio/lbry-app/pull/928))
* Icons are now the rights size ([#925](https://github.com/lbryio/lbry-app/pull/925))
* Fixed tip sending error ([#918](https://github.com/lbryio/lbry-app/pull/918))
2018-01-08 17:54:29 +01:00
* Newly created channel immediately available for publishing
2018-01-08 17:15:09 +01:00
2017-12-30 23:24:36 +01:00
## [0.19.3] - 2017-12-30
### Changed
2018-01-25 20:28:18 +01:00
* Improved internal code structuring by adding linting integration -- developers only ([#891](https://github.com/lbryio/lbry-app/pull/891))
* Improved developer documentation ([#910](https://github.com/lbryio/lbry-app/pull/910))
2017-12-30 23:24:36 +01:00
### Removed
2018-01-25 20:28:18 +01:00
* Removed email verification reward ([#914](https://github.com/lbryio/lbry-app/pull/921))
2017-12-30 23:24:36 +01:00
### Fixed
2018-01-25 20:28:18 +01:00
* Added snackbar text in place where it was coming up blank ([#902](https://github.com/lbryio/lbry-app/pull/902))
2017-12-30 23:24:36 +01:00
2017-10-12 19:04:17 +02:00
2017-12-23 07:25:05 +01:00
## [0.19.2] - 2017-12-22
### Added
2018-01-25 20:28:18 +01:00
* Added copy address button to the Wallet Address component on Send / Receive ([#875](https://github.com/lbryio/lbry-app/pull/875))
* Link to creators channels on homepage ([#869](https://github.com/lbryio/lbry-app/pull/869))
* Pause playing video when file is opened ([#880](https://github.com/lbryio/lbry-app/pull/880))
* Add captcha to verification process ([#897](https://github.com/lbryio/lbry-app/pull/897))
2017-12-23 07:25:05 +01:00
### Changed
2018-01-25 20:28:18 +01:00
* Contributor documentation ([#879](https://github.com/lbryio/lbry-app/pull/879))
2017-12-23 07:25:05 +01:00
### Fixed
2018-01-25 20:28:18 +01:00
* Linux app categorization ([#877](https://github.com/lbryio/lbry-app/pull/877))
2017-12-23 07:25:05 +01:00
2017-12-13 18:44:52 +01:00
## [0.19.1] - 2017-12-13
### Added
2018-01-25 20:28:18 +01:00
* Added empty rewards message on overview page ([#847](https://github.com/lbryio/lbry-app/pull/847))
2017-12-13 18:44:52 +01:00
### Changed
2018-01-25 20:28:18 +01:00
* Updated developer tools and restructured code ([#861](https://github.com/lbryio/lbry-app/pull/861) / [#862](https://github.com/lbryio/lbry-app/pull/862))
2017-12-13 18:44:52 +01:00
### Fixed
2018-01-25 20:28:18 +01:00
* Fixed typos ([#845](https://github.com/lbryio/lbry-app/pull/845) / [#846](https://github.com/lbryio/lbry-app/pull/846))
* Fixed theme-related error while running in development ([#865](https://github.com/lbryio/lbry-app/pull/865))
* Fixed build/signing error on Windows ([#864](https://github.com/lbryio/lbry-app/pull/864))
2017-12-13 18:44:52 +01:00
2017-12-11 17:06:28 +01:00
## [0.19.0] - 2017-12-11
### Added
* [Subscriptions](https://github.com/lbryio/lbry-app/issues/715). 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](https://github.com/lbryio/lbry-app/issues/609). Convert other popular cryptos into LBC via a ShapeShift integration.
* [Flow](https://flow.org/) 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](https://github.com/lbryio/lbry-app/issues/328))
* Windows path to the daemon/CLI executables changed to: `C:\Program Files (x86)\LBRY\resources\static\daemon`
### Deprecated
* We previous had two separate modals for insufficient credits. These have been combined.
### Fixed
* Long channel names causing inconsistent thumbnail sizes ([#721](https://github.com/lbryio/lbry-app/issues/721))
* Channel names in pages are highlighted to indicate them being clickable ([#814](https://github.com/lbryio/lbry-app/issues/814))
* Fixed the transaction screen not loading for brand new users ([#755](https://github.com/lbryio/lbry-app/issues/755))
* Fixed issues with scrolling and back and forward navigation ([#729](https://github.com/lbryio/lbry-app/issues/729))
* Fixed sorting by title for published files ([#614](https://github.com/lbryio/lbry-app/issues/614))
* App now uses the new `balance_delta` field provided by the LBRY API ([#611](https://github.com/lbryio/lbry-app/issues/611))
* Abandoning from the claim page now works.([#883](https://github.com/lbryio/lbry-app/issues/833))
2017-11-15 20:39:09 +01:00
## [0.18.2] - 2017-11-15
### Fixed
* Email verification is fixed. (#746)
2017-11-13 19:42:04 +01:00
## [0.18.0] - 2017-11-13
### 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](https://github.com/lbryio/lbry/releases/tag/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 discoverd 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)
2017-10-25 23:57:51 +02:00
## [0.17.1] - 2017-10-25
### Changed
* Updated daemon to 0.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](https://github.com/electron/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).
2017-10-12 19:04:17 +02:00
## [0.17.0] - 2017-10-12
### 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)
2017-10-12 20:12:22 +02:00
* New tabs (#576).
2017-10-12 19:04:17 +02:00
### Changed
* LBRY protocol upgraded from v0.16.1 to [v0.17](https://github.com/lbryio/lbry/releases/tag/v0.17.0). 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)
2017-08-31 20:40:05 +02:00
2017-09-21 15:26:32 +02:00
## [0.16.0] - 2017-09-21
### Added
* Added a tipping button to send LBRY Credits to a creator.
* Added an edit button on published content. Significantly improved UX for editing claims.
* Added theme settings option and new Dark theme.
* 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
* Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.
* Added a `Form` component, to further progress towards form sanity.
2017-09-21 15:31:02 +02:00
* Added `gnome-keyring` dependency to .deb
2017-09-21 15:26:32 +02:00
### Changed
* CSS significantly refactored to support CSS vars (and consequently easy theming).
### Fixed
* URLs on cards no longer wrap and show an ellipsis if longer than one line
2017-09-08 15:48:40 +02:00
## [0.15.1] - 2017-09-08
### 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](https://github.com/lbryio/lbry/releases/tag/v0.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)
2017-08-31 20:40:05 +02:00
## [0.15.0] - 2017-08-31
### 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.
* 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](https://github.com/lbryio/lbry/releases). 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.
* 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](https://github.com/yarnpkg/yarn/issues/3738), 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.
### Removed
* Removed the label "Max Purchase Price" from settings page. It was redundant.
* Unused old files from previous commit(9c3d633)
### 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)
* Fixed source file error when editing existing claim (#467)
2017-07-28 23:31:14 +02:00
2017-08-03 21:08:46 +02:00
## [0.14.3] - 2017-08-03
### 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
* Corrected improper pluralization on loading screen
2017-07-30 22:06:55 +02:00
## [0.14.2] - 2017-07-30
### 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
2017-07-29 01:31:48 +02:00
## [0.14.1] - 2017-07-28
### Fixed
* Fixed upgrade file path missing file name
2017-07-28 23:31:14 +02:00
## [0.14.0] - 2017-07-28
### Added
* Identity verification for new reward participants
* 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](https://github.com/lbryio/lbry/releases/tag/v0.14.2)
* Publish page now use `claim_list` rather than `file_list`
### Removed
* Removed bandwidth caps from settings, because the daemon was not respecting them anyway.
### 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
2017-06-30 16:31:51 +02:00
## [0.13.0] - 2017-06-30
### 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)
2017-05-04 19:54:11 +02:00
2017-06-09 20:31:39 +02:00
## [0.12.0] - 2017-06-09
### Added
* More file types, like audio and documents, can be streamed and/or served from the app
* App is no longer gated. Reward authorization re-written. 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
* 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
2017-06-01 17:03:39 +02:00
## [0.11.9] - 2017-06-01
### Fixed
* Windows upgrade process fixed
* Upgrade process on Mac and Linux will open the file rather than the folder
2017-06-01 00:21:09 +02:00
## [0.11.8] - 2017-05-31
### Fixed
* Verified access from two different installation ids
* Version upgrade check on help page
2017-05-31 01:57:36 +02:00
## [0.11.7] - 2017-05-30
### Changed
* Video player switched from plyr to render-media
### Fixed
* Video player should behave better on streaming
* Daemon times out more quickly when it cannot start
* Connection should fail more cleanly, rather than get stuck entirely
* Closing modal dialogs was broken on some download and stream errors
* Discover landing page improperly showed loading error when it was loading correctly
2017-05-29 22:46:51 +02:00
## [0.11.6] - 2017-05-29
### Changed
* Do not use a separate claim cache for publishes
### Fixed
* Upgrade process should now works on Windows
* Crudely handle failed publishes missing outpoints
2017-05-28 20:13:25 +02:00
## [0.11.5] - 2017-05-28
### Fixed
* Eliminated instance of costs being double fetched
* Fixed issue preventing file re-download
* Fixed race condition that could prevent file playbac
* Fixed issue with batch actions and thunk
2017-05-26 20:26:53 +02:00
## [0.11.4] - 2017-05-26
### Added
* New reward for watching weekly featured content
### Fixed
* Video playback will always properly fetch cost info (this was a big playback bug)
* Fixed view rewards
2017-05-26 16:03:56 +02:00
## [0.11.3] - 2017-05-26
### 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
2017-05-25 17:16:54 +02:00
## [0.11.0] - 2017-05-25
### 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 lbry:// links should open the app and appropriate URI on all OSes.
* 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
2017-05-04 19:54:11 +02:00
## [0.10.0] - 2017-05-04
### Added
* The UI has been overhauled to use an omnibar and drop the sidebar.
* The app is much more responsive switching pages. It no longer reloads the entire page and all assets on each page change.
* lbry.js now offers a subscription model for wallet balance similar to file info.
* Fixed file info subscribes not being unsubscribed in unmount.
* Fixed drawer not highlighting selected page.
* 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
* New publishes now display immediately in My Files, even before they hit the lbrynet file manager.
* New welcome flow for new users
* Redesigned UI for Discover
* Handle more of price calculations at the daemon layer to improve page load time
* Add special support for building channel claims in lbryuri module
* Enable windows code signing of binary
2017-05-11 09:41:35 +02:00
* Support for opening LBRY URIs from links in other apps
2017-05-04 19:54:11 +02:00
### 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
### Fixed
* Fix Watch page and progress bars for new API changes
2017-05-11 09:41:35 +02:00
* On Windows, prevent opening multiple LBRY instances (launching LBRY again just focuses the current instance)
2017-05-04 19:54:11 +02:00
2017-02-27 23:49:08 +01:00
2017-03-09 16:37:42 +01:00
## [0.9.0rc15] - 2017-03-09
### Added
* A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo)
* Option in Developer Settings to toggle developer menu
### Changed
* Open and reveal files using Electron instead of daemon
2017-03-06 23:47:46 +01:00
## [0.9.0rc12] - 2017-03-06
### Changed
* Improved ability to style FormFields and form field labels
* Refactored Publish page to use form field changes
2017-02-27 23:49:08 +01:00
## [0.9.0rc11] - 2017-02-27
### Added
* "Back to LBRY" button on Watch page
### Changed
* In error modal, hide details in expandable section
### Fixed
* On load screen, always show Cancel link if a previous page is available
* When user hits "Watch," don't check balance if download already started
* Restore UI version on Help page
* Fix sorting on My Files page
2017-02-22 19:58:15 +01:00
## [0.9.0rc9] - 2017-02-22
2017-02-22 20:14:21 +01:00
### Changed
2017-02-15 18:28:15 +01:00
* Use local file for publishing
* Use local file and html5 for video playback
* Misc changes needed to make UI compatible with electron