From e42aa217d025c5efe9f4e8f53917b3df520e8ed8 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 27 Jun 2017 17:27:27 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beef797e9..46629d7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,19 +9,26 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added * State is persisted through app close and re-open, resulting in faster opens + * Desktop notifications on downloads finishing * Support webm, ogg, m4v, and a few others * Translations added to build process + * Claim IDs are shown in your published files ### Changed * Upgraded to lbry daemon 0.13, including updating API signatures * Channels resolve much faster * Resolve is no longer cancelled on navigate * Updated API and authentication used by rewards process + * Improved security of reward credential storage + * Additional information submitted in DMCA reports + * Switched packaging to yarn ### Fixed * Fix help menu force reloading whole app * Show page updates correctly when navigating from show page to another show page + * NSFW setting respected on show page * URI handling navigates to correct page if app is closed + * Changing the NSFW setting refreshes properly (previously required app restart) ### Deprecated *