diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 8e3d3ae9..2c75a4fe 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -5,7 +5,7 @@ #include #include -#define VERSION "9.9.2" +#define VERSION "9.10.0" #define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND" diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 9696727a..387cbb63 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -47,40 +47,15 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) auto text = new QLabel(); text->setText("New release with the following updates:
" - "
" - "9.9.2 includes notarized builds for macos and codesigned builds for windows. It also gets new builds using Qt6.
" "
" "YACReader
" - " • Show error when opening bad open recent entries.
" - " • GoTo page: Fix segfault when entering page numbers greater than comic's page count(toolbar and page flow).
" - " • Initialize GotoFlow on current page, not cover.
" - " • GotoFlow with Quick navigation mode: Fix page index error when using both mouse and keyboard for navigation.
" - " • Support HDPI screens.
" - " • Use one wheel mouse step per page in full page mode.
" - " • (Linux) Add updated MIME types to .desktop file for .cbz and .cbr.
" - " • New settings to control page turning behaviour on scroll.
" - " • Make forward and backward buttons in a mouse turn pages.
" - " • Don't crash if bookmarks get corrupt for some reason.
" - " • Magnifying glass fixes and improvements.
" + " • Fixed color selection dialog appearing as a subwindow in macos.
" "
" "YACReaderLibrary
" - " • Support HDPI screens.
" - " • Support import legacy XML info in comic files.
" - " • Enable arrow keys navigation in the folders tree view.
" - " • Add `Publication Date` column to the comics table view.
" - " • Use a scale effect in the comics grids on mouse over.
" - " • Fix selection when clicking on a folder in search mode.
" - " • Add system info to the help/about dialog to help reporting bugs.
" - " • Fix defaul value for manga/comic mode in folders.
" - " • Add an edit for filtering series results returned by Comic Vine.
" - " • Support editing comics tags sequentially without leaving the edit dialog.
" - " • Fix export/import comics info.
" - " • Fix potential infinite loop/crash on library updates (NEW in 9.9.2).
" - " • Fix comic properties dialog sizing (NEW in 9.9.2).
" - " • Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).
" - "
" - "Server
" - " • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update).
" + " • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.
" + " • Continue Reading view that it is shown for the root folder.
" + " • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.
" + " • Fixed going forward history navigation.
" "
" "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."); QFont textLabelFont("Arial", 15, QFont::Light);