diff --git a/CHANGELOG b/CHANGELOG index aed490eaa..d9d896035 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,10 @@ Changelog 0.2.7 (Unreleased) ------------------ +- Shortcuts: can now use the ``f`` shortcut to toggle the currently playing track + as a favorite (#53) +- Shortcuts: avoid collisions between shortcuts by using the exact modifier (#53) + 0.2.6 (2017-12-15) ------------------ diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 423c9d12f..aff3e65bd 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -57,11 +57,12 @@ @@ -70,10 +71,11 @@