Bump version: 0.14.0rc4 → 0.14.0
This commit is contained in:
parent
fcf8ba97ac
commit
aa2e345999
4 changed files with 50 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.14.0rc4
|
||||
current_version = 0.14.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
34
CHANGELOG.md
34
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.14.0] - 2017-07-28
|
||||
|
||||
### Added
|
||||
* Identity verification for new reward participants
|
||||
* Support rich markup in publishing descriptions and show pages.
|
||||
|
@ -16,11 +38,17 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* 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
|
||||
|
@ -37,13 +65,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
* Fixed refresh regression after adding scroll position to history state
|
||||
* Fixed app not monitoring download progress on files in progress between restarts
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
*
|
||||
|
||||
### Removed
|
||||
* Removed bandwidth caps from settings, because the daemon was not respecting them anyway.
|
||||
*
|
||||
|
||||
## [0.13.0] - 2017-06-30
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.14.0rc4",
|
||||
"version": "0.14.0",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.14.0rc4",
|
||||
"version": "0.14.0",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue