From 6dcea10cd49c0c1da9adfaad17361136d87e5ef0 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 22 Feb 2026 22:02:09 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85187da9..aeda4c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ## 10 (WIP) +### YACReader +* Add support for continuous scroll mode. + ### All GUI Apps * Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware. * Add light/dark themes support that follow the system configuration.