diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 435ef0a6a..bd37e853e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.0rc5 +current_version = 0.18.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 7e74c34dc..f096ace72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,24 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Trending! The landing page of the app now features content that is surging in popularity relative to past interest. - * The app now closes to the system tray. This will help improve publish seeding and network performance. Directing the app to quit or exit will close it entirely. (#374) - * You can now revoke past publishes to receive your credits. (#581) - * You can now unlock tips sent to you so you can send them elsewhere or spend them. (#581) - * Added new window menu options for reloading and help. - * Rewards are now marked in transaction history (#660) + * * ### Changed - * Daemon updated to [v0.18.0](https://github.com/lbryio/lbry/releases/tag/v0.18.0). The largest changes here are several more network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discoverd by spee.ch). - * Improved build and first-run process for new developers. - * Replaced all instances of `XMLHttpRequest` with native `Fetch` API (#676). + * * ### Fixed - * Fixed console errors on settings page related to improper React input properties. - * Fixed modals being too narrow after font change (#709) - * Fixed bug that prevented new channel and first publish rewards from being claimed (#290) + * + * ### Deprecated * @@ -35,6 +27,30 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.18.0] - 2017-11-13 + +### Added + * Trending! The landing page of the app now features content that is surging in popularity relative to past interest. + * The app now closes to the system tray. This will help improve publish seeding and network performance. Directing the app to quit or exit will close it entirely. (#374) + * You can now revoke past publishes to receive your credits. (#581) + * You can now unlock tips sent to you so you can send them elsewhere or spend them. (#581) + * Added new window menu options for reloading and help. + * Rewards are now marked in transaction history (#660) + + +### Changed + * Daemon updated to [v0.18.0](https://github.com/lbryio/lbry/releases/tag/v0.18.0). The largest changes here are several more network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discoverd by spee.ch). + * Improved build and first-run process for new developers. + * Replaced all instances of `XMLHttpRequest` with native `Fetch` API (#676). + + +### Fixed + * Fixed console errors on settings page related to improper React input properties. + * Fixed modals being too narrow after font change (#709) + * Fixed bug that prevented new channel and first publish rewards from being claimed (#290) + + + ## [0.17.1] - 2017-10-25 ### Changed diff --git a/app/package.json b/app/package.json index 5255f9c87..edf2f2e9d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.18.0rc5", + "version": "0.18.0", "main": "main.js", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://github.com/lbryio/lbry-app", diff --git a/ui/package.json b/ui/package.json index 31db24142..6b24baefb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.18.0rc5", + "version": "0.18.0", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",