From c891bdf36ecac9c282b4878d513fbf9fc155d5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 1 Sep 2022 11:20:50 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ custom_widgets/whats_new_dialog.cpp | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efdaeb98..dff24d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,10 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Fix defaul value for manga/comic mode in folders. * Add an edit for filtering series results returned by Comic Vine. * Support editing comics tags sequentially without leaving the edit dialog. +* Fix export/import comics info. + +### Server +* Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). ## 9.8.2 ### YACReaderLibrary diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 968c1aba..6cb2e015 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -71,7 +71,11 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) " • Add system info to the help/about dialog to help reporting bugs.
" " • Fix defaul value for manga/comic mode in folders.
" " • Add an edit for filtering series results returned by Comic Vine.
" - " • Support editing comics tags sequentially without leaving the edit dialog" + " • Support editing comics tags sequentially without leaving the edit dialog.
" + " • Fix export/import comics info.
" + "
" + "Server
" + " • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update).
" "
" "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);