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]
|
[bumpversion]
|
||||||
current_version = 0.14.0rc4
|
current_version = 0.14.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
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.
|
Web UI version numbers should always match the corresponding version of LBRY App.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
*
|
||||||
|
*
|
||||||
|
|
||||||
|
## [0.14.0] - 2017-07-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Identity verification for new reward participants
|
* Identity verification for new reward participants
|
||||||
* Support rich markup in publishing descriptions and show pages.
|
* 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
|
* Added a loading message to file actions
|
||||||
* URL is auto suggested in Publish Page
|
* URL is auto suggested in Publish Page
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Publishing revamped. Editing claims is much easier.
|
* 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)
|
* 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`
|
* 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
|
||||||
* Fixed bug with download notice when switching window focus
|
* Fixed bug with download notice when switching window focus
|
||||||
* Fixed newly published files appearing twice
|
* 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 refresh regression after adding scroll position to history state
|
||||||
* Fixed app not monitoring download progress on files in progress between restarts
|
* 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
|
## [0.13.0] - 2017-06-30
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.14.0rc4",
|
"version": "0.14.0",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "0.14.0rc4",
|
"version": "0.14.0",
|
||||||
"description": "LBRY UI",
|
"description": "LBRY UI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|
Loading…
Reference in a new issue