From 1cf81ebac053ae1477df07cf0a1d08911a07adf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 26 Aug 2022 21:08:04 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + custom_widgets/whats_new_dialog.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8db020..efdaeb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Fix selection when clicking on a folder in search mode. * 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. ## 9.8.2 ### YACReaderLibrary diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index d616b45e..968c1aba 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -71,6 +71,7 @@ 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" "
" "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);