mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
update daemon and changelog
This commit is contained in:
parent
a2b8bb4828
commit
c0afe22d7f
2 changed files with 4 additions and 2 deletions
|
@ -8,16 +8,18 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
|
* Identity verification for new reward participants
|
||||||
* Added option to release claim when deleting a file
|
* Added option to release claim when deleting a file
|
||||||
* Added transition to card hovers to smooth animation
|
* Added transition to card hovers to smooth animation
|
||||||
* Support markdown makeup in claim description
|
* 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
|
* Added a loading message to file actions
|
||||||
* URL is auto suggested in Publish Page
|
* URL is auto suggested in Publish Page
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Publishes now uses claims rather than files
|
* Publishes now uses claims rather than files
|
||||||
* Publishing revamped. Editing claims is much easier.
|
* 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
|
||||||
* Fixed bug with download notice when switching window focus
|
* Fixed bug with download notice when switching window focus
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
"electron-rebuild": "^1.5.11"
|
"electron-rebuild": "^1.5.11"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
"lbrynetDaemonVersion": "0.14.1"
|
"lbrynetDaemonVersion": "0.14.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue