Bump version: 0.17.0rc3 → 0.17.0
This commit is contained in:
parent
ab0bc8e3ff
commit
fed95f0549
4 changed files with 47 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.17.0rc3
|
||||
current_version = 0.17.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
68
CHANGELOG.md
68
CHANGELOG.md
|
@ -8,35 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### 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)
|
||||
* New tabs (#547).
|
||||
*
|
||||
*
|
||||
|
||||
### 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)
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -46,6 +27,43 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [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)
|
||||
* New tabs (#547).
|
||||
|
||||
|
||||
### 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)
|
||||
|
||||
|
||||
|
||||
## [0.16.0] - 2017-09-21
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.17.0rc3",
|
||||
"version": "0.17.0",
|
||||
"main": "main.js",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.17.0rc3",
|
||||
"version": "0.17.0",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue