mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Update CHANGELOG
This commit is contained in:
parent
c37bc33161
commit
1cf81ebac0
@ -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 selection when clicking on a folder in search mode.
|
||||||
* Fix defaul value for manga/comic mode in folders.
|
* Fix defaul value for manga/comic mode in folders.
|
||||||
* Add an edit for filtering series results returned by Comic Vine.
|
* Add an edit for filtering series results returned by Comic Vine.
|
||||||
|
* Support editing comics tags sequentially without leaving the edit dialog.
|
||||||
|
|
||||||
## 9.8.2
|
## 9.8.2
|
||||||
### YACReaderLibrary
|
### YACReaderLibrary
|
||||||
|
@ -71,6 +71,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
|||||||
" • Add system info to the help/about dialog to help reporting bugs.<br/>"
|
" • Add system info to the help/about dialog to help reporting bugs.<br/>"
|
||||||
" • Fix defaul value for manga/comic mode in folders.<br/>"
|
" • Fix defaul value for manga/comic mode in folders.<br/>"
|
||||||
" • Add an edit for filtering series results returned by Comic Vine.<br/>"
|
" • Add an edit for filtering series results returned by Comic Vine.<br/>"
|
||||||
|
" • Support editing comics tags sequentially without leaving the edit dialog"
|
||||||
"<br/>"
|
"<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>.");
|
"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);
|
QFont textLabelFont("Arial", 15, QFont::Light);
|
||||||
|
Loading…
Reference in New Issue
Block a user