diff --git a/CHANGELOG.md b/CHANGELOG.md
index d65f39e5..27553ddc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Interim release 3.5.2
+## Release 3.5.3 / 3.5.4
* ENHANCEMENT: App now prompts user to switch to OPFS on Android and Firefox Desktop
* ENHANCEMENT: App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota
diff --git a/www/index.html b/www/index.html
index 3b8e497e..70422d50 100644
--- a/www/index.html
+++ b/www/index.html
@@ -118,24 +118,21 @@
Features in Version 3.x
- - Support for all known ZIM types from Wikipedia 0.5 to Zimit v2
- - Huge range of supported browsers and frameworks
- - Full-text searching of ZIM contents using javascript-libzim
- - Cutting-edge Origin Private File System support with best-available fallbacks
- - Built-in DarkReader support for nearly all ZIM types
- - Use multiple ZIM archives simultaneously with File Handling API
- - ZIM content is loaded in a secure sandbox for your protection
- - Download ZIM archives in-app and display download progress
- - Read Zimit archives you create yourself with youzim.it
-
- Open a new browsable tab or window
- - In-page searching and highlighting
- - Title and URL search with wildcards .* or regexes
- - Alphabetical index of all articles in archive (type space in search field)
- - Find assets by URL in ZIM archive by prefixing namespace (or type space + / in search)
- - Printing articles (with optional filtering for Wikipedia articles)
- - Transform Wikipedia layout from mobile to desktop style and vice versa
- - Download and save content from ZIM
- - Support full-screen and orientation lock in most browsers and frameworks
+ - 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