From 87983af3bc7374408c5b7452060fb28f764e49d6 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 23 Apr 2021 19:32:49 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74c4df4..f1eb789f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ # Next -- Add luka, the new lktadm -- Install kagari with lektord, lkt, luka -- All lektord threads are named if the OS permits it/is supported -- Now check compiler version manually -- Fix endiannes functions -- Enable LTO when detecting llvm compiler -- Worker and JSON parsing are now interruptible, it's not automagic tho -- The 'update' and 'import' commands are now interruptible, they won't keep the lektord daemon alive after the 'kill' command -- Update manpages -- Update the window title depending on the play state/playing kara -- Add a clean way to close the server state -- Disable scripts with libmpv -- Add simple cache for kara duration and timestamp to read less from the disk/more at the same location -- Remove the 'static lib' option with liblektor +- 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 +- Add: versions to database +- Fix: endiannes functions (again) +- Change: enable LTO when detecting llvm compiler +- Change: Now check compiler version manually +- Change: worker and JSON parsing are now interruptible, it's not automagic tho +- Change: The 'update' and 'import' commands are now interruptible, they won't keep the lektord daemon alive after the 'kill' command +- Change: Update manpages +- Change: Install kagari with lektord, lkt, luka +- Change: all lektord threads are named if the OS permits it/is supported +- Change Update the window title depending on the play state/playing kara +- Change: Disable scripts with libmpv +- Remove: the 'static lib' option with liblektor is no longer available # v2.3 (742699cc) -- GitLab