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 @@