mirror of
https://github.com/YACReader/yacreader
synced 2025-10-09 21:45:46 -04:00
Add support for storing and serving the new comic filters format
It's already implemented on iOS and next is supporting it on Android.
This commit is contained in:
@ -43,42 +43,31 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
versionLabel->setAlignment(Qt::AlignCenter);
|
||||
versionLabel->setStyleSheet("padding:0 0 0 0;"
|
||||
"background-color:transparent;"
|
||||
"color:#858585;");
|
||||
|
||||
auto text = new QLabel();
|
||||
text->setText("This version brings new features, improved functionality, enhanced customization options, bug fixes, and performance improvements across all apps: <br/>"
|
||||
"color:#858585;"); auto text = new QLabel();
|
||||
text->setText("This version brings exciting new features, improved functionality, enhanced customization options, bug fixes, and performance improvements across all apps: <br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
||||
" • Save magnifying glass size and zoom level<br/>"
|
||||
" • Add shortcut to reset the magnifying glass to its defaults (size and zoom), it is `slash` by default but it can be reassigned<br/>"
|
||||
" • Bump PDF render size<br/>"
|
||||
" • Fix trackpad scrolling, it makes using trackpads more responsive and natural<br/>"
|
||||
" • Added more info to Help -> System info<br/>"
|
||||
" • Don't use scroll animations on macos by default, it where hdpi scroll is most likely to be used and it causes scroll issues. (new 9.15.1)<br/>"
|
||||
" • Don't use scroll animations on macOS by default, where hdpi scroll is most likely to be used<br/>"
|
||||
" • New toolbar on macOS<br/>"
|
||||
" • New mouse modes to turn pages - you can setup the app to use the left/right buttons to turn pages directly or click on the left/right part of the screen to turn pages<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||
" • Fix headers in the table view getting stuck in a non-movable state<br/>"
|
||||
" • Add option to set the type of a library. It will convert all the content to the desired type (comic, manga, etc.) and set that type as the default for the library. Available in the library context menu<br/>"
|
||||
" • Added more info to Help -> System info<br/>"
|
||||
" • New setting to open comics in third-party reader apps by entering a command that launches the app, e.g., \"/path/to/the/app {comic_file_path}\". Use `{comic_file_path}` as a placeholder where `YACReaderLibrary` places the path to the comic file<br/>"
|
||||
" • Purge covers and metadata not being used after a full library update<br/>"
|
||||
" • Fix crash when updating the current folder content after a library update<br/>"
|
||||
" • Fix crash when current folder is empty after an update<br/>"
|
||||
" • Enable dropping content on the FolderContentView<br/>"
|
||||
" • Fix `open containing folder...` shortcut for comics<br/>"
|
||||
" • Add a dialog to show information about a library, including the number of folders, comics, and read comics<br/>"
|
||||
" • Fix occasional crashes when using automatic library updates<br/>"
|
||||
" • Add setting to hide the \"Continue Reading...\" banner from the home view<br/>"
|
||||
" • Improve Grid and Flow Info comics view scroll performance<br/>"
|
||||
" • Improve flexibility of the open comic in third party app setting so more complex commands can be used. e.g. `open -a \"/Applications/My Reader.app"
|
||||
"{comic_file_path}\"` (new 9.15.1)<br/>"
|
||||
" • Improve flexibility of the open comic in third party app setting so more complex commands can be used, e.g. `open -a \"/Applications/My Reader.app\" \"{comic_file_path}\"`<br/>"
|
||||
" • Fix setting the comic rating in the table view<br/>"
|
||||
" • Log libraries validation when the app starts<br/>"
|
||||
" • New toolbar on macOS<br/>"
|
||||
" • New setting in Comic Vine scraper to force exact volume matches<br/>"
|
||||
" • Better default search query in the Comic Vine scraper<br/>"
|
||||
" • Improved navigation in Comic Vine scraper, including keeping the current query around to make edits and refined searches easier<br/>"
|
||||
" • Add support for custom covers for any folder using the context menu<br/>"
|
||||
" • The edit cover buttons now support looping through pages, going forward from the last returns to the first, and going backward from the first jumps to the last<br/>"
|
||||
" • Add support for custom covers for comics using the edit metadata dialog, you can use a pick file button or drag&drop an image into the cover view in the dialog<br/>"
|
||||
" • Covers can be set in bulk for various comics at once<br/>"
|
||||
" • New button to reset to the default cover of a comic<br/>"
|
||||
" • Support for storing the new image filters from iOS and Android apps<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibraryServer</span><br/>"
|
||||
" • New command --system-info to print information about the execution environment and available resources (including what image formats are supported and what libraries are used by the app).<br/>"
|
||||
" • Fix automatic libraries updates not being triggered.<br/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">All apps</span><br/>"
|
||||
" • Sorting heuristic to try to find spreads in the content of a comic is now only used for files with less than 1000 pages to avoid false positives.<br/>"
|
||||
" • Log libraries validation when the app starts<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. "
|
||||
|
Reference in New Issue
Block a user