From 889094099accd19b7a259295a8bcdd5887f6760b Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Mon, 13 Dec 2021 15:56:27 +0100 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cefb1d8..8615de15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Fix: can now interpret the *add* commands with spaces in the query correctly - Fix: no more segv when copying a null URI - 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) - Change: the fields `database/{types,categories,languages}` must now only contain alpha characters and commas, nothing else! - Change: reduce the number of regex creation in the populate database from disk part of the code -- GitLab