From 01c5f13da6aec2eebd5e946c6997d0fb110b3898 Mon Sep 17 00:00:00 2001
From: Jaifroid
Date: Fri, 28 May 2021 07:19:51 +0100
Subject: [PATCH] Interim changelogs
Former-commit-id: dc4b3c0de93db646c7adaf7363486bceaabb24f8 [formerly 53c9fb35e28a0ea8701763877cd255167d5728f6] [formerly 97b93218b991b2a60e1efa5662ccb667210b8b5d] [formerly 657d033a9d7648ce660a26aee4d981b74ff8c267 [formerly bccca52ed2738f0cf588c508ab78909b9bddbbbd [formerly 3efb3e5d93987a6026eb7d7e4d16cac9ef2ad875]]]
Former-commit-id: 0c5d9b9f66a42c3eab3c24b8b1054cc40d6f5e2b [formerly bc33781c5c2a3a0acc4633d3c0fb1c0f3c3198f7 [formerly 7a4fd997f6ec4a50cb1bce817be454a42ede46bd]]
Former-commit-id: 1c782e0ceb01321e3db9421399c8b0e5b1e552d8 [formerly 2e3de69121e1b660087a00fd426ac41da157ed4d]
Former-commit-id: 22c00650933a76747cc86753eea9c377490d9c01
---
CHANGELOG.md | 7 +++++++
pwabuilder-sw.js | 2 +-
www/index.html | 17 +++++------------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff14c20b..706d9d4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## In-progress log 1.3.3-RC2
+
+* UPDATE: Sample ZIM updated to `wikipedia_en_100_maxi_2021-05.zim`
+* ENHANCEMENT: Pre-calculate position and size of article namespace in legacy ZIMs (speeds up binary search)
+* FIX: Hide jump in page position during article load in Service Worker mode
+* FIX: Adjusted timing of hiding and showing the article during page compositon
+
## Release 1.3.2
* FEATURE: Open a new browsable tab or window with right-click, long-press, ctrl-click, middle-click
diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js
index 0eec5ff9..7dcb235f 100644
--- a/pwabuilder-sw.js
+++ b/pwabuilder-sw.js
@@ -4,7 +4,7 @@
// App version number - ENSURE IT MATCHES VALUE IN init.js
// DEV: Changing this will cause the browser to recognize that the Service Worker has changed, and it will download and
// install a new copy
-const appVersion = '1.3.3-RC1';
+const appVersion = '1.3.3-RC2';
// Kiwix ZIM Archive Download Server in regex form
// DEV: The server URL is defined in init.js, but is not available to us in SW
diff --git a/www/index.html b/www/index.html
index cc0ea3fa..fb2d715e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -114,18 +114,11 @@
Changes in version 1.0
-
- - New feature: Open new browsable tab or window with right-click, long-press or ctrl-click (not on mobile)
- - Sample archive updated to wikipedia_en_100_maxi_2021-04
- - Release Linux AppImage packages for Electron-based build
- - Alt-left or Ctrl-left (and same for right key) can now be used for navigation
- - Prevent flash between page loads by adapting empty screen to the selected theme color
- - Fix crash on upgrade of ZIM archive in some contexts
- - Fix subtitle display on videos
- - Fix download of media and subtitles
- - Fixed failure to apply dark theme to articles with no CSS
- - Fixed bug affecting middle-click when opening a new window or tab
- - Fixed bug where file selectors got hidden if the app could not handle a file
+
+ - Sample ZIM updated to wikipedia_en_100_maxi_2021-05.zim
+ - Speed up article search by pre-calculating position of the article namespace
+ - Fix an ugly jump in page position during article load in Service Worker mode
+ - Adjusted timing of hiding and showing the article during page compositon
Full changelog...