Compare commits

...

3 commits

Author SHA1 Message Date
Sean Yesmunt
abbdfa9239 v0.46.2-rc.1 2020-06-10 12:18:34 -04:00
Sean Yesmunt
cabce292f9 bump lbry-sdk to 0.76.0 2020-06-10 12:18:27 -04:00
Sean Yesmunt
1cc4bd37b0 update changelog 2020-06-10 11:58:35 -04:00
2 changed files with 18 additions and 2 deletions

View file

@ -4,6 +4,22 @@ 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.46.2] - [2020-06-10]
### Added
- Make library view mode (Downloads|Purchases) persistent _community pr!_ ([#4363](https://github.com/lbryio/lbry-desktop/pull/4363))
### Changed
- Updated lbry-sdk to [0.76.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.76.0)
### Fixed
- Overflow issue when editing replies _community pr!_ ([#4356](https://github.com/lbryio/lbry-desktop/pull/4356))
- Comments wrapping in the middle of a word _community pr!_ ([#4354](https://github.com/lbryio/lbry-desktop/pull/4354))
- Translation improvements _community pr!_ ([multiple PR's](https://github.com/lbryio/lbry-desktop/pulls?q=is%3Apr+author%3ATigerxWood+sort%3Aupdated-desc+is%3Amerged))
## [0.46.1] - [2020-06-08]
### Fixed

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.46.1",
"version": "0.46.2-rc.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"
@ -213,7 +213,7 @@
"yarn": "^1.3"
},
"lbrySettings": {
"lbrynetDaemonVersion": "0.75.0",
"lbrynetDaemonVersion": "0.76.0",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip",
"lbrynetDaemonDir": "static/daemon",
"lbrynetDaemonFileName": "lbrynet"