update daemon and changelog
This commit is contained in:
parent
dd667e8bad
commit
34addb6ffd
2 changed files with 7 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -8,20 +8,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Add setting to automatically purchase low-cost content without a confirmation dialog
|
* 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 custom styled scrollbar (#574)
|
||||||
*
|
* New tabs (#547).
|
||||||
|
|
||||||
### Changed
|
### 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.
|
* Changed the File page to make it clearer how to to open the folder for a file.
|
||||||
* Improved tabs styles with a nice animation. (#547)
|
|
||||||
* Display search bar on discover page instead of title and remove duplicated icon.
|
* Display search bar on discover page instead of title and remove duplicated icon.
|
||||||
* Minor update for themes.
|
* Minor update for themes.
|
||||||
* Updated the daemon from 0.16.1 to [0.16.4](https://github.com/lbryio/lbry/releases/tag/v0.16.4) to improve download performance and download issue detection.
|
|
||||||
* There is no longer a minimum channel length (#645)
|
* 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
|
* 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.
|
* The upgrade message is now friendlier and includes a link to the release notes.
|
||||||
* Improved Discover page load time by batching all URIs into one API call
|
|
||||||
* Local settings refactored and no longer intermixed with LBRY API library.
|
* Local settings refactored and no longer intermixed with LBRY API library.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"electron-rebuild": "^1.5.11"
|
"electron-rebuild": "^1.5.11"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.16.3",
|
"lbrynetDaemonVersion": "0.17.0rc13",
|
||||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
|
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue