mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Update CHANGELOG and what's new content
This commit is contained in:
parent
9c0aa41c32
commit
58cf162534
@ -16,8 +16,10 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
||||
* Add updated MIME types to .desktop file for .cbz and .cbr
|
||||
* Add settings to control page turning behaviour on scroll.
|
||||
* Make forward and backward buttons in a mouse turn pages.
|
||||
* Add system info to the help/about dialog to help reporting bugs.
|
||||
* Make forward and backward buttons in a mouse turn pages.
|
||||
* Don't crash if bookmarks get corrupt for some reason.
|
||||
* Magnifying glass fixes and improvements.
|
||||
* Shorcuts customization fixes.
|
||||
|
||||
### YACReaderLibrary
|
||||
* Support HDPI screens.
|
||||
|
@ -46,25 +46,31 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
"color:#858585;");
|
||||
|
||||
auto text = new QLabel();
|
||||
text->setText("Hey, a new version is here, check the new stuff including this <i>What's new</i> dialog:<br/>"
|
||||
text->setText("New release with the following updates:<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
||||
" • Add support for full manga mode.<br/>"
|
||||
" • Fix UP, DOWN, LEFT, RIGHT shortcuts for moving a zoomed in page around.<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/>"
|
||||
" • 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/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||
" • New fuzzy search engine. Type to search into any field of the database, or target specific content <i>\"read:false manga:true filename:3x3\"</i>, read more about how it works in the <a href=\"https://www.yacreader.com\" style=\"color:#E8B800;\">web site</a>. <br/>"
|
||||
" • New `manga` field added to comics and folders to tag content as manga, any content added to a manga folder will become manga automatically.<br/>"
|
||||
" • Support for HTML in comic synopsis, this fixes the synopsis when it comes from Comic Vine with HTML tags.<br/>"
|
||||
" • Improve keyboard navigation in Comic Vine dialog. Enter will trigger next or search and Backspace will go back to the previous section.<br/>"
|
||||
" • Fixed opening comics from readings lists, now YACReader will follow the right order and it will open the right comics in the list. (new in 9.8.1)<br/>"
|
||||
" • Fixed opening comics from the continue reading banner. (new in 9.8.2)<br/>"
|
||||
" • Make available next/prev comic covers in the iOS app while reading. (new in 9.8.2)<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">Server</span><br/>"
|
||||
" • New `manga` field is sent to YACReader for iOS, so comics tagged as manga will be recognized as such when reading remotely or importing comics.<br/>"
|
||||
" • Fixed opening comics from readings lists, now YACReader for iOS will follow the right order and it will open the right comics in the list, it needs YACReader for iOS 3.15.0 or newer. (new in 9.8.1).<br/>"
|
||||
" • Make available next/prev comic covers in the iOS app while reading. (new in 9.8.2)<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/>"
|
||||
"<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