update changelog
This commit is contained in:
parent
8898ea39ea
commit
379b30ffe0
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [0.34.0] - [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Lots of speed improvements
|
||||
|
||||
### Added
|
||||
|
||||
- New app design for better content discovery ([2477](https://github.com/lbryio/lbry-desktop/pull/2477))
|
||||
- New loading page ([2491](https://github.com/lbryio/lbry-desktop/pull/2491))
|
||||
- Comments ([2510](https://github.com/lbryio/lbry-desktop/pull/2510))
|
||||
|
||||
## [0.33.1] - [2019-06-12]
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
"yarn": "^1.3"
|
||||
},
|
||||
"lbrySettings": {
|
||||
"lbrynetDaemonVersion": "0.38.0rc10",
|
||||
"lbrynetDaemonVersion": "0.38.0",
|
||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
|
||||
"lbrynetDaemonDir": "static/daemon",
|
||||
"lbrynetDaemonFileName": "lbrynet"
|
||||
|
|
Loading…
Add table
Reference in a new issue