mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Bump version number and what's new
This commit is contained in:
parent
308fb22fd9
commit
49ef617757
@ -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"
|
||||
|
@ -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/>"
|
||||
" • Fixed color selection dialog appearing as a subwindow in macos.<br/>"
|
||||
" • Better support for HDPI screens (SVG icons).<br/>"
|
||||
" • Fix crash when exiting YACReader while it is processing a comic.<br/>"
|
||||
" • Fix last read page calculation in double page mode.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||
" • 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/>"
|
||||
" • Continue Reading view that it is shown for the root folder.<br/>"
|
||||
" • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.<br/>"
|
||||
" • Fixed going forward history navigation.<br/>"
|
||||
" • Fixed selected folder restoration after folder updates.<br/>"
|
||||
" • Add option to delete metadata from comics.<br/>"
|
||||
" • Better support for HDPI screens (SVG icons).<br/>"
|
||||
" • Importing ComicInfo.XML is now optional, you can change the behavior in Settings -> General.<br/>"
|
||||
" • Add option to scan XML metadata from all the comics in a folder.<br/>"
|
||||
" • Fix drag&drop in the comics grid view.<br/>"
|
||||
" • Detect back/forward mouse buttons to move back and forward through the browsing history.<br/>"
|
||||
" • Fix crash when disabling the server.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">Server</span><br/>"
|
||||
" • New webui status page (reachable by navigating to server::port/webui).<br/>"
|
||||
"<span style=\"font-weight:600\">All apps</span><br/>"
|
||||
" • Add support for poppler-qt6 pdf backend (only relevat if you are building YACReader yourself).<br/>"
|
||||
" • 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/>"
|
||||
|
Loading…
Reference in New Issue
Block a user