Bump version number and what's new

This commit is contained in:
Luis Ángel San Martín 2023-01-07 10:34:34 +01:00
parent 308fb22fd9
commit 49ef617757
2 changed files with 10 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#include <QMetaType>
#include <QAbstractItemModel>
#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"

View File

@ -46,25 +46,20 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"color:#858585;");
auto text = new QLabel();
text->setText("New release with the following updates:<br/>"
text->setText("A small update with a bunch of fixes:<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReader</span><br/>"
" &#8226; Fixed color selection dialog appearing as a subwindow in macos.<br/>"
" &#8226; Better support for HDPI screens (SVG icons).<br/>"
" &#8226; Fix crash when exiting YACReader while it is processing a comic.<br/>"
" &#8226; Fix last read page calculation in double page mode.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
" &#8226; 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.<br/>"
" &#8226; Continue Reading view that it is shown for the root folder.<br/>"
" &#8226; UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.<br/>"
" &#8226; Fixed going forward history navigation.<br/>"
" &#8226; Fixed selected folder restoration after folder updates.<br/>"
" &#8226; Add option to delete metadata from comics.<br/>"
" &#8226; Better support for HDPI screens (SVG icons).<br/>"
" &#8226; Importing ComicInfo.XML is now optional, you can change the behavior in Settings -> General.<br/>"
" &#8226; Add option to scan XML metadata from all the comics in a folder.<br/>"
" &#8226; Fix drag&drop in the comics grid view.<br/>"
" &#8226; Detect back/forward mouse buttons to move back and forward through the browsing history.<br/>"
" &#8226; Fix crash when disabling the server.<br/>"
"<br/>"
"<span style=\"font-weight:600\">Server</span><br/>"
" &#8226; New webui status page (reachable by navigating to server::port/webui).<br/>"
"<span style=\"font-weight:600\">All apps</span><br/>"
" &#8226; Add support for poppler-qt6 pdf backend (only relevat if you are building YACReader yourself).<br/>"
" &#8226; Remove image allocation limit in Qt6.<br/>"
"<br/>"
"NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.<br/>"
"<br/>"