From 5ca28ff7517fac66fd15a77c11b3ff2335367f86 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Fri, 6 Oct 2023 10:33:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- www/index.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47278391..d280f24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ * 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` +* FIX: Partially fixed broken "unclick" of Configure button on touchscreen devices +* REGRESSION: Fixed failure to refresh full-screen state when clicking in-app in SW mode +* UPDATE: Sample archive updated to `wikipedia_en_100_mini_2023-10` * UPDATE: Electron version bumped to 22.3.25 ## Release 2.6.4 diff --git a/www/index.html b/www/index.html index 7bdad680..79e69d06 100644 --- a/www/index.html +++ b/www/index.html @@ -115,7 +115,9 @@
  • 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
  • -
  • Sample archive changed to wikipedia_en_100_mini_2023-10
  • +
  • Partially fixed broken "unclick" of Configure button on touchscreen devices
  • +
  • Fixed failure to refresh full-screen state when clicking in-app in SW mode
  • +
  • Sample archive updated to wikipedia_en_100_mini_2023-10
  • Electron version bumped to 22.3.25
  • And there's more...external link