Update CHANGELOG and what's new

This commit is contained in:
Luis Ángel San Martín 2022-10-29 11:11:11 +02:00
parent 45a480ae68
commit 75e7e76e82
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Better support for HDPI screens (SVG icons).
* Add option to delete metadata from comics.
* Importing ComicInfo.XML is now optional and disabled by default, you can change the behavior in Settings -> General.
* Add option to scan XML metadata from all the comics in a folder.
### Server
* Add webui status page (reachable by navigating to server::port/webui)

View File

@ -61,6 +61,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#8226; Add option to delete metadata from comics.<br/>"
" &#8226; Better support for HDPI screens (SVG icons).<br/>"
" &#8226; Importing ComicInfo.XML is now optional, you can change the behavior in Settings -> General.<br/>"
" &#8226; Add option to scan XML metadata from all the comics in a folder.<br/>"
"<br/>"
"NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.<br/>"
"<br/>"