From 3f68858cf75bc0b220fa5b497fac6ff5d59ed817 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 9 Jun 2017 14:31:39 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0rc8=20=E2=86=92=200.12.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 38 ++++++++++++++++++++++++++++---------- app/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 31 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9d526e27..d37da8f5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0rc8 +current_version = 0.12.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 0cd102812..67dbfd505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,20 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * More file types, like audio and documents, can be streamed and/or served from the app - * App is no longer gated. Reward authorization re-written. Added basic flows for new users. - * Videos now have a classy loading spinner + * + * ### Changed - * All UI strings are now rendered according to gettext standard, in prep for i18n - * Switched to new fee metadata format + * + * ### Fixed - * If a daemon is running but unresponsive, startup is no longer blocked indefinitely - * Updated deprecated LBRY API call signatures - * App scrolls to the top of the page on navigation - * Download progress works properly for purchased but deleted files - * Publish channels for less than 1 LBC + * + * ### Deprecated * @@ -31,6 +27,28 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.12.0] - 2017-06-09 + +### Added + * More file types, like audio and documents, can be streamed and/or served from the app + * App is no longer gated. Reward authorization re-written. Added basic flows for new users. + * Videos now have a classy loading spinner + + +### Changed + * All UI strings are now rendered according to gettext standard, in prep for i18n + * Switched to new fee metadata format + + +### Fixed + * If a daemon is running but unresponsive, startup is no longer blocked indefinitely + * Updated deprecated LBRY API call signatures + * App scrolls to the top of the page on navigation + * Download progress works properly for purchased but deleted files + * Publish channels for less than 1 LBC + + + ## [0.11.9] - 2017-06-01 ### Fixed diff --git a/app/package.json b/app/package.json index eda47adde..95261b0c2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.12.0rc8", + "version": "0.12.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 718d4aeb5..a079118a3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.12.0rc8", + "version": "0.12.0", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",