diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed91c358..1a552887 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,14 +6,17 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReader
* Fixed color selection dialog appearing as a subwindow in macos.
+* Better support for HDPI screens (SVG icons).
### YACReaderLibrary
* 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.
-* Fixed going forward history navigation.
+* Fixed going forward in history navigation.
* Continue Reading view that it is shown for the root folder.
* 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
+* Fixed selected folder restoration after folder updates.
+* Better support for HDPI screens (SVG icons).
### Server
* Add webui status page (reachable by navigating to server::port/webui)
diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp
index 387cbb63..f8961009 100644
--- a/custom_widgets/whats_new_dialog.cpp
+++ b/custom_widgets/whats_new_dialog.cpp
@@ -50,12 +50,16 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
"
"
"YACReader
"
" • Fixed color selection dialog appearing as a subwindow in macos.
"
+ " • Better support for HDPI screens (SVG icons).
"
"
"
"YACReaderLibrary
"
- " • 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. You may need to update your libraries to make folders display properly.
"
" • Continue Reading view that it is shown for the root folder.
"
" • UI gets updated when YACReaderLibrary gets updates from YACReader or YACReader for iOS.
"
" • Fixed going forward history navigation.
"
+ " • Fixed selected folder restoration after folder updates.
"
+ " • Add option to delete metadata from comics.
"
+ " • Better support for HDPI screens (SVG icons).
"
"
"
"I hope you enjoy the new update. Please, if you like YACReader consider to become a patron in Patreon or donate some money using Pay-Pal and help keeping the project alive. Remember that there is an iOS version available in the Apple App Store.");
QFont textLabelFont("Arial", 15, QFont::Light);