diff --git a/CHANGELOG.md b/CHANGELOG.md
index 716f0639..c75d1787 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Interim release 3.6.67
+## Release 3.6.7 / 3.6.8
* FEATURE: Add snippets to fulltext search
* ENHANCEMENT: Improve keyboard navigability of search results
@@ -13,8 +13,10 @@
* FIX: Bug that prevented searching for the same string twice in a row
* FIX: Fixes to regular dark style
* FIX: Unhandled exaception when popover icons are not found
+* FIX: Issue with display of gallery images in Wikipedia files
* DEV: Make features section clickable
* DEV: Various security updates
+* DEV: Updated Electron to 29.3.3
## Release 3.6.5 / 3.6.6
diff --git a/www/index.html b/www/index.html
index 3f0813ca..ce280d63 100644
--- a/www/index.html
+++ b/www/index.html
@@ -100,20 +100,23 @@
improving the app are very welcome: see About section.
-
Changes in version 3.6
+
Changes in version 3.6.8
- - For updates since v3.6.6, please see the CHANGELOG
.
- - Added support for Wikimedia ZIMs based on new ActionParse API
+ - 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
- - Current default ZIM style (desktop/mobile) reported to Configuration
- - Fixed failure to load some cached landing pages with special characters
- - Fixed libzim loading and reduced debug messages
- - Reduced height of navigation bar
- - Updated cached Open Textbook of Medicine landing page
- - Updated libzim libraries to v0.8
- - Accept new ZIMs with minorVersion set to 3
- - Added separate Privacy Policy to satisfy store requirements and cover packaged apps
- - Various development improvements and security updates for dependencies
+ - 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
And there's more...