From 72dc25a3b9ee5e57239945d6f1e24f0ca686850c Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 3 Feb 2020 10:40:00 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9283056..1e609e1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Download buttons on file cards ([#3546](https://github.com/lbryio/lbry-desktop/pull/3546)) +- Comment edit and delete ([#3453](https://github.com/lbryio/lbry-desktop/pull/3453)) +- Basic display of reposts ([#3593](https://github.com/lbryio/lbry-desktop/pull/3593)) +- See previous navigation pages when right clicking forward/back buttons ([#3547](https://github.com/lbryio/lbry-desktop/pull/3547)) +- Autoplay countdown timer ([#3556](https://github.com/lbryio/lbry-desktop/pull/3556)) ### Changed +- Better aria-labels for use with voiceover apps ([#3588](https://github.com/lbryio/lbry-desktop/pull/3588)) + ### Fixed +- Prevent spacebar from toggling fullscreen on Firefox ([#3546](https://github.com/lbryio/lbry-desktop/pull/3546)) +- Context menu not working properly in some cases ([#3604](https://github.com/lbryio/lbry-desktop/pull/3604)) +- Don't autoplay paid content or content from blocked channels ([#3570](https://github.com/lbryio/lbry-desktop/pull/3570)) + ## [0.39.1] - [2019-1-24] ### Added