From cb245407667ade53f3f7338698c44ff765a29ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 20 Apr 2025 10:33:36 +0200 Subject: [PATCH] Update CHAGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2422ed6c..919e2c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ## WIP (9.15.1) ### YACReader * Don't use scroll animations on macos by default, it where hdpi scroll is most likely to be used. +* New toolbar on macos. ### YACReaderLibrary * Improve flexibility of the open comic in third party app setting so more complex commands can be used. e.g. `open -a "/Applications/My Reader.app" "{comic_file_path}"`. * Fix setting the comic rating in the table view. * Log libraries validation when the app starts. +* New toolbar on macos. ### YACReaderLibraryServer * Log libraries validation when the app starts.