chore: bump version to 0.21.2-rc.1
This commit is contained in:
parent
99828d048e
commit
306a6eefff
2 changed files with 6 additions and 8 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.21.2] - 2018-03-22
|
||||
|
||||
|
||||
### Added
|
||||
* Save app state when closing to tray ([#968](https://github.com/lbryio/lbry-app/issues/968))
|
||||
* Added startup-troubleshooting FAQ URL to daemon error ([#1039](https://github.com/lbryio/lbry-app/pull/1039))
|
||||
|
@ -15,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
* Add YouTube Sync reward ([#1147](https://github.com/lbryio/lbry-app/pull/1147))
|
||||
* Retain previous screen sizing on startup ([#338](https://github.com/lbryio/lbry-app/issues/338))
|
||||
|
||||
|
||||
### Changed
|
||||
* Update LBRY Protocol to 0.19.1 (See change log for [0.19.0](https://github.com/lbryio/lbry/releases/tag/v0.19.0) and [0.19.1](https://github.com/lbryio/lbry/releases/tag/v0.19.1))
|
||||
* Improved privacy by allowing users to turn off the file view counter and better understand privacy settings ([#1074](https://github.com/lbryio/lbry-app/pull/1074))
|
||||
|
@ -27,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
* Significantly improved search performance ([#1032](https://github.com/lbryio/lbry-app/pull/1032))
|
||||
* Allow editing of claims when bid is greater than current balance ([#1105](https://github.com/lbryio/lbry-app/pull/1105))
|
||||
|
||||
|
||||
### Fixed
|
||||
* Fixed sort by date of published content ([#986](https://github.com/lbryio/lbry-app/issues/986))
|
||||
* Fix night mode start time, set to 9PM ([#1050](https://github.com/lbryio/lbry-app/issues/1050))
|
||||
|
@ -43,13 +47,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
* Fix export issues ([#1163](https://github.com/lbryio/lbry-app/pull/1163))
|
||||
* Fix __static path not resolving on development environment
|
||||
|
||||
### Deprecated
|
||||
*
|
||||
*
|
||||
|
||||
### Removed
|
||||
*
|
||||
*
|
||||
|
||||
## [0.20.0] - 2018-01-30
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"version": "0.21.1-rc.4",
|
||||
"version": "0.21.2-rc.1",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"keywords": [
|
||||
"lbry"
|
||||
|
|
Loading…
Add table
Reference in a new issue