diff --git a/CHANGELOG.md b/CHANGELOG.md index f483f7c4..a2864d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ## WIP +## 9.12 + ### YACReaderLibrary * Fix scroll in grid views when using Qt6 builds. * Fix deleting metadata from comics also deleted the number of pages info. diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 8bddd9a7..5dd34d3b 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -6,7 +6,7 @@ #include #include -#define VERSION "9.11.0" +#define VERSION "9.12.0" #define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND" #define IMPORT_COMIC_INFO_XML_METADATA "IMPORT_COMIC_INFO_XML_METADATA" diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 5d1e57a2..827d7e13 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -46,24 +46,24 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) "color:#858585;"); auto text = new QLabel(); - text->setText("A small update with a bunch of fixes:
" - "
" - "YACReader
" - " • Fix crash when exiting YACReader while it is processing a comic.
" - " • Fix last read page calculation in double page mode.
" + text->setText("Update to add support for remote search through the server:
" "
" "YACReaderLibrary
" - " • Fix drag&drop in the comics grid view.
" - " • Detect back/forward mouse buttons to move back and forward through the browsing history.
" - " • Fix crash when disabling the server.
" + " • 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.
" "
" - "All apps
" - " • Add support for poppler-qt6 pdf backend (only relevat if you are building YACReader yourself).
" - " • Remove image allocation limit in Qt6.
" + "YACReaderLibraryServer
" + " • Print scannable QR code at server start.
" "
" - "NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.
" + "Server
" + " • New search API that exposes the search engine. This will be used by the upcoming updates for the iOS & Android apps.
" "
" - "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. Remember that there is an iOS version available in the Apple App Store."); + "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. " + "Remember that there is an iOS version available in the Apple App Store, " + "and there is a brand new app for Android that you can get on the Google Play Store."); QFont textLabelFont("Arial", 15, QFont::Light); text->setFont(textLabelFont); text->setStyleSheet("padding:51px;"