diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44f8114c..837d3d24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,18 @@
# Changelog
-## Interim release 3.6.9
+## Release 3.7.0 / 3.7.1
-* FIX: Opening and closing of Wikipedia sections in ActionParse ZIMs (when transformed to mobile style)
+* ENHANCEMENT: Disable Table of Contents dropup if there are less than two headings in article
+* ENHANCEMENT: Reload current article when switching between desktop and mobile styles
+* FIX: Collapsing of Wikipedia sections in ActionParse ZIMs (when transformed to mobile style)
+* FIX: Do not close Wikipedia sections when a desktop ZIM is loaded and not transformed to mobile style
* FIX: Bug that showed footnote refs as [0] in ActionParse desktop-style ZIMs transformed to mobile style via Config option
* FIX: Misplaced and misaligned titles in right-to-left languages for ActionParse Wikimedia ZIMs
-* FIX: Added missing external link SVG for locally cacched Vector stylesheet
+* FIX: Add missing external link SVG for locally cacched Vector stylesheet
* FIX: Typo in configuration
-* INFO: Updated documentation of features
-* REGRESSION: Removed title showing on Wikimedia landing pages
-* REGRESSION: Fixed bug with persistent file system permissions in Electron app
+* INFO: Update documentation of features
+* REGRESSION: Remove title showing on Wikimedia landing pages
+* REGRESSION: Fix bug with persistent file system permissions in Electron app
* DEV: Bump Electron builder to 26.0.18
## Release 3.6.7 / 3.6.8
diff --git a/www/index.html b/www/index.html
index e5dda2b9..5e4157a9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -102,28 +102,16 @@
Changes in version 3.x
- - [3.6.9] Fix misplaced and misaligned titles in RTL languages for ActionParse Wikimedia ZIMs
- - [3.6.9] Fix missing external link SVG for locally cached Vector stylesheet
- - [3.6.9] Updated documentation of features
- - [3.6.9] Removed title showing on Wikimedia landing pages
- - [3.6.86] Fix bug that showed footnote refs as [0] in desktop-style ZIMs transformed to mobile via Config option
- - [3.6.85] Fix collapsing of Wikipedia sections in ActionParse ZIMs (only when transformed to mobile style)
- - [3.6.85] Fix bug with persistent file system permissions in Electron app (pending new release)
- - Added snippets to fulltext search results
- - Improved keyboard navigation of search results
- - Fixed find in article bar not showing
- - Show current ZIM style (desktop/mobile) in configuration
- - Support transforming ActionParse ZIMs to mobile style
- - Fixed find in article bar not showing
- - Fixed missing text on landing pages with ActionParse ZIMs
- - Fixed bug preventing some pages with equations from showing in nopic ZIMs
- - Fixed code that misplaced hatnotes in ActionParse ZIMs
- - Fixed bug preventing searching for the same string twice in a row
- - Fixed display issues with gallery images in Wikipedia files
- - Fixed unhandled exception when popover icons are not found
- - Various fixes to regular dark style
- - Made features section clickable
- - Various security updates for dependencies
+ - Disable Table of Contents dropup if fewer than two headings in article
+ - Reload current article when switching between desktop and mobile styles
+ - Fix collapsing of Wikipedia sections when transformed to mobile style
+ - Do not close Wikipedia sections when a desktop ZIM is loaded and not transformed to mobile style
+ - Fix misplaced and misaligned titles in RTL languages for ActionParse Wikimedia ZIMs
+ - Add missing external link SVG for locally cached Vector stylesheet
+ - Update documentation of features
+ - Removed title erroneously showing on Wikimedia landing pages
+ - Fix bug that showed footnote refs as [0] in desktop-style ZIMs transformed to mobile via Config option
+ - Fix bug with persistent file system permissions in Electron app (pending new release)
And there's more...