diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ed5a5ce..70c09af3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,13 @@
# Changelog
-# Interim release 3.7.15
+# Interim release 3.7.4
* ENHANECEMENT: Enter key selects first search result
* ENHANCEMENT: Prevent user selecting contradictory settings for page style
* REGRESSION: Restore opening and closing of headers for ActionParse ZIMs converted to mobile style
* REGRESSION: Do not preselect first item in search results
-* FIX: Better converstion of headings to details-summary style
+* REGRESSION: Fix catastrophic backtrcking in cleanup regex
+* FIX: Better conversion of headings to details-summary style
* FIX: Adapt remove max page width restriction to ActionParse ZIMs
* FIX: Restricted width of Wikimedia articles on mobile screen sizes
* FIX: Display of some ultra-wide infoboxes in RTL Wikipedia ZIMs
@@ -14,6 +15,7 @@
* FIX: Ensure consistent page reloading after a theme change
* FIX: Hide unwanted content on Wikipedia landing page
* FIX: Display of some dark_mode_safe svg images and equivalent in dark theme
+* FIX: Repair override Wikivoyage landing page
* DEV: More intelligent file detection in Electron script
* DEV: Improvements to PWA publishing script with sensible options preselected
* DEV: Security update for tmp module
diff --git a/www/index.html b/www/index.html
index 7a1938be..12d186ba 100644
--- a/www/index.html
+++ b/www/index.html
@@ -102,18 +102,19 @@
Changes in version 3.x
- - [3.7.11] Make enter key select first search result
- - [3.7.15] Prevent user selecting contradictory settings for page style
- - [3.7.11] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style
- - [3.7.14] Do not preselect first item in search results
- - [3.7.14] Better conversion of headings to details-summary style
- - [3.7.12] Adapt remove max pagewidth restriction to ActionParse ZIMs
- - [3.7.12] Fix restricted width of Wikimedia articles on mobile screen sizes
- - [3.7.12] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs
- - [3.7.14] Fix size of regular infoboxes with Wikipedia articles converted to mobile style
- - [3.7.15] Ensure consistent page reloading after a theme change
- - [3.7.14] Hide unwanted content on Wikipedia landing page
- - [3.7.16] Fix display of some dark_mode_safe svg images and equivalent in dark theme
+ - [3.7.4] Make enter key select first search result
+ - [3.7.4] Prevent user selecting contradictory settings for page style
+ - [3.7.4] Restore opening and closing of headers for ActionParse ZIMs converted to mobile style
+ - [3.7.4] Do not preselect first item in search results
+ - [3.7.4] Fix catastrophic backtracking in cleanup process
+ - [3.7.4] Better conversion of headings to details-summary style
+ - [3.7.4] Adapt remove max pagewidth restriction to ActionParse ZIMs
+ - [3.7.4] Fix restricted width of Wikimedia articles on mobile screen sizes
+ - [3.7.4] Fix display of some ultra-wide infoboxes in RTL Wikipedia ZIMs
+ - [3.7.4] Fix size of regular infoboxes with Wikipedia articles converted to mobile style
+ - [3.7.4] Ensure consistent page reloading after a theme change
+ - [3.7.4] Hide unwanted content on Wikipedia landing page
+ - [3.7.4] Fix display of some dark_mode_safe svg images and equivalent in dark theme
- 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