Skip to content

Commit

Permalink
Incorrect spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Feb 24, 2024
1 parent 8e00e93 commit 29852ac
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,42 +111,42 @@ <h3>Please read this important information</h3>
<div id="update" class="update">
<h3 style="margin-top:0;">Changes in version <span class="version">2.0</span></h3>
<ul style="padding-left: 15px;">
<li>Packaged archive updated to wikivoyage_en_all_maxi_2024-02</li>
<li>Dark mode tri-state switch turns on before turning to auto (should be less confusing)</li>
<li>KNOWN ISSUE: Turning DarkReader on or off may not take effect until the NEXT article is loaded</li>
<li>Added ability to set the localhost server port in the UI of the Electron app</li>
<li>Support Windows on ARM and Linux on ARM for the Electron app</li>
<li>Broken "unclicking" of config and about buttons and return-to-article link</li>
<li>Ensure legacy archive warning and other content warnings remain displayed until dismissed</li>
<li>Enable use of standard dark and invert styles with any archive</li>
<li>Add preview link for all archives that can be displayed in library.kiwix.org</li>
<li>Switching themes no longer attempt to jump back to the article immediately</li>
<li>Fixed regression preventing opening of new windows in UWP desktop app</li>
<li>Add preview link for all archives that can be displayed in library.kiwix.org</li>
<li>Packaged archive updated to wikivoyage_en_all_maxi_2024-02</li>
<li>Dark mode tri-state switch turns on before turning to auto (should be less confusing)</li>
<li>KNOWN ISSUE: Turning DarkReader on or off may not take effect until the NEXT article is loaded</li>
<li>Added ability to set the localhost server port in the UI of the Electron app</li>
<li>Support Windows on ARM and Linux on ARM for the Electron app</li>
<li>Broken "unclicking" of config and about buttons and return-to-article link</li>
<li>Ensure legacy archive warning and other content warnings remain displayed until dismissed</li>
<li>Enable use of standard dark and invert styles with any archive</li>
<li>Add preview link for all archives that can be displayed in library.kiwix.org</li>
<li>Switching themes no longer attempt to jump back to the article immediately</li>
<li>Fixed regression preventing opening of new windows in UWP desktop app</li>
<li>Add preview link for all archives that can be displayed in library.kiwix.org</li>
</ul>
<p><a href="https://github.com/kiwix/kiwix-js-pwa/blob/Kiwix-JS-Wikivoyage/CHANGELOG.md" target="_blank">And there's more! ...<img src="I/s/Icon_External_Link.png"></a></p>
</div>
<div id="features">
<h3>Features in Version 3.x</h3>
<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>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>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>
<li>Download and save content from ZIM</li>
<li>Support full-screen and orientation lock in most browsers and frameworks</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 29852ac

Please sign in to comment.