diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cefb1d8e1a327433e30fde4cca7e57cbec6f46d..8615de15c224043adb16b855581c24f1c79ce377 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