- Add: add rust code to lektord -> common lib + new repo rs module
- Add: merge the amadeus-rs prokect into the lektor one
- Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
- Add: Qt5 module for the player, it's the new default (will replace sdl2!)
- Add: Qt6 module for the player, it's the new default (will replace sdl2!)
- Add: hook to automatically upgrade the database scheme if needed
- Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10. When adding multiple times the same kara ID, it is only added once
- Add: dry-update command to only refresh the available kara in Kurisu and don't download them
...
...
@@ -36,6 +36,7 @@
- Change: autotools to cmake toolchain
- Change: cmake minimal version to 3.17 because of policy CMP0100
- Change: the CI check if lektor compiles, no binary deployment for now
- Change: minimal version of Qt is now 6!
- Remove: delete `KLKT` as it is no longer maintained