diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e1a053..98989e2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# Changelog
-## Interim release 3.5.41
+## Release 3.5.7 / 3.5.8
* ENHANCEMENT: Added a toolbar button to switch quickly between light and dark themes
* FIX: Fix popover width scaling when `zoom` attribute is set
* FIX: Support older Firefox versions when creating popovers
* FIX: Repeated titles in Wikivoyage ZIMs made from the mobile-html API
* FIX: Dark/light theme is now applied correctly to popovers as soon as the theme is switched
-* DEV: Developer directories are no longer shown in the download library
+* FIX: Aligning of new UI icons
+* FIX: Various typos in the app
+* UPDATE: Wikivoyage and WikiMed templates and associated info
+* DEV: Developer directories are no longer shown in the download library unless the app is in developer mode
* DEV: Correction of errors in Draft Release script and better feedback in workflow
+* DEV: Various security updates for dependencies
## Release 3.5.3 / 3.5.4
diff --git a/www/index.html b/www/index.html
index 7e343b99..4ba1b9c3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,4 +1,4 @@
-
+
@@ -102,22 +102,17 @@
Changes in version 3.0
- - For updates since v3.5.4, please see the CHANGELOG
- - App now prompts user to switch to OPFS on Android and Firefox Desktop
- - App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota
- - Prevent accidental app reload if an archive is loaded
- - Disabled reload protection if app has persistent access to storage via FSA API
- - Prominent "Download now" button in library if OPFS is enabled
- - Better styling for popovers in dark mode
- - If main Kiwix download server is inaccessible, app now provides a list of mirrors
- - Popovers now take into account the zoom factor on latest browsers with new support for `zoom`
- - PWA can now update without user having to exit the app (with user gesture or automatically in Electron)
- - If user hasn't dismissed the splashscreen then it is shown again after a refresh
- - When printing, the zoom level of the article is temporarily reset for more predictable results
- - Handle navigation correctly in new DevDoc ZIMs
- - Search now takes into account any article zoom level
- - Fix build of Win7 32bit app with wrong Electron version and block autoupdate
- - Reset options are now in separate module to avoid circular dependencies
+ - Added a toolbar button to switch quickly between light and dark themes
+ - Fix popover width scaling when zoom attribute is set
+ - Support older Firefox versions when creating popovers
+ - Fix repeated titles in Wikivoyage ZIMs made from the mobile-html API
+ - Dark/light theme is now applied correctly to popovers as soon as theme is switched
+ - Fix aligning of new UI icons
+ - Fix various typos in the app
+ - Update Wikivoyage and WikiMed templates and associated info
+ - Developer directories are no longer shown in the download library unless the app is in developer mode
+ - Correction of errors in Draft Release script and better feedback in workflow
+ - Various security updates for dependencies
And there's more...