mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-22 11:07:38 -04:00
Changelog for 3.7
This commit is contained in:
parent
7f5a62a60a
commit
96bf62136e
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,15 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Interim release 3.6.9
|
## Release 3.7.0 / 3.7.1
|
||||||
|
|
||||||
* FIX: Opening and closing of Wikipedia sections in ActionParse ZIMs (when transformed to mobile style)
|
* ENHANCEMENT: Disable Table of Contents dropup if there are less than two headings in article
|
||||||
|
* ENHANCEMENT: Reload current article when switching between desktop and mobile styles
|
||||||
|
* FIX: Collapsing of Wikipedia sections in ActionParse ZIMs (when transformed to mobile style)
|
||||||
|
* FIX: Do not close Wikipedia sections when a desktop ZIM is loaded and not transformed to mobile style
|
||||||
* FIX: Bug that showed footnote refs as [0] in ActionParse desktop-style ZIMs transformed to mobile style via Config option
|
* FIX: Bug that showed footnote refs as [0] in ActionParse desktop-style ZIMs transformed to mobile style via Config option
|
||||||
* FIX: Misplaced and misaligned titles in right-to-left languages for ActionParse Wikimedia ZIMs
|
* FIX: Misplaced and misaligned titles in right-to-left languages for ActionParse Wikimedia ZIMs
|
||||||
* FIX: Added missing external link SVG for locally cacched Vector stylesheet
|
* FIX: Add missing external link SVG for locally cacched Vector stylesheet
|
||||||
* FIX: Typo in configuration
|
* FIX: Typo in configuration
|
||||||
* INFO: Updated documentation of features
|
* INFO: Update documentation of features
|
||||||
* REGRESSION: Removed title showing on Wikimedia landing pages
|
* REGRESSION: Remove title showing on Wikimedia landing pages
|
||||||
* REGRESSION: Fixed bug with persistent file system permissions in Electron app
|
* REGRESSION: Fix bug with persistent file system permissions in Electron app
|
||||||
* DEV: Bump Electron builder to 26.0.18
|
* DEV: Bump Electron builder to 26.0.18
|
||||||
|
|
||||||
## Release 3.6.7 / 3.6.8
|
## Release 3.6.7 / 3.6.8
|
||||||
|
@ -102,28 +102,16 @@
|
|||||||
<div id="update" class="update">
|
<div id="update" class="update">
|
||||||
<h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3>
|
<h3 style="margin-top:0;">Changes in version <span class="version">3.x</span></h3>
|
||||||
<ul style="padding-left: 15px;">
|
<ul style="padding-left: 15px;">
|
||||||
<li>[3.6.9] Fix misplaced and misaligned titles in RTL languages for ActionParse Wikimedia ZIMs</li>
|
<li>Disable Table of Contents dropup if fewer than two headings in article</li>
|
||||||
<li>[3.6.9] Fix missing external link SVG for locally cached Vector stylesheet</li>
|
<li>Reload current article when switching between desktop and mobile styles</li>
|
||||||
<li>[3.6.9] Updated documentation of features</li>
|
<li>Fix collapsing of Wikipedia sections when transformed to mobile style</li>
|
||||||
<li>[3.6.9] Removed title showing on Wikimedia landing pages</li>
|
<li>Do not close Wikipedia sections when a desktop ZIM is loaded and not transformed to mobile style</li>
|
||||||
<li>[3.6.86] Fix bug that showed footnote refs as [0] in desktop-style ZIMs transformed to mobile via Config option</li>
|
<li>Fix misplaced and misaligned titles in RTL languages for ActionParse Wikimedia ZIMs</li>
|
||||||
<li>[3.6.85] Fix collapsing of Wikipedia sections in ActionParse ZIMs (only when transformed to mobile style)</li>
|
<li>Add missing external link SVG for locally cached Vector stylesheet</li>
|
||||||
<li>[3.6.85] Fix bug with persistent file system permissions in Electron app (pending new release)</li>
|
<li>Update documentation of features</li>
|
||||||
<li>Added snippets to fulltext search results</li>
|
<li>Removed title erroneously showing on Wikimedia landing pages</li>
|
||||||
<li>Improved keyboard navigation of search results</li>
|
<li>Fix bug that showed footnote refs as [0] in desktop-style ZIMs transformed to mobile via Config option</li>
|
||||||
<li>Fixed find in article bar not showing</li>
|
<li>Fix bug with persistent file system permissions in Electron app (pending new release)</li>
|
||||||
<li>Show current ZIM style (desktop/mobile) in configuration</li>
|
|
||||||
<li>Support transforming ActionParse ZIMs to mobile style</li>
|
|
||||||
<li>Fixed find in article bar not showing</li>
|
|
||||||
<li>Fixed missing text on landing pages with ActionParse ZIMs</li>
|
|
||||||
<li>Fixed bug preventing some pages with equations from showing in nopic ZIMs</li>
|
|
||||||
<li>Fixed code that misplaced hatnotes in ActionParse ZIMs</li>
|
|
||||||
<li>Fixed bug preventing searching for the same string twice in a row</li>
|
|
||||||
<li>Fixed display issues with gallery images in Wikipedia files</li>
|
|
||||||
<li>Fixed unhandled exception when popover icons are not found</li>
|
|
||||||
<li>Various fixes to regular dark style</li>
|
|
||||||
<li>Made features section clickable</li>
|
|
||||||
<li>Various security updates for dependencies</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank" rel="noopener">And there's more...<img alt="external link" src="I/s/Icon_External_Link.png"></a></p>
|
<p><a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank" rel="noopener">And there's more...<img alt="external link" src="I/s/Icon_External_Link.png"></a></p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user