From 1b275ff934a8203e0166ce8c2222e991384fdd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 28 Sep 2021 16:22:17 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a0ddc9..bfcc2c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,6 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ## WIP -### YACReaderLibrary -* Ensure that comic info exports use .ydb as file suffix - ### YACReader * Show error when opening bad open recent entries * GoTo page: Fix segfault when entering page numbers greater than comic's page count @@ -14,6 +11,13 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Initialize GotoFlow on current page, not cover * Quick navigation mode: Fix page index error when using both mouse and keyboard for navigation * Remove obsolete double page mode debug messages +* Support HDPI screens. +* Use one wheel mouse step per page in full page mode. + +### YACReaderLibrary +* Support HDPI screens. +* Support import legacy XML info in comic files. +* Ensure that comic info exports use .ydb as file suffix ## 9.8.2 ### YACReaderLibrary