Update what's new

This commit is contained in:
Luis Ángel San Martín 2024-02-14 18:24:39 +01:00
parent 9436520399
commit b8d5f351e5
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Version counting is based on semantic versioning (Major.Feature.Patch)
## WIP
## 9.14.2
### YACReaderLibrary
* Fix columns in the search results.

View File

@ -66,6 +66,10 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
" &#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/>"
" &#8226; Fix columns in the search results. (new in 9.14.2)<br/>"
" &#8226; Fix type not being propagated to new folders from their parents. (new in 9.14.2)<br/>"
" &#8226; Fix default type set to folders in the root folder when they are added. (new in 9.14.2)<br/>"
" &#8226; Improve and fix comic file size format. (new in 9.14.2)<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
" &#8226; Add `rescan-xml-info` command.<br/>"