From fe95bc2db929cb0aeaa63777105298f5c5508032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 22 May 2023 18:42:17 +0200 Subject: [PATCH] Update what's new --- custom_widgets/whats_new_dialog.cpp | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 827d7e13..e34ad4d8 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -46,19 +46,16 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) "color:#858585;"); auto text = new QLabel(); - text->setText("Update to add support for remote search through the server:
" + text->setText("New metadata support and better search engine:
" "
" "YACReaderLibrary
" - " • Fix scroll in grid views when using Qt6 builds.
" - " • Fix deleting metadata from comics, it also deleted the number of pages info.
" - " • Do not accept empty values for the server port in the server settings dialog.
" - " • New way of generating QR codes.
" - "
" - "YACReaderLibraryServer
" - " • Print scannable QR code at server start.
" - "
" - "Server
" - " • New search API that exposes the search engine. This will be used by the upcoming updates for the iOS & Android apps.
" + " • Avoid showing stale information in the server config dialog by updating the connection information when the dialog is opened.
" + " • Add new metadata support, it improves compatibility with ComicInfo.xml.
" + " • Add support for showing a 'recently added/updated' indicator.
" + " • Improved comic metadata dialog.
" + " • Add textual tags support that can be queried through the search engine.
" + " • Make '=' in the search engine work as ':' does.
" + " • Add new operators to the search engine: exact match ==, <, >, <=, >=.
" "
" "I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in Patreon " "or donate some money using Pay-Pal and help keeping the project alive. "