Update CHANGELOG

This commit is contained in:
Luis Ángel San Martín 2022-12-27 09:34:22 +01:00
parent 0afe2c33b7
commit 399f4fd89f

View File

@ -5,7 +5,9 @@ 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.
### YACReaderLibrary ### YACReaderLibrary
* Fixed drag&drop in the comics grid view. * Fixed 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.
@ -13,6 +15,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### 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
* Add support for poppler-qt6 pdf backend * Add support for poppler-qt6 pdf backend
* Remove image allocation limit.
## 9.10 ## 9.10