Changelogs

Former-commit-id: 5b66ccc36a200096fa5d614d40fa0457c54722f0 [formerly 064045ab218cf7766b825a42a10cf4f59be27c4e]
Former-commit-id: 3c8302be828f67304557e4a168ff3c6d11a755d5
This commit is contained in:
Jaifroid 2018-03-29 09:55:48 +01:00
parent 7ac0b7b0fe
commit b2ec4c531b
3 changed files with 28 additions and 31 deletions

View File

@ -1,3 +1,10 @@
## Release 0.9.9.4 (beta)
* ENHANCEMENT: Experimental support for printing articles
* ENHANCEMENT: Print zoom capability
* ENHANCEMENT: Prevent prevent printing of location pins
* ENHANCEMENT: Better presentation of About and Changelog information
* WORKAROUND: MW-Offliner bug which places extraneous tags in some HTML id attributes
## Release 0.9.9.3 (beta)
* FIX: Article now reloads correctly when switching styles
* FIX: Unhandled exception after using in-article word search

View File

@ -51,16 +51,15 @@
Welcome to Kiwix JS for Windows
</h2>
<h4>Version <span class="version">0.9 Beta</span></h4><br />
<div class="update">
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in <span class="version">0.9 (beta)</span></h3>
<ul style="padding-left: 15px;">
<li>Filter ZIM archives by date in download links</li>
<li>Fixed app crash after using in-article word search</li>
<li>Option to remove maximum page width restriction</li>
<li>Fixed glitch with browser history not being remembered occasionally</li>
<li>Setting or clearing dark themes no longer require page reload</li>
<li>Greater support for infoboxes, hatnotes and style fixes</li>
<li>Experimental support for printing articles! (Use the <b>Print button <span class="glyphicon glyphicon-print"></span></b> or press <b>Ctrl-P</b> on keyboard)</li>
<li>Please note: you can still access the <b>About page <span class="glyphicon glyphicon-info-sign"></span></b> by tapping <b>Config <span class="glyphicon glyphicon-wrench"></span></b></li>
<li>Added print zoom capability</li>
<li>Better organization of About and Changelog info</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
</div>
<h3>Please read this important information!</h3>
<p>
@ -79,15 +78,6 @@
Kiwix JS is <b>free</b> and <b>open source</b>. If you like it, please leave a positive review. Constructive feedback and help with
improving the app are very welcome: see About section.
</p>
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in <span class="version">0.9 (beta)</span></h3>
<ul style="padding-left: 15px;">
<li>March 2018 update to WikiMed ZIM archive</li>
<li>Experimental support for printing articles! (Use the <b>Print button <span class="glyphicon glyphicon-print"></span></b> or press <b>Ctrl-P</b> on keyboard)</li>
<li>Please note: you can still access the <b>About page <span class="glyphicon glyphicon-info-sign"></span></b> by tapping <b>Config <span class="glyphicon glyphicon-wrench"></span></b></li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/Kiwix-JS-WikiMed-dev/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
</div>
<div id="features">
<h3>Features in Version 0.9 Beta</h3>
<ul style="padding-left:15px;">

View File

@ -22,7 +22,7 @@
*/
'use strict';
var params = {};
params['version'] = "0.9.9.4 Beta-dev"; //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.9.4 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['packagedFile'] = "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['cachedStartPage'] = false; //If you have cached the start page for quick start, give its URI here