Bump version: 0.19.4rc2 → 0.19.4
This commit is contained in:
parent
f903b75b71
commit
e4f80b232c
3 changed files with 22 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.19.4rc2
|
current_version = 0.19.4
|
||||||
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+))?
|
||||||
|
|
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -8,17 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Video state tracking in redux - developer only (#890)
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Improved text content in app (#921)
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Right click works in the app again (#928)
|
*
|
||||||
* Icons are now the rights size (#925)
|
|
||||||
* Fixed tip sending error (#918)
|
|
||||||
*
|
*
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
@ -29,6 +27,23 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.19.4] - 2018-01-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Video state tracking in redux - developer only (#890)
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Improved text content in app (#921)
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Right click works in the app again (#928)
|
||||||
|
* Icons are now the rights size (#925)
|
||||||
|
* Fixed tip sending error (#918)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.19.3] - 2017-12-30
|
## [0.19.3] - 2017-12-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.19.4rc2",
|
"version": "0.19.4",
|
||||||
"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.",
|
||||||
"homepage": "https://lbry.io/",
|
"homepage": "https://lbry.io/",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in a new issue