diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dde0e5b..47278391 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,21 @@
## In-progress release 2.6.9
+* FEATURE: Rework file system access and support Origin Private File System (OPFS)
+* ENHANCEMENT: Autoload and display of all archives in OPFS on app launch, no permission prompts!
+* ENHANCEMENT: Last selected archive (and optionally article) auto-loaded on app launch if in OPFS
+* ENHANCEMENT: Import existing archives from anywhere on device into the OPFS easily with file picker
+* ENHANCEMENT: Added file manager for deleting, and (in some contexts) exporting OPFS archives
+* ENHANCEMENT: Option to download archives directly into the OPFS, without downloading first to user-visible FS
+* ENHANCEMENT: Option to download archives direclty into any folder pickable with the File System Access API
+* ENHANCEMENT: Full-text search enabled by default on Android for archives in OPFS
+* ENHANCEMENT: Pick multiple archives at once and switch easily between them, even on legacy systems
* ENHANCEMENT: Avoid double loading of WebP Polyfill when present in ZIM
* FIX: Exception preventing display of legacy archive content in jQuery mode
* FIX: Failure to display ZIM Archive Index when typing space in some circumstances
* FIX: Avoid duplication of title in wider range of ZIMs
* UPDATE: Sample archive changed to `wikipedia_en_100_mini_2023-10`
-* UPDATE: Electron version bumped to 22.3.21
+* UPDATE: Electron version bumped to 22.3.25
## Release 2.6.4
diff --git a/www/index.html b/www/index.html
index a2fc71d8..7b5c1ccd 100644
--- a/www/index.html
+++ b/www/index.html
@@ -102,20 +102,21 @@
Changes in version 2.0
- - Full-text search enabled by default on iOS 15+
- - Fixed loss of ability to pick ZIM archives in latest Chromium on Android
- - Fixed regression preventing access to custom ZIM archives in download library
- - Work around missing titles in all WikiMedia scrapes since 2023-07
- - Avoid hyperlinking math fallback images to high-res Wikimedia versions
- - Fix conflict between manual image display and hyperlinking images to high-res Wikimedia versions
- - Fix more broken Linux icons
- - Appx package is now uploaded to Kiwix releases
- - Added clear documentation to the Create-DraftRelease.ps1 script
- - Remove more unnecessary JQuery from the app
- - Disable appCache by default if developing with the Vite server
+ - Rework file system access and support Origin Private File System (OPFS)
+ - Autoload and display of all archives in OPFS on app launch, no permission prompts!
+ - Last selected archive (and optionally article) auto-loaded on app launch if in OPFS
+ - Import existing archives from anywhere on device into the OPFS easily with file picker
+ - Add file manager for deleting, and (in some contexts) exporting OPFS archives
+ - Option to download archives directly into the OPFS, without downloading first to user-visible FS
+ - Option to download archives direclty into any folder pickable with the File System Access API
+ - Full-text search enabled by default on Android for archives in OPFS
+ - Pick multiple archives at once and switch easily between them, even on legacy systems
- Avoid double loading of WebP Polyfill when present in ZIM
+ - Fix exception preventing display of legacy archive content in jQuery mode
+ - Fix Failure to display ZIM Archive Index when typing space in some circumstances
- Avoid duplication of title in wider range of ZIMs
- - Electron version bumped to 22.3.21
+ - Sample archive changed to wikipedia_en_100_mini_2023-10
+ - Electron version bumped to 22.3.25
And there's more...