From 6a4d75085ca621f843267f8f2315ac08fb870f23 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 18 Dec 2020 11:20:42 +0100 Subject: [PATCH] DOC: Update clangelog --- CHANGELOG | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5158b498..bc139c09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,14 @@ - Implicit types for queries with lkt - Import favorites from kurisu as new playlists - Catch signals to close cleanly lektord -- Some bug fixes... +- Don't echo stuff in the terminal while lektord is running (mostly done to have clean logs, even when pressing ^C) +- Prefix keys in the window with control, to avoid seeking with i3 when switching windows +- Deprecate the `VOCA` type +- Add time in logs +- Stop the playback when the last kara in the queue is terminated +- Bug fix: can now start playing the last kara of the queue +- Bug fix: the deadlock on next kara should be fixed by not using the IDLE event from MPV +- Some other bug fixes... # v2.1 (df74b85f) -- GitLab