diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354ecd35ad77531764bc7f3d4a19da2e2753206..37efe63e1de0d51f430ee654cddce6de3f30d042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - 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 - Add: the update command can take a query as an argument to only update parts of the database +- Add: restore the "install" operations. When typing `make install` or `ninja install` the binaries, scripts and manpages of lektor will be installed into the `CMAKE_INSTALL_PREFIX` - Fix: fix incorrect parsing of lists of commands with multiple arguments: the parser could overrun the correct command buffer and insert a '\0' between the next command and its furst argument - Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist - Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety