From 00193dadf5b2571dec2f74a0b8a62d1bd30daa46 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 1 Sep 2021 18:36:21 +0100 Subject: [PATCH] Change sample ZIM to nopic version Former-commit-id: 5507cbc50b48e38d0cdcebef58989187da0a53db [formerly f312c73adb411585965bd15d8cf5648da9f32ab0] [formerly c8b4dff39fa053fffb0b68723751968bc80a83d7] [formerly 82fd0b4a437266bfb8498bba349325f902660ec9 [formerly 3b29d2d07558b815f1c2d2d4c505719823f663a5 [formerly f120a545f1f28ebf8c8064881584e6e598ef1a22]]] Former-commit-id: e902cc81d57cfd2ca63717602b0f5af40e214ad6 [formerly 3572b46eafb6f1bfa4e39192fedf07d982441534 [formerly 3dbfb3774c028bb55a0471edc8e4204240992814]] Former-commit-id: 7881f4527ae3ad31d30ba08371e22d4ff85ed99b [formerly 8b35dcd3945786c73a494d56a8deb88eac28fcff] Former-commit-id: ccf8a5c6d378d2d2124978e8d5f20b15cb0ca51b --- CHANGELOG.md | 2 +- ...axi_2021-07.txt => wikipedia_en_100_nopic_2021-08.txt} | 0 pwabuilder-sw.js | 2 +- www/index.html | 8 ++++---- www/js/init.js | 6 +++--- www/js/lib/uiUtil.js | 7 +++---- 6 files changed, 12 insertions(+), 13 deletions(-) rename archives/{wikipedia_en_100_maxi_2021-07.txt => wikipedia_en_100_nopic_2021-08.txt} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7951b6..06095a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * ENHANCEMENT: Added refresh button for picked folder in Configuration (UWP or File System Access API) * ENHANCEMENT: Added some extra directories of useful ZIM archives to Donwload library * ENHANCEMENT: Provide option to allow image manipulation (saving to disk or opening in new tab) -* UPDATE: Sample ZIM updated to `wikipedia_en_100_maxi_2021-08.zim` +* UPDATE: Sample ZIM changed to `wikipedia_en_100_nopic_2021-08.zim` in order to reduce app size * UPDATE: New option to change right click to double right click for opening new window or tab * FIX: Issues with toolbars getting stuck on after searching for text in article * FIX: Better replication of infobox mobile and desktop styles diff --git a/archives/wikipedia_en_100_maxi_2021-07.txt b/archives/wikipedia_en_100_nopic_2021-08.txt similarity index 100% rename from archives/wikipedia_en_100_maxi_2021-07.txt rename to archives/wikipedia_en_100_nopic_2021-08.txt diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js index c9a03928..056e8ee9 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.6.2-rc6'; +const appVersion = '1.6.2-rc7'; // 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 d063af52..871580e1 100644 --- a/www/index.html +++ b/www/index.html @@ -102,9 +102,9 @@

- This application may be packaged with a sample ZIM archive of the top 100 Wikipedia articles so that you can get a feel for how - offline Wikipedia browsing works. For the full experience you must download an offline ZIM archive and store it - on your device! You can do this from the Configuration page , + This application may be packaged with a small sample ZIM archive WITHOUT PICTURES of the top 100 Wikipedia articles so that you + can get a feel for how offline Wikipedia browsing works. For the full experience you must download an offline ZIM archive + and store it on your device! You can do this from the Configuration page , or else see the About page  for more information.

@@ -118,9 +118,9 @@

Changes in version 1.0