mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Don't use scroll animations on macos by default, it where hdpi scroll is most likely to be used
This commit is contained in:
@ -54,6 +54,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
" • 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/>"
|
||||
"<br/>"
|
||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||
" • Fix headers in the table view getting stuck in a non-movable state<br/>"
|
||||
@ -69,6 +70,8 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
||||
" • 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/>"
|
||||
"<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/>"
|
||||
|
Reference in New Issue
Block a user