mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-15 15:27:11 -04:00
Update sample archive
This commit is contained in:
parent
f3431c6d23
commit
4e2cc77b6b
@ -5,11 +5,12 @@
|
||||
* FEATURE: Support Full Screen (all browsers) and rotation lock (primarily intended for mobile)
|
||||
* FEATURE: Significant speed-up of access to Wikimedia archives with option to ignore unneeded JS files
|
||||
* SECURITY: Added sandbox attribute to iframe to block top-level navigation and attempts by scripts to "phone home"
|
||||
* UPDATE: Sample archive changed to `wikipedia_en_100_mini_2023-03`
|
||||
* UPDATE: Mobile styles for Wiktionary archives
|
||||
* ENHANCEMENT: Provide indication of archive download progress in Electron app
|
||||
* ENHANCEMENT: Avoid opening blank window when downloading archive in Electron/NWJS
|
||||
* ENHANCEMENT: Provide troubleshooting option to disable drag-and-drop
|
||||
* ENHANCEMENT: Use screen width more efficiently in SW mode (with Remove max page width option)
|
||||
* UPDATE: Mobile styles for Wiktionary archives
|
||||
* FIX: Return to article links were missing in ServiceWorker mode
|
||||
* FIX: Removed orientation key that prevented proper setting of orientation in some contexts
|
||||
* FIX: Improved detection of Wikimedia ZIMs for seleciton of printing stylesheet
|
||||
|
@ -109,11 +109,12 @@
|
||||
<li>Support Full Screen (all browsers) and rotation lock (primarily intended for mobile)</li>
|
||||
<li>Significant speed-up of access to Wikimedia archives with option to ignore unneeded JS files</li>
|
||||
<li>Added sandbox attribute to iframe to block top-level navigation and attempts by scripts to "phone home"</li>
|
||||
<li>Sample archive changed to wikipedia_en_100_mini_2023-03</li>
|
||||
<li>Update mobile styles for Wiktionary</li>
|
||||
<li>Provide indication of archive download progress in Electron app</li>
|
||||
<li>Avoid opening blank window when downloading archive in Electron/NWJS</li>
|
||||
<li>Provide troubleshooting option to disable drag-and-drop</li>
|
||||
<li>Use screen width more efficiently in SW mode (with Remove max page width option)</li>
|
||||
<li>Update mobile styles for Wiktionary</li>
|
||||
<li>Return to article links were missing in ServiceWorker mode</li>
|
||||
<li>Removed orientation key that prevented proper setting of orientation in some contexts</li>
|
||||
<li>Improved detection of Wikimedia ZIMs for seleciton of printing stylesheet</li>
|
||||
|
@ -51,9 +51,9 @@ var appstate = {};
|
||||
/******** UPDATE VERSION IN service-worker.js TO MATCH VERSION AND CHECK PWASERVER BELOW!!!!!!! *******/
|
||||
params['appVersion'] = "2.3.82"; //DEV: Manually update this version when there is a new release: it is compared to the Settings Store "appVersion" in order to show first-time info, and the cookie is updated in app.js
|
||||
/******* UPDATE THIS ^^^^^^ IN service worker AND PWA-SERVER BELOW !! ********************/
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-01.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['packagedFile'] = getSetting('packagedFile') || "wikipedia_en_100_mini_2023-03.zim"; //For packaged Kiwix JS (e.g. with Wikivoyage file), set this to the filename (for split files, give the first chunk *.zimaa) and place file(s) in default storage
|
||||
params['archivePath'] = "archives"; //The directory containing the packaged archive(s) (relative to app's root directory)
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-01.zim (29 January 2023)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
params['fileVersion'] = getSetting('fileVersion') || "wikipedia_en_100_mini_2023-03.zim (1 March 2023)"; //This will be displayed in the app - optionally include date of ZIM file
|
||||
// List of known start pages cached in the FS:
|
||||
params['cachedStartPages'] = {
|
||||
'wikipedia_en_medicine-app_maxi': 'A/Wikipedia:WikiProject_Medicine/Open_Textbook_of_Medicine2',
|
||||
|
Loading…
x
Reference in New Issue
Block a user