Bump version: 0.15.0rc5 → 0.15.0

This commit is contained in:
Jeremy Kauffman 2017-08-31 14:40:05 -04:00
parent 094a7995d2
commit 104f022fcc
4 changed files with 60 additions and 39 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0rc5
current_version = 0.15.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -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.15.0] - 2017-08-31
### Added
* Added an Invites area inside of the Wallet. This allows users to invite others and shows the status of all past invites (including all invite data from the past year). Up to one referral reward can now be claimed, but only if both users have passed the humanity test.
* Added new summary components for rewards and invites to the Wallet landing page.
@ -15,6 +37,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
* Added wallet backup guide reference.
* Added a new widget for setting prices (`FormFieldPrice`), used in Publish and Settings.
### Changed
* Updated to daemon [0.15](https://github.com/lbryio/lbry/releases). Most relevant changes for app are improved announcing of content and a fix for the daemon getting stuck running.
* Significant refinements to first-run process, process for new users, and introducing people to LBRY and LBRY credits.
@ -28,6 +51,12 @@ Web UI version numbers should always match the corresponding version of LBRY App
* Refactored modal and settings logic.
* Refactored history and navigation logic.
### Removed
* Removed the label "Max Purchase Price" from settings page. It was redundant.
* Unused old files from previous commit(9c3d633)
### Fixed
* Tiles will no longer be blurry on hover (Windows only bug)
* Removed placeholder values from price selection form fields, which was causing confusion that these were real values (#426)
@ -46,14 +75,6 @@ Web UI version numbers should always match the corresponding version of LBRY App
* Fixed source file error when editing existing claim (#467)
### Deprecated
*
*
### Removed
* Removed the label "Max Purchase Price" from settings page. It was redundant.
* Unused old files from previous commit(9c3d633)
*
## [0.14.3] - 2017-08-03

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.15.0rc5",
"version": "0.15.0",
"main": "main.js",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.15.0rc5",
"version": "0.15.0",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",