Bump version: 0.12.0rc8 → 0.12.0
This commit is contained in:
parent
49c255e29a
commit
3f68858cf7
4 changed files with 31 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.12.0rc8
|
current_version = 0.12.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+))?
|
||||||
|
|
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -8,20 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* More file types, like audio and documents, can be streamed and/or served from the app
|
*
|
||||||
* App is no longer gated. Reward authorization re-written. Added basic flows for new users.
|
*
|
||||||
* Videos now have a classy loading spinner
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* All UI strings are now rendered according to gettext standard, in prep for i18n
|
*
|
||||||
* Switched to new fee metadata format
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* If a daemon is running but unresponsive, startup is no longer blocked indefinitely
|
*
|
||||||
* Updated deprecated LBRY API call signatures
|
*
|
||||||
* App scrolls to the top of the page on navigation
|
|
||||||
* Download progress works properly for purchased but deleted files
|
|
||||||
* Publish channels for less than 1 LBC
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
@ -31,6 +27,28 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.12.0] - 2017-06-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* More file types, like audio and documents, can be streamed and/or served from the app
|
||||||
|
* App is no longer gated. Reward authorization re-written. Added basic flows for new users.
|
||||||
|
* Videos now have a classy loading spinner
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* All UI strings are now rendered according to gettext standard, in prep for i18n
|
||||||
|
* Switched to new fee metadata format
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* If a daemon is running but unresponsive, startup is no longer blocked indefinitely
|
||||||
|
* Updated deprecated LBRY API call signatures
|
||||||
|
* App scrolls to the top of the page on navigation
|
||||||
|
* Download progress works properly for purchased but deleted files
|
||||||
|
* Publish channels for less than 1 LBC
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.11.9] - 2017-06-01
|
## [0.11.9] - 2017-06-01
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.12.0rc8",
|
"version": "0.12.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.12.0rc8",
|
"version": "0.12.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