From cd1120b7b4d118f8189251ba7437d0543293a4ad Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 10 Sep 2019 12:53:32 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd5ce788..8b94b4cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,15 @@ 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/). -## [] - Unreleased + +## [0.35.4] - Unreleased ### Fixed + - App crash on German language setting ([#2856](https://github.com/lbryio/lbry-desktop/issues/2856)) +- Rewards display issue ([#2871](https://github.com/lbryio/lbry-desktop/issues/2871)) +- Display issue with upgrade banner on file page ([#2826](https://github.com/lbryio/lbry-desktop/issues/2826)) +- Prevent duplicate tags being added to a publish ([#2817](https://github.com/lbryio/lbry-desktop/issues/2817)) ## [0.35.3] - [2019-09-04] @@ -17,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for daily reward (not live yet) ([#2849](https://github.com/lbryio/lbry-desktop/issues/2849)) ### Fixed + - Canonical URL bugs on home and channel pages ([#2829](https://github.com/lbryio/lbry-desktop/issues/2829)) - Crash when clicking a channel in "Find New Channels" ([#2825](https://github.com/lbryio/lbry-desktop/issues/2825)) - SVG and lbry file types not showing correctly ([#2830](https://github.com/lbryio/lbry-desktop/issues/2830)) / ([#2827](https://github.com/lbryio/lbry-desktop/issues/2827)) @@ -25,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Search bar getting stuck in focus ([#2500](https://github.com/lbryio/lbry-desktop/pull/2500)) ### Changed + - Upgraded [lbry-sdk to 0.40.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.40.0) to improve wallet syncing and overall connectivity ## [0.35.2] - [2019-08-30]