From 776db36d6457ce48a9792c96f45dc96f26a9b10b Mon Sep 17 00:00:00 2001
From: Jaifroid
Date: Mon, 9 Jun 2025 18:11:42 +0100
Subject: [PATCH] Update changelogs
---
CHANGELOG.md | 4 ++--
www/index.html | 26 ++++++++++----------------
2 files changed, 12 insertions(+), 18 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca9188bf..182cbd4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Interim release 3.6.4
+## Release 3.6.5 / 3.6.6
* ENHANCEMENT: Reduce height of navigation bar
* ENHANCEMENT: Added support for Wikimedia ZIMs based on new ActionParse API
@@ -8,7 +8,7 @@
* FIX: Failure to load some cached landing pages with special characters
* FIX: Libzim loading and reduce debug messages
* UPDATE: Cached Open Textbook of Medicine landing page
-* UPDATE: Libzim libraries to v0.7
+* UPDATE: Libzim libraries to v0.8
* DEV: Accept new ZIMs with minorVersion set to 3
* DEV: Synchronize Babel versions
* DEV: Update build script to us Windows PowerShell instead of PS Core (unsupported by Electron Builder)
diff --git a/www/index.html b/www/index.html
index b6cba70c..a4e33e75 100644
--- a/www/index.html
+++ b/www/index.html
@@ -100,23 +100,17 @@
improving the app are very welcome: see About section.
-
Changes in version 3.0
+
Changes in version 3.6
- - For releases since v3.5.8, please see the full CHANGELOG
- - Added a toolbar button to switch quickly between light and dark themes
- - Search results now accessible for screen readers
- - Fix bug that opened articles in new windows unintentionally
- - Fix popover width scaling when zoom attribute is set
- - Support older Firefox versions when creating popovers
- - Fix repeated titles in Wikivoyage ZIMs made from the mobile-html API
- - Dark/light theme is now applied correctly to popovers as soon as theme is switched
- - Fix aligning of new UI icons
- - Fix various typos in the app
- - Handle user clicking on child element of list item in article list
- - Update Wikivoyage and WikiMed templates and associated info
- - Developer directories are no longer shown in the download library unless the app is in developer mode
- - Correction of errors in Draft Release script and better feedback in workflow
- - Various security updates for dependencies
+ - Added support for Wikimedia ZIMs based on new ActionParse API
+ - 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
And there's more...