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);