Bump version: 0.13.0rc1 → 0.13.0
This commit is contained in:
parent
888cc33192
commit
8a2756112c
4 changed files with 46 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.13.0rc1
|
current_version = 0.13.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+))?
|
||||||
|
|
63
CHANGELOG.md
63
CHANGELOG.md
|
@ -8,36 +8,59 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* State is persisted through app close and re-open, resulting in faster opens
|
*
|
||||||
* Desktop notifications on downloads finishing
|
*
|
||||||
* Support webm, ogg, m4v, and a few others
|
|
||||||
* Translations added to build process
|
|
||||||
* Claim IDs are shown in your published files
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Upgraded to lbry daemon 0.13, including updating API signatures
|
*
|
||||||
* Channels resolve much faster
|
*
|
||||||
* Resolve is no longer cancelled on navigate
|
|
||||||
* Updated API and authentication used by rewards process
|
|
||||||
* Improved security of reward credential storage
|
|
||||||
* Additional information submitted in DMCA reports
|
|
||||||
* Switched packaging to yarn
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix help menu force reloading whole app
|
*
|
||||||
* Show page updates correctly when navigating from show page to another show page
|
*
|
||||||
* NSFW setting respected on show page
|
|
||||||
* URI handling navigates to correct page if app is closed
|
|
||||||
* URI handling issues specific to Windows (maybe)
|
|
||||||
* Changing the NSFW setting refreshes properly (previously required app restart)
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
* The author metadata field is no longer shown, in favor of first-class identities
|
*
|
||||||
* Availability is no longer checked before showing Download options, due to unreliability
|
*
|
||||||
|
|
||||||
|
## [0.13.0] - 2017-06-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* State is persisted through app close and re-open, resulting in faster opens
|
||||||
|
* Desktop notifications on downloads finishing
|
||||||
|
* Support webm, ogg, m4v, and a few others
|
||||||
|
* Translations added to build process
|
||||||
|
* Claim IDs are shown in your published files
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Upgraded to lbry daemon 0.13, including updating API signatures
|
||||||
|
* Channels resolve much faster
|
||||||
|
* Resolve is no longer cancelled on navigate
|
||||||
|
* Updated API and authentication used by rewards process
|
||||||
|
* Improved security of reward credential storage
|
||||||
|
* Additional information submitted in DMCA reports
|
||||||
|
* Switched packaging to yarn
|
||||||
|
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
* The author metadata field is no longer shown, in favor of first-class identities
|
||||||
|
* Availability is no longer checked before showing Download options, due to unreliability
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix help menu force reloading whole app
|
||||||
|
* Show page updates correctly when navigating from show page to another show page
|
||||||
|
* NSFW setting respected on show page
|
||||||
|
* URI handling navigates to correct page if app is closed
|
||||||
|
* URI handling issues specific to Windows (maybe)
|
||||||
|
* Changing the NSFW setting refreshes properly (previously required app restart)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.12.0] - 2017-06-09
|
## [0.12.0] - 2017-06-09
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "LBRY",
|
||||||
"version": "0.13.0rc1",
|
"version": "0.13.0",
|
||||||
"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.13.0rc1",
|
"version": "0.13.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…
Add table
Reference in a new issue