Update CHANGELOG/whatsnew

This commit is contained in:
Luis Ángel San Martín 2022-10-01 11:20:38 +02:00
parent 065f0456a8
commit 67b7c4adc9
2 changed files with 18 additions and 0 deletions

View File

@ -2,6 +2,19 @@
Version counting is based on semantic versioning (Major.Feature.Patch)
## 9.9.2
### General
* New builds using Qt6.
* macos builds are notarized.
* Windows builds are codesigned.
### YACReaderLibrary
* Fix potential infinite loop/crash on library updates.
* Fix comic properties dialog sizing.
* Fixes and stability improvements.
## 9.9.1
### YACReader

View File

@ -47,6 +47,8 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
auto text = new QLabel();
text->setText("New release with the following updates:<br/>"
"<br/>"
"9.9.2 includes notarized builds for macos and codesigned builds for windows. It also gets new builds using Qt6.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReader</span><br/>"
" &#8226; Show error when opening bad open recent entries.<br/>"
@ -73,6 +75,9 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#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/>"
" &#8226; Fix export/import comics info.<br/>"
" &#8226; Fix potential infinite loop/crash on library updates (NEW in 9.9.2).<br/>"
" &#8226; Fix comic properties dialog sizing (NEW in 9.9.2).<br/>"
" &#8226; Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).<br/>"
"<br/>"
"<span style=\"font-weight:600\">Server</span><br/>"
" &#8226; Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). <br/>"