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

-