From 399f4fd89f8c34d91eb3a6f2acbc74db923a3371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 27 Dec 2022 09:34:22 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61147e86..62945bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ## WIP ### 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 * Fixed drag&drop in the comics grid view. * 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 * Run logger in a dedicated thread to avoid segfaults at application shutdown * Add support for poppler-qt6 pdf backend +* Remove image allocation limit. ## 9.10