Bump version: 0.15.1rc2 → 0.15.1
This commit is contained in:
parent
6ae6c8b736
commit
9cb28e8f46
4 changed files with 27 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.15.1rc2
|
current_version = 0.15.1
|
||||||
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+))?
|
||||||
|
|
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -8,19 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.
|
*
|
||||||
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases.
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Potential fix for blank error popup when streaming (#536)
|
*
|
||||||
* Fixed some popups showing improperly while balance was loading (#534)
|
*
|
||||||
* Show a security warning when the auth token is displayed on Help.
|
|
||||||
* Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
|
|
||||||
* Clearly notify user when they try to send credits to an invalid address (#445)
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
@ -30,6 +27,25 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.15.1] - 2017-09-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases.
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Potential fix for blank error popup when streaming (#536)
|
||||||
|
* Fixed some popups showing improperly while balance was loading (#534)
|
||||||
|
* Show a security warning when the auth token is displayed on Help.
|
||||||
|
* Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
|
||||||
|
* Clearly notify user when they try to send credits to an invalid address (#445)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.15.0] - 2017-08-31
|
## [0.15.0] - 2017-08-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.15.1rc2",
|
"version": "0.15.1",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lbry-web-ui",
|
"name": "lbry-web-ui",
|
||||||
"version": "0.15.1rc2",
|
"version": "0.15.1",
|
||||||
"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