From 752da4675d09095d19f4ef9eafa5c8693e8c6341 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 15 Sep 2021 12:27:18 +0200 Subject: [PATCH] MISC: Set things up for the V2.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1176c9ad..61eb022e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Next +# v2.4 + - Add: add luka, the new lktadm - Add: add a clean way to close the server state - Add: simple cache for kara duration and timestamp to read less from the disk/more at the same location @@ -14,7 +16,9 @@ - Fix: config detection when XDG_CONFIG_HOME is present in the ENV, we didn't update the conf path with it - Fix: fix issue #97 -> lkt segfault with not found hostname - Fix: fix issue #96 -> lektord segfault when passing one id with the `addid` MPD command +- Fix: fix issue #95 -> don't panic if arch is not here, don't segv when some options can't be set with MPV - Change: now have macros to wrap malloc calls +- Change: now errors that are produced in the init phase of the sdl worker thread are reported and lektord should exit in a friendly manner - Change: use the trie data structure to be more efficient at fetching the correct command from its name at handle time (listen.c) - Change: enable LTO when detecting llvm compiler - Change: Now check compiler version manually diff --git a/README.md b/README.md index 380c5b42..a8e4368e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://git.iiens.net/martin2018/lektor/-/commits/master) [](https://matrix.to/#/##baka-dev-lektor:iiens.net) [](https://git.iiens.net/martin2018/lektor/-/commits/master) -[](https://git.iiens.net/martin2018/lektor/-/tags) +[](https://git.iiens.net/martin2018/lektor/-/tags) A Karaoke player made to replace the old bash scripts on Sakura. -- GitLab