Skip to content

Commit

Permalink
Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jun 19, 2018
1 parent 0ecec7b commit 247a00c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Release 0.9.9.6 (beta)
* UPDATE: May 2018 update of WikiMed ZIM archive to wikipedia_en_medicine_novid_2018-05.zim
* UPDATE: Mobile styles and cached home page
* ENHANCEMENT: Performance improvements by reducing dependency on jQuery
* ENHANCEMENT: Tweaks to dark style
* UPDATE: Mobile styles
* ENHANCEMENT: New compile of decoding engine provides significant performance improvement
* ENHANCEMENT: Better memory management to prevent app crashes
* ENHANCEMENT: Reduced dependency on jQuery for further performance gains
* ENHANCEMENT: Tweaks to dark theme
* ENHANCEMENT: Improvements to show-hide sections toggle function with footnote/endnote references
* FIX: Headers that open or close sections are no longer accidentally selected on tap or click
* FIX: Descriptive text for UI controls is now non-selectable for cleaner app experience
* FIX: Whitespace at the end of the page is now preserved when hiding reference section
* FIX: Tapping headers now only opens and closes sections on narrow screens as intended by WikiMedia

Expand Down
7 changes: 5 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ <h4>Version <span class="version">0.9 Beta</span></h4><br />
<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>May 2018 update of ZIM archive</li>
<li>Tapping headers now only opens and closes sections on narrow screens as intended by WikiMedia</li>
<li>New compile of decoding engine provides significant performance improvement</li>
<li>Better memory management to prevent app crashes</li>
<li>For WikiMedia archives, tapping headers now only opens and closes sections on narrow screens</li>
<li>Headers that open or close sections are no longer accidentally selected on tap or click</li>
<li>Descriptive text for UI controls is now non-selectable for cleaner app experience</li>
<li>Whitespace preserved at end of page when closing references</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-windows/blob/master-dev/CHANGELOG.md" target="_blank">Full changelog...<img src="I/s/Icon_External_Link.png"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion www/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// Parameters that define overall operation of app
var params = {};
params['version'] = "0.9.9.5 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.9.6 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['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
Expand Down

0 comments on commit 247a00c

Please sign in to comment.