mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Update CHANGELOG
This commit is contained in:
parent
aee337f776
commit
c891bdf36e
@ -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
|
||||
|
@ -71,7 +71,11 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
" • Add system info to the help/about dialog to help reporting bugs.<br/>"
|
||||
" • Fix defaul value for manga/comic mode in folders.<br/>"
|
||||
" • Add an edit for filtering series results returned by Comic Vine.<br/>"
|
||||
" • Support editing comics tags sequentially without leaving the edit dialog"
|
||||
" • Support editing comics tags sequentially without leaving the edit dialog.<br/>"
|
||||
" • Fix export/import comics info.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">Server</span><br/>"
|
||||
" • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). <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>.");
|
||||
QFont textLabelFont("Arial", 15, QFont::Light);
|
||||
|
Loading…
Reference in New Issue
Block a user