From 5ddfa2c4f5609b9677b9cd0be4d1121acf96e597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 29 Dec 2022 08:26:34 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62945bc8..7c1a5b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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. +* Fix drag&drop in the comics grid view. * Detect back/forward mouse buttons to move back and forward through the browsing history. +* Fix crash when disabling the server. ### All apps * Run logger in a dedicated thread to avoid segfaults at application shutdown