From cb05ca8dc46c5edee9085e3d7f307306c0321026 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 6 Jun 2021 16:04:12 +0100 Subject: [PATCH] Update changelogs and bump version Former-commit-id: 47bcc9616c443ba7798700bc09d61f063ffc8f9e [formerly 843356f36b4987acf8f7215a6834530fbed6d1fc [formerly 86194d87e83dd92b11cef83335ce487a845ddfd9]] Former-commit-id: 41ccd218bd1acc585ee01f1e1dde2a20c493e13f Former-commit-id: 6ba8895a386b7cd51c3e327015141da625803c43 --- CHANGELOG.md | 3 ++- pwabuilder-sw.js | 2 +- www/index.html | 1 + www/js/init.js | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc17dfe1..680e5a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## In-progress log 1.3.3-RC4 +## In-progress log 1.4.0-RC1 * ENHANCEMENT: Pre-calculate position and size of article namespace in legacy ZIMs (speeds up binary search) +* ENHANCEMENT: New option to move navigation buttons to the top toolbar * UPDATE: Sample ZIM updated to `wikipedia_en_100_maxi_2021-05.zim` * UPDATE: KaTeX to v0.13.11 * UPDATE: System dark/light mode now used for "auto" setting in modern browsers (as well as UWP) diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index 64e05ec5..d04257b2 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-RC5'; +const appVersion = '1.4.0-RC1'; // 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 f14ce784..ffe8a3c8 100644 --- a/www/index.html +++ b/www/index.html @@ -117,6 +117,7 @@

Changes in version 1.0