From 5161e1c045042c107c163276e3480770ef087990 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 19 May 2019 12:35:19 -0500 Subject: [PATCH] Updated changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2e12360..49294fd 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ ### New additions * Added "post in groups" feature. In order to do so, you need to load the posts for the group where you want to send something. Once loaded, go to the post button in the group's wall and select whether you want to post in the group's behalf or as yourself. +* In all audio buffers, it is possible to select individual tracks to be played. In order to do so, you need to press space to start the selection of items. When selected, the item will emit a sound to indicate the change. Press space in all items you want to select/unselect. When you're focusing an already selected item it will play a sound to indicate that it is already selected. Once you're done with your selection, pressing enter in the list of tracks will start the playback of the list of items you have selected. This is a very experimental feature. More actions can be supported based in this selection method if it proves to be useful. ### bugfixes