Fixed the toolbar accidentally wrapping across two lines on some screens
-
The app now automatically resumes the page you were reading when you last closed it (option can be turned off in settings)
-
Geo-location co-ordinates in Wikivoyage English and German can now open the Maps app to show the location
-
You can now tap telephone numbers in Wikivoyage English and the contacts app will open (phone numbers need to have a tel: URI for this to work)
-
Initial support has been added for Stackexchange ZIMs (in progress, but usable)
+
Fixed lack of an icon indicating that a link is to an external web site
+
Fixed bugs in mobile to desktop style transformation
+
Fixed issue with infoboxes and images not stacking correctly on mobile displays, and support infoboxes in German Wikivoyage
+
Fixed last-visited page not being remembered when user picked the file as a single archive
+
Fixed a bug which prevented the dark mode by simple inversion from functioning
Please read this important information!
@@ -72,18 +72,18 @@
Kiwix JS is free and open source. If you like it, please leave a positive review. Constructive feedback and help with
improving the app are very welcome: see About section.
-
New Features in Version 0.9
+
Features in Version 0.9
-
Wikivoyage pages (English and German) will now display a map location marker for places that have geo-location data. Tap the icon to open the Maps app at this location
-
The app now remembers the last page you visited before closing the app, and will resume from that page. You can turn this option off in the settings
+
Compatible with Continuum!
+
Wikivoyage pages (English and German) display a map location marker for places that have geo-location data. Tap the icon to open the Maps app at this location
+
The app remembers the last page you visited before closing the app, and will resume from that page. You can turn this option off in the settings
Now supports links in Stackexchage ZIMs (note that equations are not yet supported in Stackexchange)
Added auto-loading of ZIM archives on device storage
-
Enabled in-page search / highlighting with Ctrl-F / Alt-F or tap on search button
-
Enabled UWP Future Access List so that users do not need to pick their ZIM file every time
-
Added a dark-themed User Interface and dark-themed content - please see Config section to enable it
+
In-page search / highlighting with Ctrl-F / Alt-F or tap on search button
+
Dark-themed User Interface and dark-themed content - please see Config section to enable it
Added ability to change the font size for articles and the UI
Equations are now typeset using MathJax, if the original TeX string is available, otherwise the (slow) fallback images are used
-
User can choose whether to transform the layout using the Wikipedia mobile or desktop styles - see Config section
+
Option to transform the layout using the Wikipedia mobile or desktop styles
If your device is slow, you can disable the display of images, and extract them one-by-one as needed - see Config
@@ -472,7 +472,7 @@
diff --git a/www/js/init.js b/www/js/init.js
index 3c23ddb7..6f2bbf0e 100644
--- a/www/js/init.js
+++ b/www/js/init.js
@@ -22,7 +22,7 @@
*/
'use strict';
var params = {};
-params['version'] = "0.9.6 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
+params['version'] = "0.9.7 Beta"; //DEV: do not set this dynamically -- it is compared to the cookie "version" in order to show first-time info, and the cookie is updated in app.js
params['storedFile'] = getCookie('lastSelectedArchive') || "wikipedia_en_ray_charles_2015-06.zimaa"; //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['fileVersion'] = "wikipedia_en_ray_charles_2015-06"; //Use generic name for actual file, and give version here
params['kiwixDownloadLink'] = "http://download.kiwix.org/zim/"; //Include final slash