From 6bf46b95d6301871611fab6ef1415b5b02e5b6f6 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Sun, 23 Jan 2022 15:28:03 +0100 Subject: [PATCH] DOC: Update changelog [skip-ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8615de15..6dbdd672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1' - Fix: can now interpret the *add* commands with spaces in the query correctly - Fix: no more segv when copying a null URI +- Fix: previous command was not working when all the queue had the same priority - Fix: when no screen is detected with `lkt`, the large screen behaviour is used to not break other commands like `wc` - Fix: if a kara is not available it will be downloaded even if there is a file on the system (may be filtered out by a user specified URI) - Change: all the functions in the command trie have the same signature (less bloat here) -- GitLab