From 2fb08d7f1794b0f50b55a05361c3051df4f2dbe8 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 28 Aug 2018 20:30:42 -0400 Subject: [PATCH 1/3] 0.25.0-rc.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55298e4f5..9bd60d1a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.25.0-rc.3", + "version": "0.25.0-rc.4", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" From ca24ef15adfb61776065e311473f005666df1c8a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 29 Aug 2018 14:33:01 -0400 Subject: [PATCH 2/3] v0.25.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bd60d1a0..f34b0e865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.25.0-rc.4", + "version": "0.25.0", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" From b2456553713b4695c8b74766c6311f7b968332b3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 29 Aug 2018 15:02:25 -0400 Subject: [PATCH 3/3] cleanup --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775833b8d..2c2f3d8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,15 +17,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * 3D File viewer features and performance/memory usage improvements ([#1870](https://github.com/lbryio/lbry-desktop/pull/1870)) * Desktop notification when publish is completed ([#1892](https://github.com/lbryio/lbry-desktop/pull/1892)) * FAQ to Publishing Area ([#1833](https://github.com/lbryio/lbry-desktop/pull/1833)) - * FAQ to wallet security area ([#1917](https://github.com/lbryio/lbry-desktop/pull/1917)) + * FAQ to wallet security area ([#1917](https://github.com/lbryio/lbry-desktop/pull/1917)) + ### Changed * Upgraded LBRY Protocol to [version 0.21.2](https://github.com/lbryio/lbry/releases/tag/v0.21.2) fixing a download bug. - * Searching now shows results by default, including direct lbry:// URL tile + * Searching now shows results by default, including direct lbry:// URL tile ([#1875](https://github.com/lbryio/lbry-desktop/pull/)) * Replaced checkboxes with toggles throughout app ([#1834](https://github.com/lbryio/lbry-desktop/pull/1834)) * Removed price tile when content is Free ([#1845](https://github.com/lbryio/lbry-desktop/pull/1845)) * 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) + * Missing word "to" added to the Bid Help Text ([#1854](https://github.com/lbryio/lbry-desktop/pull/1854)) * Updated to electron@2 ([#1858](https://github.com/lbryio/lbry-desktop/pull/1858)) ### Fixed