mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 03:37:12 -04:00
Bump changelogs
This commit is contained in:
parent
42e5888253
commit
4bfdb1f7f9
@ -1,14 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Interim release 3.5.41
|
## Release 3.5.7 / 3.5.8
|
||||||
|
|
||||||
* ENHANCEMENT: Added a toolbar button to switch quickly between light and dark themes
|
* ENHANCEMENT: Added a toolbar button to switch quickly between light and dark themes
|
||||||
* FIX: Fix popover width scaling when `zoom` attribute is set
|
* FIX: Fix popover width scaling when `zoom` attribute is set
|
||||||
* FIX: Support older Firefox versions when creating popovers
|
* FIX: Support older Firefox versions when creating popovers
|
||||||
* FIX: Repeated titles in Wikivoyage ZIMs made from the mobile-html API
|
* FIX: Repeated titles in Wikivoyage ZIMs made from the mobile-html API
|
||||||
* FIX: Dark/light theme is now applied correctly to popovers as soon as the theme is switched
|
* FIX: Dark/light theme is now applied correctly to popovers as soon as the theme is switched
|
||||||
* DEV: Developer directories are no longer shown in the download library
|
* FIX: Aligning of new UI icons
|
||||||
|
* FIX: Various typos in the app
|
||||||
|
* UPDATE: Wikivoyage and WikiMed templates and associated info
|
||||||
|
* DEV: Developer directories are no longer shown in the download library unless the app is in developer mode
|
||||||
* DEV: Correction of errors in Draft Release script and better feedback in workflow
|
* DEV: Correction of errors in Draft Release script and better feedback in workflow
|
||||||
|
* DEV: Various security updates for dependencies
|
||||||
|
|
||||||
## Release 3.5.3 / 3.5.4
|
## Release 3.5.3 / 3.5.4
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@ -102,22 +102,17 @@
|
|||||||
<div id="update" class="update">
|
<div id="update" class="update">
|
||||||
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
|
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
|
||||||
<ul style="padding-left: 15px;">
|
<ul style="padding-left: 15px;">
|
||||||
<li>For updates since v3.5.4, please see the <a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank" rel="noopener">CHANGELOG</a></li>
|
<li>Added a toolbar button to switch quickly between light and dark themes</li>
|
||||||
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
|
<li>Fix popover width scaling when zoom attribute is set</li>
|
||||||
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
|
<li>Support older Firefox versions when creating popovers</li>
|
||||||
<li>Prevent accidental app reload if an archive is loaded</li>
|
<li>Fix repeated titles in Wikivoyage ZIMs made from the mobile-html API</li>
|
||||||
<li>Disabled reload protection if app has persistent access to storage via FSA API</li>
|
<li>Dark/light theme is now applied correctly to popovers as soon as theme is switched</li>
|
||||||
<li>Prominent "Download now" button in library if OPFS is enabled</li>
|
<li>Fix aligning of new UI icons</li>
|
||||||
<li>Better styling for popovers in dark mode</li>
|
<li>Fix various typos in the app</li>
|
||||||
<li>If main Kiwix download server is inaccessible, app now provides a list of mirrors</li>
|
<li>Update Wikivoyage and WikiMed templates and associated info</li>
|
||||||
<li>Popovers now take into account the zoom factor on latest browsers with new support for `zoom`</li>
|
<li>Developer directories are no longer shown in the download library unless the app is in developer mode</li>
|
||||||
<li>PWA can now update without user having to exit the app (with user gesture or automatically in Electron)</li>
|
<li>Correction of errors in Draft Release script and better feedback in workflow</li>
|
||||||
<li>If user hasn't dismissed the splashscreen then it is shown again after a refresh</li>
|
<li>Various security updates for dependencies</li>
|
||||||
<li>When printing, the zoom level of the article is temporarily reset for more predictable results</li>
|
|
||||||
<li>Handle navigation correctly in new DevDoc ZIMs</li>
|
|
||||||
<li>Search now takes into account any article zoom level</li>
|
|
||||||
<li>Fix build of Win7 32bit app with wrong Electron version and block autoupdate</li>
|
|
||||||
<li>Reset options are now in separate module to avoid circular 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