mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-18 08:47:35 -04:00
Update changelogs to include WebP support
# Conflicts: # CHANGELOG.md # www/index.html # www/js/init.js Former-commit-id: 2d29beb33ebc579c9edaee260190a88907dc06b1 [formerly a74996f43d61895bf171b259d77bc8d883bbca35 [formerly a0a8aacc36d8c88b253965df44dd77e77b5ac278]] Former-commit-id: 8fb32bf9e2f36da7a95050174565d75f36a83ed3 Former-commit-id: 107854eb330c9692f92891319a92d148ce77eceb
This commit is contained in:
parent
223a1ce8c1
commit
c179c8c92a
@ -49,7 +49,7 @@ var params = {};
|
||||
*/
|
||||
var appstate = {};
|
||||
|
||||
params['version'] = "1.0.0"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['version'] = "1.0.1"; //DEV: Manually update this version when there is a new release: it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
|
||||
params['packagedFile'] = "wikipedia_en_100_maxi.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'] = "wikipedia_en_100_maxi_2020-08.zim (21-Aug-2020)"; //Use generic name for actual file, and give version here
|
||||
|
Loading…
x
Reference in New Issue
Block a user