Update CHANGELOG

This commit is contained in:
Luis Ángel San Martín 2022-08-26 21:08:04 +02:00
parent c37bc33161
commit 1cf81ebac0
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -71,6 +71,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#8226; Add system info to the help/about dialog to help reporting bugs.<br/>"
" &#8226; Fix defaul value for manga/comic mode in folders.<br/>"
" &#8226; Add an edit for filtering series results returned by Comic Vine.<br/>"
" &#8226; Support editing comics tags sequentially without leaving the edit dialog"
"<br/>"
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in <a href=\"https://www.patreon.com/yacreader\" style=\"color:#E8B800;\">Patreon</a> or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:#E8B800;\">Pay-Pal</a> and help keeping the project alive. Remember that there is an iOS version available in the <a href=\"https://apps.apple.com/app/id635717885\" style=\"color:#E8B800;\">Apple App Store</a>.");
QFont textLabelFont("Arial", 15, QFont::Light);