Bump version: 0.11.7rc1 → 0.11.7
This commit is contained in:
parent
4d986a509e
commit
aa425c5c69
4 changed files with 22 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.11.7rc1
|
current_version = 0.11.7
|
||||||
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+))?
|
||||||
|
|
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -8,19 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Video player switched from plyr to render-media
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Video player should behave better on streaming
|
*
|
||||||
* Daemon times out more quickly when it cannot start
|
*
|
||||||
* Connection should fail more cleanly, rather than get stuck entirely
|
|
||||||
* Closing modal dialogs was broken on some download and stream errors
|
|
||||||
* Discover landing page improperly showed loading error when it was loading correctly
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
@ -30,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
## [0.11.7] - 2017-05-30
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Video player switched from plyr to render-media
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Video player should behave better on streaming
|
||||||
|
* Daemon times out more quickly when it cannot start
|
||||||
|
* Connection should fail more cleanly, rather than get stuck entirely
|
||||||
|
* Closing modal dialogs was broken on some download and stream errors
|
||||||
|
* Discover landing page improperly showed loading error when it was loading correctly
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.11.6] - 2017-05-29
|
## [0.11.6] - 2017-05-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.11.7rc1",
|
"version": "0.11.7",
|
||||||
"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.11.7rc1",
|
"version": "0.11.7",
|
||||||
"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…
Add table
Reference in a new issue