Update CHANGELOG

This commit is contained in:
Luis Ángel San Martín 2024-01-19 16:44:54 +01:00
parent 7a72e7588b
commit 4942e641dc
2 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Fix crash when resorting comics in reading lists in table view view and the comic flow is hidden.
* Fix cover loading in QML views due to malformed URLs.
* Improve style of the webui status page.
* Fix type not being propagated to new files in a folder.
* Mark the current type in the context menu so the user can know the current type.
### YACReaderLibraryServer
* Add `rescan-xml-info` command.

View File

@ -59,9 +59,19 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#8226; The app will try to move comics and folders to the trash bin when deletions are requested, if the file system used doesn't support trash bin the files will be removed permanetly.<br/>"
" &#8226; Add menu to choose what columns are displayed in the table comics view (do a right click on the header to show it). The view has new 3 new headers to choose from (Series, Volume and Story arc).<br/>"
" &#8226; Migrate `number` and `arcNumber` data types to `TEXT`. This only affects databases created before 9.13 and it fixes problems with some formats of numbers (e.g. 1.10).<br/>"
" &#8226; Propage update date to all the parent folders.<br/>"
" &#8226; Fix crash when resorting comics in reading lists in table view view and the comic flow is hidden.<br/>"
" &#8226; Fix cover loading in QML views due to malformed URLs.<br/>"
" &#8226; Improve style of the webui status page.<br/>"
" &#8226; Fix type not being propagated to new files in a folder.<br/>"
" &#8226; Mark the current type in the context menu so the user can know the current type.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
" &#8226; Add `rescan-xml-info` command.<br/>"
" &#8226; API to provide better integration with the clients (Android 1.4.0 and iOS 3.29.0).<br/>"
"<br/>"
"<span style=\"font-weight:600\">All apps</span><br/>"
" &#8226; New universal apps for macOS.<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. "