Bump version: 0.16.0rc7 → 0.16.0
This commit is contained in:
parent
054a548fc4
commit
cba6a40394
4 changed files with 30 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.16.0rc7
|
current_version = 0.16.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+))?
|
||||||
|
|
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -8,20 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Added a tipping button to send LBRY Credits to a creator.
|
*
|
||||||
* Added an edit button on published content. Significantly improved UX for editing claims.
|
*
|
||||||
* Added theme settings option and new Dark theme.
|
|
||||||
* Significantly more detail is shown about past transactions and new filtering options for transactions.
|
|
||||||
* File pages now show the time of a publish.
|
|
||||||
* The "auth token" displayable on Help offers security warning
|
|
||||||
* Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.
|
|
||||||
* Added a `Form` component, to further progress towards form sanity.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* CSS significantly refactored to support CSS vars (and consequently easy theming).
|
*
|
||||||
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* URLs on cards no longer wrap and show an ellipsis if longer than one line
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
@ -32,6 +27,28 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.16.0] - 2017-09-21
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Added a tipping button to send LBRY Credits to a creator.
|
||||||
|
* Added an edit button on published content. Significantly improved UX for editing claims.
|
||||||
|
* Added theme settings option and new Dark theme.
|
||||||
|
* Significantly more detail is shown about past transactions and new filtering options for transactions.
|
||||||
|
* File pages now show the time of a publish.
|
||||||
|
* The "auth token" displayable on Help offers security warning
|
||||||
|
* Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.
|
||||||
|
* Added a `Form` component, to further progress towards form sanity.
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* CSS significantly refactored to support CSS vars (and consequently easy theming).
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* URLs on cards no longer wrap and show an ellipsis if longer than one line
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.15.1] - 2017-09-08
|
## [0.15.1] - 2017-09-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.16.0rc7",
|
"version": "0.16.0",
|
||||||
"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.16.0rc7",
|
"version": "0.16.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