From 8d7a5af0a6b1fb842efbc6e62bc48f05d7de708e Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 1 Oct 2019 18:06:16 +0100 Subject: [PATCH] Some preparations for 0.9.9.95 release Former-commit-id: 547be1955585b73af163cebcce0a483cff655411 [formerly e2c31e6ebb853ad645ef15dfb3586a0cf084911a] Former-commit-id: 5ea92ee27130259a79788a69a168d594cf5e2bb5 --- .gitignore | 2 +- CHANGELOG.md | 10 ++++++++++ www/js/lib/kiwixServe.js | 3 +-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2fe125f..5b530ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ _pkginfo.txt /BundleArtifacts/ /archives/*.zim /AppPackages/*wikivoyage* +/AppPackages/*wikimed* /node_modules/ - package-lock.json .vscode/launch.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bf8766..1e227a7e 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/www/js/lib/kiwixServe.js b/www/js/lib/kiwixServe.js index bfbe6345..6fbaa83f 100644 --- a/www/js/lib/kiwixServe.js +++ b/www/js/lib/kiwixServe.js @@ -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) {