Bump version number and what's new

This commit is contained in:
Luis Ángel San Martín 2022-10-15 12:58:52 +02:00
parent 273d6240c4
commit 67211154ec
2 changed files with 6 additions and 31 deletions

View File

@ -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"

View File

@ -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/>"
" &#8226; Show error when opening bad open recent entries.<br/>"
" &#8226; GoTo page: Fix segfault when entering page numbers greater than comic's page count(toolbar and page flow).<br/>"
" &#8226; Initialize GotoFlow on current page, not cover.<br/>"
" &#8226; GotoFlow with Quick navigation mode: Fix page index error when using both mouse and keyboard for navigation.<br/>"
" &#8226; Support HDPI screens.<br/>"
" &#8226; Use one wheel mouse step per page in full page mode.<br/>"
" &#8226; (Linux) Add updated MIME types to .desktop file for .cbz and .cbr.<br/>"
" &#8226; New settings to control page turning behaviour on scroll.<br/>"
" &#8226; Make forward and backward buttons in a mouse turn pages.<br/>"
" &#8226; Don't crash if bookmarks get corrupt for some reason.<br/>"
" &#8226; Magnifying glass fixes and improvements.<br/>"
" &#8226; Fixed color selection dialog appearing as a subwindow in macos.<br/>"
"<br/>"
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
" &#8226; Support HDPI screens. <br/>"
" &#8226; Support import legacy XML info in comic files.<br/>"
" &#8226; Enable arrow keys navigation in the folders tree view.<br/>"
" &#8226; Add `Publication Date` column to the comics table view.<br/>"
" &#8226; Use a scale effect in the comics grids on mouse over.<br/>"
" &#8226; Fix selection when clicking on a folder in search mode.<br/>"
" &#8226; Add system info to the help/about dialog to help reporting bugs.<br/>"
" &#8226; Fix defaul value for manga/comic mode in folders.<br/>"
" &#8226; Add an edit for filtering series results returned by Comic Vine.<br/>"
" &#8226; Support editing comics tags sequentially without leaving the edit dialog.<br/>"
" &#8226; Fix export/import comics info.<br/>"
" &#8226; Fix potential infinite loop/crash on library updates (NEW in 9.9.2).<br/>"
" &#8226; Fix comic properties dialog sizing (NEW in 9.9.2).<br/>"
" &#8226; Fixes and stability improvements, specially in Qt6 builds (NEW in 9.9.2).<br/>"
"<br/>"
"<span style=\"font-weight:600\">Server</span><br/>"
" &#8226; Always serve a cover image to the iOS client for any folder that has content (requeries a library content update). <br/>"
" &#8226; New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.<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/>"
"<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);