mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Bump version number and what's new
This commit is contained in:
parent
273d6240c4
commit
67211154ec
@ -5,7 +5,7 @@
|
||||
#include <QDataStream>
|
||||
#include <QMetaType>
|
||||
|
||||
#define VERSION "9.9.2"
|
||||
#define VERSION "9.10.0"
|
||||
|
||||
#define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND"
|
||||
|
||||
|
@ -47,40 +47,15 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
|
||||
auto text = new QLabel();
|
||||
text->setText("New release with the following updates:<br/>"
|
||||
"<br/>"
|
||||
"9.9.2 includes notarized builds for macos and codesigned builds for windows. It also gets new builds using Qt6.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
||||
" • Show error when opening bad open recent entries.<br/>"
|
||||
" • GoTo page: Fix segfault when entering page numbers greater than comic's page count(toolbar and page flow).<br/>"
|
||||
" • Initialize GotoFlow on current page, not cover.<br/>"
|
||||
" • GotoFlow with Quick navigation mode: Fix page index error when using both mouse and keyboard for navigation.<br/>"
|
||||
" • Support HDPI screens.<br/>"
|
||||
" • Use one wheel mouse step per page in full page mode.<br/>"
|
||||
" • (Linux) Add updated MIME types to .desktop file for .cbz and .cbr.<br/>"
|
||||
" • New settings to control page turning behaviour on scroll.<br/>"
|
||||
" • Make forward and backward buttons in a mouse turn pages.<br/>"
|
||||
" • Don't crash if bookmarks get corrupt for some reason.<br/>"
|
||||
" • Magnifying glass fixes and improvements.<br/>"
|
||||
" • Fixed color selection dialog appearing as a subwindow in macos.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||
" • Support HDPI screens. <br/>"
|
||||
" • Support import legacy XML info in comic files.<br/>"
|
||||
" • Enable arrow keys navigation in the folders tree view.<br/>"
|
||||
" • Add `Publication Date` column to the comics table view.<br/>"
|
||||
" • Use a scale effect in the comics grids on mouse over.<br/>"
|
||||
" • Fix selection when clicking on a folder in search mode.<br/>"
|
||||
" • Add system info to the help/about dialog to help reporting bugs.<br/>"
|
||||
" • Fix defaul value for manga/comic mode in folders.<br/>"
|
||||
" • Add an edit for filtering series results returned by Comic Vine.<br/>"
|
||||
" • Support editing comics tags sequentially without leaving the edit dialog.<br/>"
|
||||
" • Fix export/import comics info.<br/>"
|
||||
" • Fix potential infinite loop/crash on library updates (NEW in 9.9.2).<br/>"
|
||||
" • Fix comic properties dialog sizing (NEW in 9.9.2).<br/>"
|
||||
" • Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">Server</span><br/>"
|
||||
" • Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). <br/>"
|
||||
" • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.<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/>"
|
||||
"<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>.");
|
||||
QFont textLabelFont("Arial", 15, QFont::Light);
|
||||
|
Loading…
Reference in New Issue
Block a user