From ef1d676379ebb49b619e27208359e58bcb0962ba Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Sun, 13 Oct 2019 12:34:38 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff815e5b29..a85df31feff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Escape the generated link for tags ([#2984](https://github.com/lbryio/lbry-desktop/pull/2984)) +- Toggle fullscreen when pressing `f` ([#2159](https://github.com/lbryio/lbry-desktop/issues/2159)) +- Can't exit full-screen from embedded content with key `F11` ([#2514](https://github.com/lbryio/lbry-desktop/issues/2514)) ### Added + - Keyboard shortcuts for the following actions: ([#2999](https://github.com/lbryio/lbry-desktop/pull/2999)) + - `→` to Seek Forward - `←` to Seek Backward - `f` to Going Fullscreen @@ -19,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to add multiple tags at once with commas ([#2833](https://github.com/lbryio/lbry-desktop/pull/2833)) - Disable GIF animation unless user hovers ([#2986](https://github.com/lbryio/lbry-desktop/pull/2986)) +- Add keyboard shortcuts to toggle player fullscreen: ([#3015](https://github.com/lbryio/lbry-desktop/pull/3015)) + + - `f` or `f11` to toggle player fullscreen mode ### Changed