diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 205f67261..235981e26 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0rc1 +current_version = 0.13.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c6d83cb..8c6a2184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,36 +8,59 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### 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 + * + * ### 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 * * ### 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 diff --git a/app/package.json b/app/package.json index 0f9c07e05..aee4e6085 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.13.0rc1", + "version": "0.13.0", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": { diff --git a/ui/package.json b/ui/package.json index 9620a1b04..d7aa3535a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.13.0rc1", + "version": "0.13.0", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",