From fed95f054961e37343e6673cbf6db42a13ef3a61 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 12 Oct 2017 13:04:17 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.0rc3=20=E2=86=92=200.17.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++------------------ app/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 47 insertions(+), 29 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 959e0f52b..a7632cb33 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.0rc3 +current_version = 0.17.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 48ebd3d43..7b6808663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,43 +8,61 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Added a new search service. Significantly improved search results. - * Channels now appear in search results. Channel cards to be improved soon?. - * Add setting to automatically purchase low-cost content without a confirmation dialog. - * New custom styled scrollbar (#574) - * New tabs (#547). + * + * ### Changed - * LBRY protocol upgraded from v0.16.1 to [v0.17](https://github.com/lbryio/lbry/releases/tag/v0.17.0). Significant improvements to download performance anticipated. - * Improved Discover page load time by batching all URIs into one API call. - * Changed the File page to make it clearer how to to open the folder for a file. - * Display search bar on discover page instead of title and remove duplicated icon. - * Minor update for themes. - * There is no longer a minimum channel length (#645) - * Changed the File page to make it clearer how to to open the folder for a file - * The upgrade message is now friendlier and includes a link to the release notes. - * Local settings refactored and no longer intermixed with LBRY API library. + * + * ### Fixed - * Improve layout (and implementation) of the icon panel in file tiles and cards - * The folder icon representing a local download now shows up properly on Channel pages (#587) - * While editing a publish, the URL will no longer change if you select a new file. (#601) - * Fixed issues with opening the folder for a file (#606) - * Be consistent with the step property on credit inputs (#604) - * Fixed unresponsive header (#613) - * Fixed dark theme issues with text content. - * Minor css fixes. - * Fixed issue when file fails to download (#642) - * Fixed issue after accessing a video without enough credits (#605) - * Fixed channel fetching without claims (#634) + * + * ### Deprecated * * ### Removed - * * + * + +## [0.17.0] - 2017-10-12 + +### Added + * Added a new search service. Significantly improved search results. + * Channels now appear in search results. Channel cards to be improved soon?. + * Add setting to automatically purchase low-cost content without a confirmation dialog. + * New custom styled scrollbar (#574) + * New tabs (#547). + + +### Changed + * LBRY protocol upgraded from v0.16.1 to [v0.17](https://github.com/lbryio/lbry/releases/tag/v0.17.0). Significant improvements to download performance anticipated. + * Improved Discover page load time by batching all URIs into one API call. + * Changed the File page to make it clearer how to to open the folder for a file. + * Display search bar on discover page instead of title and remove duplicated icon. + * Minor update for themes. + * There is no longer a minimum channel length (#645) + * Changed the File page to make it clearer how to to open the folder for a file + * The upgrade message is now friendlier and includes a link to the release notes. + * Local settings refactored and no longer intermixed with LBRY API library. + + +### Fixed + * Improve layout (and implementation) of the icon panel in file tiles and cards + * The folder icon representing a local download now shows up properly on Channel pages (#587) + * While editing a publish, the URL will no longer change if you select a new file. (#601) + * Fixed issues with opening the folder for a file (#606) + * Be consistent with the step property on credit inputs (#604) + * Fixed unresponsive header (#613) + * Fixed dark theme issues with text content. + * Minor css fixes. + * Fixed issue when file fails to download (#642) + * Fixed issue after accessing a video without enough credits (#605) + * Fixed channel fetching without claims (#634) + + ## [0.16.0] - 2017-09-21 diff --git a/app/package.json b/app/package.json index 90de171a7..67f399985 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.17.0rc3", + "version": "0.17.0", "main": "main.js", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { diff --git a/ui/package.json b/ui/package.json index 2a073da2e..e63403aa1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.17.0rc3", + "version": "0.17.0", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",