Skip to content

Commit

Permalink
Update changelogs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jan 18, 2025
1 parent a613309 commit b607dd3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Interim release 3.5.2
## Release 3.5.3 / 3.5.4

* ENHANCEMENT: App now prompts user to switch to OPFS on Android and Firefox Desktop
* ENHANCEMENT: App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota
Expand Down
33 changes: 15 additions & 18 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,21 @@ <h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h
<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>
<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>Disabled reload protection if app has persistent access to storage via FSA API</li>
<li>Prominent "Download now" button in library if OPFS is enabled</li>
<li>Better styling for popovers in dark mode</li>
<li>If main Kiwix download server is inaccessible, app now provides a list of mirrors</li>
<li>Popovers now take into account the zoom factor on latest browsers with new support for `zoom`</li>
<li>PWA can now update without user having to exit the app (with user gesture or automatically in Electron)</li>
<li>If user hasn't dismissed the splashscreen then it is shown again after a refresh</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>
</div>
</div>
Expand Down

0 comments on commit b607dd3

Please sign in to comment.