diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7e977c586..7a888d581 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0rc4 +current_version = 0.14.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 00e74d16d..4fdd8d5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,42 +8,64 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Identity verification for new reward participants - * Support rich markup in publishing descriptions and show pages. - * Release past publishing claims (and recover LBC) via the UI - * Added transition to card hovers to smooth animation - * Use randomly colored tiles when image is missing from metadata - * Added a loading message to file actions - * URL is auto suggested in Publish Page + * + * ### Changed - * Publishing revamped. Editing claims is much easier. - * Daemon updated from v0.13.1 to [v0.14.2](https://github.com/lbryio/lbry/releases/tag/v0.14.2) - * Publish page now use `claim_list` rather than `file_list` + * + * ### Fixed - * Fixed bug with download notice when switching window focus - * Fixed newly published files appearing twice - * Fixed unconfirmed published files missing channel name - * Fixed old files from updated published claims appearing in downloaded list - * Fixed inappropriate text showing on searches - * Stop discover page from pushing jumping vertically while loading - * Restored feedback on claim amounts - * Fixed hiding price input when Free is checked on publish form - * Fixed hiding new identity fields on publish form - * Fixed files on downloaded tab not showing download progress - * Fixed downloading files that are deleted not being removed from the downloading list - * Fixed download progress bar not being cleared when a downloading file is deleted - * Fixed refresh regression after adding scroll position to history state - * Fixed app not monitoring download progress on files in progress between restarts + * + * ### Deprecated * * ### Removed - * Removed bandwidth caps from settings, because the daemon was not respecting them anyway. * + * + +## [0.14.0] - 2017-07-28 + +### Added + * Identity verification for new reward participants + * Support rich markup in publishing descriptions and show pages. + * Release past publishing claims (and recover LBC) via the UI + * Added transition to card hovers to smooth animation + * Use randomly colored tiles when image is missing from metadata + * Added a loading message to file actions + * URL is auto suggested in Publish Page + + +### Changed + * Publishing revamped. Editing claims is much easier. + * Daemon updated from v0.13.1 to [v0.14.2](https://github.com/lbryio/lbry/releases/tag/v0.14.2) + * Publish page now use `claim_list` rather than `file_list` + + +### Removed + * Removed bandwidth caps from settings, because the daemon was not respecting them anyway. + + +### Fixed + * Fixed bug with download notice when switching window focus + * Fixed newly published files appearing twice + * Fixed unconfirmed published files missing channel name + * Fixed old files from updated published claims appearing in downloaded list + * Fixed inappropriate text showing on searches + * Stop discover page from pushing jumping vertically while loading + * Restored feedback on claim amounts + * Fixed hiding price input when Free is checked on publish form + * Fixed hiding new identity fields on publish form + * Fixed files on downloaded tab not showing download progress + * Fixed downloading files that are deleted not being removed from the downloading list + * Fixed download progress bar not being cleared when a downloading file is deleted + * Fixed refresh regression after adding scroll position to history state + * Fixed app not monitoring download progress on files in progress between restarts + + ## [0.13.0] - 2017-06-30 diff --git a/app/package.json b/app/package.json index 03c9c38fa..d602eda0c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.14.0rc4", + "version": "0.14.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 23d49e5ff..77adc1fed 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.14.0rc4", + "version": "0.14.0", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",