mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Some preparations for 0.9.9.95 release
Former-commit-id: 547be1955585b73af163cebcce0a483cff655411 [formerly e2c31e6ebb853ad645ef15dfb3586a0cf084911a] Former-commit-id: 5ea92ee27130259a79788a69a168d594cf5e2bb5
This commit is contained in:
parent
a5c229bc12
commit
8d7a5af0a6
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,7 +8,7 @@ _pkginfo.txt
|
||||
/BundleArtifacts/
|
||||
/archives/*.zim
|
||||
/AppPackages/*wikivoyage*
|
||||
/AppPackages/*wikimed*
|
||||
/node_modules/
|
||||
|
||||
package-lock.json
|
||||
.vscode/launch.json
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## WIP Release 0.9.9.95 (beta)
|
||||
* UPDATE: Improved support for stylesheets in latest Wikipedia ZIMs
|
||||
* UPDATE: Updated the Privacy Policy
|
||||
* ENHANCEMENT: The base app (not UWP) can now be installed as a PWA (visit https://kiwix.github.io/kiwix-js-windows/www/index.html to try)
|
||||
* ENHANCEMENT: Assets are now cached in Service Worker mode
|
||||
* ENHANCEMENT: Support MathML in latest Wikimedia ZIMs
|
||||
* FIX: Fixed broken drag-and-drop
|
||||
* FIX: Enable page extraction in Service Worker mode
|
||||
* FIX: Rare condition where a missing ZIM causes the app to crash on load
|
||||
|
||||
## Release 0.9.9.94 (beta)
|
||||
* ENHANCEMENT: Provide an alert if a packaged or picked file cannot be found
|
||||
* ENHANCEMENT: App can now be compiled with Electron or NWJS to support Win XP/7/8.1 (see [releases](https://github.com/kiwix/kiwix-js-windows/releases))
|
||||
|
@ -337,9 +337,8 @@ define([], function () {
|
||||
};
|
||||
|
||||
// DEV: If you support more packaged files, add to this list
|
||||
// Disable in Electron app during testing
|
||||
var regexpFilter = /_medicine/.test(params.packagedFile) ? /^(?!.+_medicine_)[^_\n\r]+_([^_\n\r]+)_.+\.zi[mp].+$\s+/mig : null;
|
||||
// regexpFilter = /wikivoyage/.test(params.packagedFile) ? /^(?!.+wikivoyage_)[^_\n\r]+_([^_\n\r]+)_.+\.zi[mp].+$\s+/mig : regexpFilter;
|
||||
regexpFilter = /wikivoyage/.test(params.packagedFile) ? /^(?!.+wikivoyage_)[^_\n\r]+_([^_\n\r]+)_.+\.zi[mp].+$\s+/mig : regexpFilter;
|
||||
|
||||
function requestXhttpData(URL, lang, kiwixDate) {
|
||||
if (!params.allowInternetAccess) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user