mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Update CHANGELOG/whatsnew
This commit is contained in:
parent
065f0456a8
commit
67b7c4adc9
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
Version counting is based on semantic versioning (Major.Feature.Patch)
|
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
|
## 9.9.1
|
||||||
|
|
||||||
### YACReader
|
### YACReader
|
||||||
|
@ -47,6 +47,8 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
|||||||
|
|
||||||
auto text = new QLabel();
|
auto text = new QLabel();
|
||||||
text->setText("New release with the following updates:<br/>"
|
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/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
||||||
" • Show error when opening bad open recent entries.<br/>"
|
" • Show error when opening bad open recent entries.<br/>"
|
||||||
@ -73,6 +75,9 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
|||||||
" • 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/>"
|
" • Support editing comics tags sequentially without leaving the edit dialog.<br/>"
|
||||||
" • Fix export/import comics info.<br/>"
|
" • Fix export/import comics info.<br/>"
|
||||||
|
" • Fix potential infinite loop/crash on library updates (NEW in 9.9.2).<br/>"
|
||||||
|
" • Fix comic properties dialog sizing (NEW in 9.9.2).<br/>"
|
||||||
|
" • Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).<br/>"
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">Server</span><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/>"
|
" • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). <br/>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user