diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a02152a72..c7407a76e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0rc4 +current_version = 0.19.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 e8ccfcbbd..c5ff36585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,38 +8,59 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * [Subscriptions](https://github.com/lbryio/lbry-app/issues/715). File and channel pages now show a subscribe button. A new "Subscriptions" tab appears on the homepage shows the most recent content from subscribed channels. - * [LBC acquisition widget](https://github.com/lbryio/lbry-app/issues/609). Convert other popular cryptos into LBC via a ShapeShift integration. - * [Flow](https://flow.org/) static type checking. This is a dev-only feature, but will make development faster, less error prone, and better for newcomers. + * + * ### Changed - * The first run process for new users has changed substantially. New users can now easily receive one credit. - * The wallet area has been re-organized. Send and Receive are now on the same page. A new page, "Get Credits", explains how users can add LBRY credits to the app. - * Significant structural changes to code organization, packaging, and building. The app now follows a typical electron folder structure. All 3 `package.json` files have been reduced to a single file. Redux related code was moved into it's own subfolder. - * The macOS docking icon has been improved. - * The prompt for an insufficient balance is much more user-friendly. - * The credit balance displayed in the main app navigation displays two decimal places instead of one. - * Video download error messages are now more understandable.([#328](https://github.com/lbryio/lbry-app/issues/328)) - * Windows path to the daemon/CLI executables changed to: `C:\Program Files (x86)\LBRY\resources\static\daemon` + * + * ### Fixed - * Long channel names causing inconsistent thumbnail sizes ([#721](https://github.com/lbryio/lbry-app/issues/721)) - * Channel names in pages are highlighted to indicate them being clickable ([#814](https://github.com/lbryio/lbry-app/issues/814)) - * Fixed the transaction screen not loading for brand new users ([#755](https://github.com/lbryio/lbry-app/issues/755)) - * Fixed issues with scrolling and back and forward navigation ([#729](https://github.com/lbryio/lbry-app/issues/729)) - * Fixed sorting by title for published files ([#614](https://github.com/lbryio/lbry-app/issues/614)) - * App now uses the new `balance_delta` field provided by the LBRY API ([#611](https://github.com/lbryio/lbry-app/issues/611)) - * Abandoning from the claim page now works.([#883](https://github.com/lbryio/lbry-app/issues/833)) + * * ### Deprecated - * We previous had two separate modals for insufficient credits. These have been combined. + * * ### Removed * * +## [0.19.0] - 2017-12-11 + +### Added + * [Subscriptions](https://github.com/lbryio/lbry-app/issues/715). File and channel pages now show a subscribe button. A new "Subscriptions" tab appears on the homepage shows the most recent content from subscribed channels. + * [LBC acquisition widget](https://github.com/lbryio/lbry-app/issues/609). Convert other popular cryptos into LBC via a ShapeShift integration. + * [Flow](https://flow.org/) static type checking. This is a dev-only feature, but will make development faster, less error prone, and better for newcomers. + + +### Changed + * The first run process for new users has changed substantially. New users can now easily receive one credit. + * The wallet area has been re-organized. Send and Receive are now on the same page. A new page, "Get Credits", explains how users can add LBRY credits to the app. + * Significant structural changes to code organization, packaging, and building. The app now follows a typical electron folder structure. All 3 `package.json` files have been reduced to a single file. Redux related code was moved into it's own subfolder. + * The macOS docking icon has been improved. + * The prompt for an insufficient balance is much more user-friendly. + * The credit balance displayed in the main app navigation displays two decimal places instead of one. + * Video download error messages are now more understandable.([#328](https://github.com/lbryio/lbry-app/issues/328)) + * Windows path to the daemon/CLI executables changed to: `C:\Program Files (x86)\LBRY\resources\static\daemon` + + +### Deprecated + * We previous had two separate modals for insufficient credits. These have been combined. + + +### Fixed + * Long channel names causing inconsistent thumbnail sizes ([#721](https://github.com/lbryio/lbry-app/issues/721)) + * Channel names in pages are highlighted to indicate them being clickable ([#814](https://github.com/lbryio/lbry-app/issues/814)) + * Fixed the transaction screen not loading for brand new users ([#755](https://github.com/lbryio/lbry-app/issues/755)) + * Fixed issues with scrolling and back and forward navigation ([#729](https://github.com/lbryio/lbry-app/issues/729)) + * Fixed sorting by title for published files ([#614](https://github.com/lbryio/lbry-app/issues/614)) + * App now uses the new `balance_delta` field provided by the LBRY API ([#611](https://github.com/lbryio/lbry-app/issues/611)) + * Abandoning from the claim page now works.([#883](https://github.com/lbryio/lbry-app/issues/833)) + + + ## [0.18.2] - 2017-11-15 ### Fixed diff --git a/package.json b/package.json index 4680a9585..0ecd0673a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.0rc4", + "version": "0.19.0", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { "name": "LBRY Inc.",