Skip to content

Commit

Permalink
Correct changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jan 18, 2025
1 parent 8d67fba commit 9311007
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,6 @@ <h3>Please read this important information</h3>
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
<ul style="padding-left: 15px;">
<li>For changes since v3.4.7, please see <a href="https://github.com/kiwix/kiwix-js-pwa/blob/main/CHANGELOG.md" target="_blank">CHANGELOG</a></li>
<li>If the Kiwix download server is inaccessible, app now offers a list of mirrors</li>
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
<li>Prevent accidental app reload if an archive is loaded</li>
<li>Add option in Configuration to disable accidental reload protection</li>
<li>Fix failure to display articles from links clicked in popovers</li>
<li>Remove unused scripts from Wikimedia ZIMs scraped with mobile-html API</li>
<li>Fix build of Win7 32bit app with wrong Electron version and block autoupdate</li>
<li>Update Express server and dependencies</li>
</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>
</div>
<div id="features">
<h3>Features in Version 3.x</h3>
<ul style="padding-left:15px;">
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
<li>Prevent accidental app reload if an archive is loaded</li>
Expand All @@ -134,6 +118,30 @@ <h3>Features in Version 3.x</h3>
<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>
<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 id="features">
<h3>Features in Version 3.x</h3>
<ul style="padding-left:15px;">
<li>Support for all known ZIM types from Wikipedia 0.5 to Zimit v2</li>
<li>Huge range of supported browsers and frameworks</li>
<li>Full-text searching of ZIM contents using <a href="https://github.com/openzim/javascript-libzim" target="_blank" rel="noopener">javascript-libzim</a></li>
<li>Cutting-edge Origin Private File System support with best-available fallbacks</li>
<li>Built-in DarkReader support for nearly all ZIM types</li>
<li>Use multiple ZIM archives simultaneously with File Handling API</li>
<li>ZIM content is loaded in a secure sandbox for your protection</li>
<li>Download ZIM archives in-app and display download progress</li>
<li>Read Zimit archives you create yourself with <a href="https://youzim.it" target="_blank" rel="noopener">youzim.it</a>
<li>Open a new browsable tab or window</li>
<li>In-page searching and highlighting</li>
<li>Title and URL search with wildcards .* or regexes</li>
<li>Alphabetical index of all articles in archive (type space in search field)</li>
<li>Find assets by URL in ZIM archive by prefixing namespace (or type space + / in search)</li>
<li>Printing articles (with optional filtering for Wikipedia articles)</li>
<li>Transform Wikipedia layout from mobile to desktop style and vice versa</li>
<li>Download and save content from ZIM</li>
<li>Support full-screen and orientation lock in most browsers and frameworks</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 9311007

Please sign in to comment.