mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
BUMP version to 9.12
This commit is contained in:
parent
b4e95fb6c5
commit
8f738766ed
@ -4,6 +4,8 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
|||||||
|
|
||||||
## WIP
|
## WIP
|
||||||
|
|
||||||
|
## 9.12
|
||||||
|
|
||||||
### YACReaderLibrary
|
### YACReaderLibrary
|
||||||
* Fix scroll in grid views when using Qt6 builds.
|
* Fix scroll in grid views when using Qt6 builds.
|
||||||
* Fix deleting metadata from comics also deleted the number of pages info.
|
* Fix deleting metadata from comics also deleted the number of pages info.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
|
|
||||||
#define VERSION "9.11.0"
|
#define VERSION "9.12.0"
|
||||||
|
|
||||||
#define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND"
|
#define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND"
|
||||||
#define IMPORT_COMIC_INFO_XML_METADATA "IMPORT_COMIC_INFO_XML_METADATA"
|
#define IMPORT_COMIC_INFO_XML_METADATA "IMPORT_COMIC_INFO_XML_METADATA"
|
||||||
|
@ -46,24 +46,24 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
|||||||
"color:#858585;");
|
"color:#858585;");
|
||||||
|
|
||||||
auto text = new QLabel();
|
auto text = new QLabel();
|
||||||
text->setText("A small update with a bunch of fixes:<br/>"
|
text->setText("Update to add support for remote search through the server:<br/>"
|
||||||
"<br/>"
|
|
||||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
|
||||||
" • Fix crash when exiting YACReader while it is processing a comic.<br/>"
|
|
||||||
" • Fix last read page calculation in double page mode.<br/>"
|
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||||
" • Fix drag&drop in the comics grid view.<br/>"
|
" • Fix scroll in grid views when using Qt6 builds.<br/>"
|
||||||
" • Detect back/forward mouse buttons to move back and forward through the browsing history.<br/>"
|
" • Fix deleting metadata from comics, it also deleted the number of pages info.<br/>"
|
||||||
" • Fix crash when disabling the server.<br/>"
|
" • Do not accept empty values for the server port in the server settings dialog.<br/>"
|
||||||
|
" • New way of generating QR codes.<br/>"
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">All apps</span><br/>"
|
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
|
||||||
" • Add support for poppler-qt6 pdf backend (only relevat if you are building YACReader yourself).<br/>"
|
" • Print scannable QR code at server start.<br/>"
|
||||||
" • Remove image allocation limit in Qt6.<br/>"
|
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"NOTE: Importing metadata from ComicInfo.XML in now disabled by default, if you want you can enable it Settings -> General.<br/>"
|
"<span style=\"font-weight:600\">Server</span><br/>"
|
||||||
|
" • New search API that exposes the search engine. This will be used by the upcoming updates for the iOS & Android apps.<br/>"
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in <a href=\"https://www.patreon.com/yacreader\" style=\"color:#E8B800;\">Patreon</a> or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:#E8B800;\">Pay-Pal</a> and help keeping the project alive. Remember that there is an iOS version available in the <a href=\"https://apps.apple.com/app/id635717885\" style=\"color:#E8B800;\">Apple App Store</a>.");
|
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in <a href=\"https://www.patreon.com/yacreader\" style=\"color:#E8B800;\">Patreon</a> "
|
||||||
|
"or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:#E8B800;\">Pay-Pal</a> and help keeping the project alive. "
|
||||||
|
"Remember that there is an iOS version available in the <a href=\"https://apps.apple.com/app/id635717885\" style=\"color:#E8B800;\">Apple App Store</a>, "
|
||||||
|
"and there is a brand new app for Android that you can get on the <a href=\"https://play.google.com/store/apps/details?id=com.yacreader.yacreader\" style=\"color:#E8B800;\">Google Play Store</a>.");
|
||||||
QFont textLabelFont("Arial", 15, QFont::Light);
|
QFont textLabelFont("Arial", 15, QFont::Light);
|
||||||
text->setFont(textLabelFont);
|
text->setFont(textLabelFont);
|
||||||
text->setStyleSheet("padding:51px;"
|
text->setStyleSheet("padding:51px;"
|
||||||
|
Loading…
Reference in New Issue
Block a user