update daemon and changelog

This commit is contained in:
Jeremy Kauffman 2017-07-25 13:09:22 -04:00
parent a2b8bb4828
commit c0afe22d7f
2 changed files with 4 additions and 2 deletions

View file

@ -8,16 +8,18 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased]
### Added
* Identity verification for new reward participants
* Added option to release claim when deleting a file
* Added transition to card hovers to smooth animation
* Support markdown makeup in claim description
* Replaced free speech flag (used when image is missing) with labeled color tiles
* Use randomly colored tiles when image is missing from metadata
* Added a loading message to file actions
* URL is auto suggested in Publish Page
### Changed
* Publishes now uses claims rather than files
* Publishing revamped. Editing claims is much easier.
* Daemon updated to [v0.14.2](https://github.com/lbryio/lbry/releases/tag/v0.14.2)
### Fixed
* Fixed bug with download notice when switching window focus

View file

@ -20,6 +20,6 @@
"electron-rebuild": "^1.5.11"
},
"lbrySettings": {
"lbrynetDaemonVersion": "0.14.1"
"lbrynetDaemonVersion": "0.14.2"
}
}