Update what's new

This commit is contained in:
luisangelsm
2026-03-05 18:58:21 +01:00
parent 33f18d9d1c
commit d6331ee819
2 changed files with 4 additions and 0 deletions

View File

@ -6,10 +6,12 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReader ### YACReader
* Add support for continuous scroll mode. * Add support for continuous scroll mode.
* Fix the translator.
### All GUI Apps ### All GUI Apps
* Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware. * Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware.
* Add light/dark themes support that follow the system configuration. * Add light/dark themes support that follow the system configuration.
* Add a theme editor and support for custom themes.
## 9.16.4 ## 9.16.4

View File

@ -41,10 +41,12 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"<br/>" "<br/>"
"<span style=\"font-weight:600\">YACReader</span><br/>" "<span style=\"font-weight:600\">YACReader</span><br/>"
" &#8226; Add support for continuous scroll mode<br/>" " &#8226; Add support for continuous scroll mode<br/>"
" &#8226; Fix the translator<br/>"
"<br/>" "<br/>"
"<span style=\"font-weight:600\">All GUI Apps</span><br/>" "<span style=\"font-weight:600\">All GUI Apps</span><br/>"
" &#8226; Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware<br/>" " &#8226; Migrate Flow implementation from OpenGL to QRhi. This is a full new implementation with better performance and compatibility with operating systems and hardware<br/>"
" &#8226; Add light/dark themes support that follow the system configuration<br/>" " &#8226; Add light/dark themes support that follow the system configuration<br/>"
" &#8226; Add a theme editor and support for custom themes<br/>"
"<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:%1;\">Patreon</a> " "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:%1;\">Patreon</a> "
"or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:%1;\">Pay-Pal</a> and help keeping the project alive. " "or donate some money using <a href=\"https://www.paypal.com/donate?business=5TAMNQCDDMVP8&item_name=Support+YACReader\" style=\"color:%1;\">Pay-Pal</a> and help keeping the project alive. "