diff --git a/common/yacreader_global.h b/common/yacreader_global.h index d2f35f97..8bddd9a7 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -6,7 +6,7 @@ #include #include -#define VERSION "9.10.0" +#define VERSION "9.11.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 42e36dcf..5d1e57a2 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -46,25 +46,20 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) "color:#858585;"); auto text = new QLabel(); - text->setText("New release with the following updates:
" + text->setText("A small update with a bunch of fixes:
" "
" "YACReader
" - " • Fixed color selection dialog appearing as a subwindow in macos.
" - " • Better support for HDPI screens (SVG icons).
" + " • Fix crash when exiting YACReader while it is processing a comic.
" + " • Fix last read page calculation in double page mode.
" "
" "YACReaderLibrary
" - " • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics. You may need to update your libraries to make folders display properly.
" - " • 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.
" - " • Fixed selected folder restoration after folder updates.
" - " • Add option to delete metadata from comics.
" - " • Better support for HDPI screens (SVG icons).
" - " • Importing ComicInfo.XML is now optional, you can change the behavior in Settings -> General.
" - " • Add option to scan XML metadata from all the comics in a folder.
" + " • 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.
" "
" - "Server
" - " • New webui status page (reachable by navigating to server::port/webui).
" + "All apps
" + " • Add support for poppler-qt6 pdf backend (only relevat if you are building YACReader yourself).
" + " • Remove image allocation limit in Qt6.
" "
" "NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.
" "
"