From 18ad3e5358f43ccf33d888a2e1ebfeb84d5341f4 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 13 Aug 2018 19:04:34 -0400 Subject: [PATCH] chore: change log add LBRY protocol upgrade message --- CHANGELOG.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631212d5d..0ef4bab94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] -### Fixed - ### Added * Wallet Encryption/Decryption user flows ([#1785](https://github.com/lbryio/lbry-desktop/pull/1785)) * Add FAQ to Publishing Area ([#1833](https://github.com/lbryio/lbry-desktop/pull/1833)) @@ -15,22 +13,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * New viewer for human-readable text files ([#1826](https://github.com/lbryio/lbry-desktop/pull/1826)) * CSV and JSON viewer ([#1410](https://github.com/lbryio/lbry-desktop/pull/1410)) * Recommended content on file viewer page ([#1845](https://github.com/lbryio/lbry-desktop/pull/1845)) + +### Fixed -### Changed - * Pass error message from spee.ch API during thumbnail upload ([#1840](https://github.com/lbryio/lbry-desktop/pull/1840)) - * Use router pattern for rendering file viewer ([#1544](https://github.com/lbryio/lbry-desktop/pull/1544)) - * Missing word "to" added to the Bid Help Text (#1854) - * Updated to electron@2 ([#1858](https://github.com/lbryio/lbry-desktop/pull/1858)) -## [0.24.0] - 2018-08-14 +## [0.23.1] - 2018-08-04 ### Fixed - * Issue where publish page would show "Editing" on a new publish ([#1864](https://github.com/lbryio/lbry-desktop/pull/1864)) - -### Added - * Upgraded to LBRY daemon@0.21.1 ([v0.21.1](https://github.com/lbryio/lbry/releases/tag/v0.21.1)) - +* Issue where the publish page would show "Editing" on a new publish ([#1864](https://github.com/lbryio/lbry-desktop/pull/1864)) + ### Changed +* Upgrade LBRY Protocol to [version 0.21.1](https://github.com/lbryio/lbry/releases/tag/v0.21.1) which should improve download speed and availability. * Show label when publish button is disabled while uploading thumbnail to spee.ch ([#1867](https://github.com/lbryio/lbry-desktop/pull/1867)) ## [0.23.1] - 2018-08-01 @@ -40,7 +33,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [0.23.0] - 2018-07-25 ->>>>>>> add thumbnail label for disabled publish button ### Fixed * **Wallet -> Get Credits** page now shows correct ShapeShift status when it's avialable ([#1836](https://github.com/lbryio/lbry-desktop/issues/1836))