From b8d5f351e5a6c8d7be597137aa7f1cd5740c7d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 14 Feb 2024 18:24:39 +0100 Subject: [PATCH] Update what's new --- CHANGELOG.md | 2 +- custom_widgets/whats_new_dialog.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d296b5..80ee3d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index c560b877..5a86f44e 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -66,6 +66,10 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) " • 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.
" + " • Fix columns in the search results. (new in 9.14.2)
" + " • Fix type not being propagated to new folders from their parents. (new in 9.14.2)
" + " • Fix default type set to folders in the root folder when they are added. (new in 9.14.2)
" + " • Improve and fix comic file size format. (new in 9.14.2)
" "
" "YACReaderLibraryServer
" " • Add `rescan-xml-info` command.
"