Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 94fae087 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DOC: Update changelog

parent 8f94f4d5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!162Add a trie structure to get all the commands + various fixes
...@@ -9,15 +9,18 @@ ...@@ -9,15 +9,18 @@
- Add: row_format option for lkt, for small screens (can be oneline, pretty or auto) - Add: row_format option for lkt, for small screens (can be oneline, pretty or auto)
- Fix: endiannes functions (again) - Fix: endiannes functions (again)
- Fix: linking on some platforms where the sqlite3_hard_heap_limit64 function is not present - Fix: linking on some platforms where the sqlite3_hard_heap_limit64 function is not present
- Fix: Malloc the correct struct and store it into the right pointer type...
- Change: now have macros to wrap malloc calls
- 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: enable LTO when detecting llvm compiler
- Change: Now check compiler version manually - Change: Now check compiler version manually
- Change: worker and JSON parsing are now interruptible, it's not automagic tho - 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: the 'update' and 'import' commands are now interruptible, they won't keep the lektord daemon alive after the 'kill' command
- Change: Update manpages - Change: update manpages
- Change: Install kagari with lektord, lkt, luka - Change: install kagari with lektord, lkt, luka
- Change: all lektord threads are named if the OS permits it/is supported - 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: update the window title depending on the play state/playing kara
- Change: Disable scripts with libmpv - Change: disable scripts with libmpv
- Change: the 'touch kara' on update is done by the main thread to avoid race conditions with some new async operations done to always avoid burning the disk - Change: the 'touch kara' on update is done by the main thread to avoid race conditions with some new async operations done to always avoid burning the disk
- Remove: the 'static lib' option with liblektor is no longer available - Remove: the 'static lib' option with liblektor is no longer available
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter