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

MISC: Set things up for the V2.4

parent c49e9e6c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #2259 en échec
# Next # Next
# v2.4
- Add: add luka, the new lktadm - Add: add luka, the new lktadm
- Add: add a clean way to close the server state - 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: simple cache for kara duration and timestamp to read less from the disk/more at the same location
...@@ -14,7 +16,9 @@ ...@@ -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: 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 #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 #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 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: 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
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[![pipeline status](https://git.iiens.net/martin2018/lektor/badges/master/pipeline.svg)](https://git.iiens.net/martin2018/lektor/-/commits/master) [![pipeline status](https://git.iiens.net/martin2018/lektor/badges/master/pipeline.svg)](https://git.iiens.net/martin2018/lektor/-/commits/master)
[![matrix chat](https://img.shields.io/badge/matrix-%23%23baka--dev--lektor%3Aiiens.net-brightgreen)](https://matrix.to/#/##baka-dev-lektor:iiens.net) [![matrix chat](https://img.shields.io/badge/matrix-%23%23baka--dev--lektor%3Aiiens.net-brightgreen)](https://matrix.to/#/##baka-dev-lektor:iiens.net)
[![platform support](https://img.shields.io/badge/platform-Linux|FreeBSD-lightgrey)](https://git.iiens.net/martin2018/lektor/-/commits/master) [![platform support](https://img.shields.io/badge/platform-Linux|FreeBSD-lightgrey)](https://git.iiens.net/martin2018/lektor/-/commits/master)
[![stable version](https://img.shields.io/badge/version-v2.3-blueviolet)](https://git.iiens.net/martin2018/lektor/-/tags) [![stable version](https://img.shields.io/badge/version-v2.4-blueviolet)](https://git.iiens.net/martin2018/lektor/-/tags)
A Karaoke player made to replace the old bash scripts on Sakura. A Karaoke player made to replace the old bash scripts on Sakura.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter