Update what's new

This commit is contained in:
Luis Ángel San Martín 2023-05-22 18:42:17 +02:00
parent 0651a7be8f
commit fe95bc2db9

View File

@ -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:<br/>"
text->setText("New metadata support and better search engine:<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
" &#8226; Fix scroll in grid views when using Qt6 builds.<br/>"
" &#8226; Fix deleting metadata from comics, it also deleted the number of pages info.<br/>"
" &#8226; Do not accept empty values for the server port in the server settings dialog.<br/>"
" &#8226; New way of generating QR codes.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
" &#8226; Print scannable QR code at server start.<br/>"
"<br/>"
"<span style=\"font-weight:600\">Server</span><br/>"
" &#8226; New search API that exposes the search engine. This will be used by the upcoming updates for the iOS & Android apps.<br/>"
" &#8226; Avoid showing stale information in the server config dialog by updating the connection information when the dialog is opened.<br/>"
" &#8226; Add new metadata support, it improves compatibility with ComicInfo.xml.<br/>"
" &#8226; Add support for showing a 'recently added/updated' indicator.<br/>"
" &#8226; Improved comic metadata dialog.<br/>"
" &#8226; Add textual tags support that can be queried through the search engine.<br/>"
" &#8226; Make '=' in the search engine work as ':' does.<br/>"
" &#8226; Add new operators to the search engine: exact match ==, <, >, <=, >=.<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. "