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+))?
|
||||
|
|
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -7,6 +7,28 @@ The LBRY Web UI comes bundled as part of [LBRYApp](https://github.com/lbryio/lbr
|
|||
Web UI version numbers should always match the corresponding version of LBRY App.
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
*
|
||||
|
||||
### Removed
|
||||
*
|
||||
*
|
||||
|
||||
## [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?.
|
||||
|
@ -14,6 +36,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* 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.
|
||||
|
@ -25,6 +48,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* 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)
|
||||
|
@ -38,13 +62,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* Fixed issue after accessing a video without enough credits (#605)
|
||||
* Fixed channel fetching without claims (#634)
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
*
|
||||
|
||||
### Removed
|
||||
*
|
||||
*
|
||||
|
||||
## [0.16.0] - 2017-09-21
|
||||
|
||||
|
|
|
@ -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