Update CHANGELOG

This commit is contained in:
Luis Ángel San Martín 2022-12-29 08:26:34 +01:00
parent 399f4fd89f
commit 5ddfa2c4f5

View File

@ -5,12 +5,13 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
## WIP ## WIP
### YACReader ### YACReader
* Fix segfault (or worse) when exiting YACReader while processing a comic * Fix segfault (or worse) when exiting YACReader while processing a comic.
* Fix last read page calculation in double page mode. * Fix last read page calculation in double page mode.
### YACReaderLibrary ### YACReaderLibrary
* Fixed drag&drop in the comics grid view. * Fix drag&drop in the comics grid view.
* Detect back/forward mouse buttons to move back and forward through the browsing history. * Detect back/forward mouse buttons to move back and forward through the browsing history.
* Fix crash when disabling the server.
### All apps ### All apps
* Run logger in a dedicated thread to avoid segfaults at application shutdown * Run logger in a dedicated thread to avoid segfaults at application shutdown