Bump version: 0.17.1rc1 → 0.17.1
This commit is contained in:
parent
6ca3a1a881
commit
c8cc05b685
4 changed files with 22 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.17.1rc1
|
||||
current_version = 0.17.1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
|
|
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -12,14 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
|
||||
### Changed
|
||||
* Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
|
||||
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
|
||||
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
|
||||
* Chat links and text updated to remove references to Slack.
|
||||
*
|
||||
*
|
||||
|
||||
### Fixed
|
||||
* Fixed handling of empty search results.
|
||||
* Fixed minimum channel length name(#689).
|
||||
*
|
||||
*
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
|
@ -29,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
*
|
||||
*
|
||||
|
||||
## [0.17.1] - 2017-10-25
|
||||
|
||||
### Changed
|
||||
* Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade.
|
||||
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
|
||||
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
|
||||
* Chat links and text updated to remove references to Slack.
|
||||
|
||||
|
||||
### Fixed
|
||||
* Fixed handling of empty search results.
|
||||
* Fixed minimum channel length name(#689).
|
||||
|
||||
|
||||
|
||||
## [0.17.0] - 2017-10-12
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.17.1rc1",
|
||||
"version": "0.17.1",
|
||||
"main": "main.js",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"author": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-web-ui",
|
||||
"version": "0.17.1rc1",
|
||||
"version": "0.17.1",
|
||||
"description": "LBRY UI",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
Loading…
Reference in a new issue