Bump version: 0.11.0rc1 → 0.11.0
This commit is contained in:
parent
d1804a07ed
commit
aacdc0c804
4 changed files with 31 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.11.0rc1
|
||||
current_version = 0.11.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
38
CHANGELOG.md
38
CHANGELOG.md
|
@ -8,20 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
* Entire app re-written to use Redux as state store. Far saner and faster. Will also increase productivity moving forward.
|
||||
* Channel page shows content published in channel.
|
||||
* URI handling. Clicking lbry:// links should open the app and appropriate URI on all OSes.
|
||||
* File cards have an icon indicating you posses that file.
|
||||
* Download directory setting now uses a proper dialog.
|
||||
* Movie player automatically shows if the file has already been downloaded.
|
||||
*
|
||||
*
|
||||
|
||||
### Changed
|
||||
* Plyr replaces mediaelement as the movie player.
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Publisher indicator on show pages and file cards/tiles will now always show the proper channel name.
|
||||
* Performance improvements related to avoiding duplicate fetches.
|
||||
* Fix incorrect prompt on empty published page
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -31,6 +27,28 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.11.0] - 2017-05-25
|
||||
|
||||
### Added
|
||||
* Entire app re-written to use Redux as state store. Far saner and faster. Will also increase productivity moving forward.
|
||||
* Channel page shows content published in channel.
|
||||
* URI handling. Clicking lbry:// links should open the app and appropriate URI on all OSes.
|
||||
* File cards have an icon indicating you posses that file.
|
||||
* Download directory setting now uses a proper dialog.
|
||||
* Movie player automatically shows if the file has already been downloaded.
|
||||
|
||||
|
||||
### Changed
|
||||
* Plyr replaces mediaelement as the movie player.
|
||||
|
||||
|
||||
### Fixed
|
||||
* Publisher indicator on show pages and file cards/tiles will now always show the proper channel name.
|
||||
* Performance improvements related to avoiding duplicate fetches.
|
||||
* Fix incorrect prompt on empty published page
|
||||
|
||||
|
||||
|
||||
## [0.10.0] - 2017-05-04
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.11.0rc1",
|
||||
"version": "0.11.0",
|
||||
"main": "main.js",
|
||||
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.11.0rc1",
|
||||
"version": "0.11.0",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue