From 14cfc5b9d426a8acc22b07c2e91929d89e5f2427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Tue, 25 Oct 2022 10:09:02 +0200 Subject: [PATCH] Update CHANGELOG and what's new --- CHANGELOG.md | 5 ++++- custom_widgets/whats_new_dialog.cpp | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed91c358..1a552887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,17 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ### YACReader * Fixed color selection dialog appearing as a subwindow in macos. +* Better support for HDPI screens (SVG icons). ### YACReaderLibrary * Update QtWebApp webserver to v1.8.6 * New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics. -* Fixed going forward history navigation. +* Fixed going forward in history navigation. * Continue Reading view that it is shown for the root folder. * UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS. * Linux: Add fallback for dynamically loading libqrencode on distros that don't provide unversioned library symlinks +* Fixed selected folder restoration after folder updates. +* Better support for HDPI screens (SVG icons). ### Server * Add webui status page (reachable by navigating to server::port/webui) diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 387cbb63..f8961009 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -50,12 +50,16 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) "
" "YACReader
" " • Fixed color selection dialog appearing as a subwindow in macos.
" + " • Better support for HDPI screens (SVG icons).
" "
" "YACReaderLibrary
" - " • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.
" + " • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics. You may need to update your libraries to make folders display properly.
" " • Continue Reading view that it is shown for the root folder.
" " • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.
" " • Fixed going forward history navigation.
" + " • Fixed selected folder restoration after folder updates.
" + " • Add option to delete metadata from comics.
" + " • Better support for HDPI screens (SVG icons).
" "
" "I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in Patreon or donate some money using Pay-Pal and help keeping the project alive. Remember that there is an iOS version available in the Apple App Store."); QFont textLabelFont("Arial", 15, QFont::Light);