Bump version: 0.18.0rc5 → 0.18.0
This commit is contained in:
parent
2882a14f03
commit
cdbfd73893
4 changed files with 31 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.18.0rc5
|
||||
current_version = 0.18.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
40
CHANGELOG.md
40
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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue