From 196cce526df73985ac09fe1121c0f5b0bceee64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 5 Sep 2024 18:39:37 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2652b87..84c8bdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,15 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Add shortcut to reset the magnifying glass to its defaults (size and zoom), it is `slash` by default but it can be reasigned. * Bump PDF render size. * Fix trackpad scrolling, it makes using trackpads more reponsive and natural. +* Added more info to Help -> System info. ### YACReaderLibrary * Fix headers in the table view getting stuck in a non moveable state. * Add option to set the type of a library. It will convert all the content to desired type (comic, manga, etc) and it will set that type as the default one for that library. Available in the library context menu. +* Added more info to Help -> System info. + +### YACReaderLibraryServer +* New command --system-info to print information about the execution environment and available resources (including what image formats are supported and what libraries are used by the app). ### All apps * Sorting heuristic to try to find spreads in the content of a comic is now only used for files with less than 1000 pages to avoid false positives.