Update CHANGELOG.md
This commit is contained in:
parent
c1e2e7df6a
commit
63548c88db
1 changed files with 21 additions and 4 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -12,10 +12,20 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* Added startup-troubleshooting FAQ URL to daemon error ([#1039](https://github.com/lbryio/lbry-app/pull/1039))
|
||||
* Added ability to export wallet transactions to JSON and CSV format ([#976](https://github.com/lbryio/lbry-app/pull/976))
|
||||
* Add Rewards FAQ to LBRY app ([#1041](https://github.com/lbryio/lbry-app/pull/1041))
|
||||
* 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))
|
||||
*
|
||||
|
||||
### Changed
|
||||
*
|
||||
* 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))
|
||||
* Disabled auto dark mode if dark mode is selected ([#1006](https://github.com/lbryio/lbry-app/pull/1006))
|
||||
* AppImage support for Linux instead of .deb ([#1010](https://github.com/lbryio/lbry-app/pull/1010))
|
||||
* Refactor Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951))
|
||||
* Refactor lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957))
|
||||
* 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))
|
||||
*
|
||||
|
||||
### Fixed
|
||||
|
@ -23,6 +33,13 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* Fix night mode start time, set to 9PM (#1050)
|
||||
* Fix night mode start time, set to 9PM ([#1050](https://github.com/lbryio/lbry-app/issues/1050))
|
||||
* Disable drag and drop of files into the app ([#1045](https://github.com/lbryio/lbry-app/pull/1045))
|
||||
* 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 error wherein user cannot send tip because transaction fails ([#918](https://github.com/lbryio/lbry-app/pull/918))
|
||||
* 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))
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue