mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Update CHANGELOG and what's new
This commit is contained in:
parent
9dc66f532f
commit
14cfc5b9d4
@ -6,14 +6,17 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
|
|||||||
|
|
||||||
### YACReader
|
### YACReader
|
||||||
* Fixed color selection dialog appearing as a subwindow in macos.
|
* Fixed color selection dialog appearing as a subwindow in macos.
|
||||||
|
* Better support for HDPI screens (SVG icons).
|
||||||
|
|
||||||
### YACReaderLibrary
|
### YACReaderLibrary
|
||||||
* Update QtWebApp webserver to v1.8.6
|
* Update QtWebApp webserver to v1.8.6
|
||||||
* New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.
|
* New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.
|
||||||
* Fixed going forward history navigation.
|
* Fixed going forward in history navigation.
|
||||||
* Continue Reading view that it is shown for the root folder.
|
* Continue Reading view that it is shown for the root folder.
|
||||||
* UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.
|
* UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.
|
||||||
* Linux: Add fallback for dynamically loading libqrencode on distros that don't provide unversioned library symlinks
|
* Linux: Add fallback for dynamically loading libqrencode on distros that don't provide unversioned library symlinks
|
||||||
|
* Fixed selected folder restoration after folder updates.
|
||||||
|
* Better support for HDPI screens (SVG icons).
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
* Add webui status page (reachable by navigating to server::port/webui)
|
* Add webui status page (reachable by navigating to server::port/webui)
|
||||||
|
@ -50,12 +50,16 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
|
|||||||
"<br/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
"<span style=\"font-weight:600\">YACReader</span><br/>"
|
||||||
" • Fixed color selection dialog appearing as a subwindow in macos.<br/>"
|
" • Fixed color selection dialog appearing as a subwindow in macos.<br/>"
|
||||||
|
" • Better support for HDPI screens (SVG icons).<br/>"
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
"<span style=\"font-weight:600\">YACReaderLibrary</span><br/>"
|
||||||
" • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics.<br/>"
|
" • New folder content view that replaces the old `subfolders in this folder` view shown when folders don't have direct comics. You may need to update your libraries to make folders display properly.<br/>"
|
||||||
" • Continue Reading view that it is shown for the root folder.<br/>"
|
" • Continue Reading view that it is shown for the root folder.<br/>"
|
||||||
" • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.<br/>"
|
" • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.<br/>"
|
||||||
" • Fixed going forward history navigation.<br/>"
|
" • Fixed going forward history navigation.<br/>"
|
||||||
|
" • Fixed selected folder restoration after folder updates.<br/>"
|
||||||
|
" • Add option to delete metadata from comics.<br/>"
|
||||||
|
" • Better support for HDPI screens (SVG icons).<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:#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>.");
|
"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);
|
QFont textLabelFont("Arial", 15, QFont::Light);
|
||||||
|
Loading…
Reference in New Issue
Block a user