Skip to content

Commit 9311007

Browse files
committed
Correct changelog
1 parent 8d67fba commit 9311007

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

www/index.html

+24-16
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@ <h3>Please read this important information</h3>
102102
<div id="update" class="update">
103103
<h3 style="margin-top:0;">Changes in version <span class="version">3.0</span></h3>
104104
<ul style="padding-left: 15px;">
105-
<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>
106-
<li>If the Kiwix download server is inaccessible, app now offers a list of mirrors</li>
107-
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
108-
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
109-
<li>Prevent accidental app reload if an archive is loaded</li>
110-
<li>Add option in Configuration to disable accidental reload protection</li>
111-
<li>Fix failure to display articles from links clicked in popovers</li>
112-
<li>Remove unused scripts from Wikimedia ZIMs scraped with mobile-html API</li>
113-
<li>Fix build of Win7 32bit app with wrong Electron version and block autoupdate</li>
114-
<li>Update Express server and dependencies</li>
115-
</ul>
116-
<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>
117-
</div>
118-
<div id="features">
119-
<h3>Features in Version 3.x</h3>
120-
<ul style="padding-left:15px;">
121105
<li>App now prompts user to switch to OPFS on Android and Firefox Desktop</li>
122106
<li>App now uses OPFS Persistent Storage on Firefox for greatly increased Storage quota</li>
123107
<li>Prevent accidental app reload if an archive is loaded</li>
@@ -134,6 +118,30 @@ <h3>Features in Version 3.x</h3>
134118
<li>Fix build of Win7 32bit app with wrong Electron version and block autoupdate</li>
135119
<li>Reset options are now in separate module to avoid circular dependencies</li>
136120
</ul>
121+
<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>
122+
</div>
123+
<div id="features">
124+
<h3>Features in Version 3.x</h3>
125+
<ul style="padding-left:15px;">
126+
<li>Support for all known ZIM types from Wikipedia 0.5 to Zimit v2</li>
127+
<li>Huge range of supported browsers and frameworks</li>
128+
<li>Full-text searching of ZIM contents using <a href="https://github.com/openzim/javascript-libzim" target="_blank" rel="noopener">javascript-libzim</a></li>
129+
<li>Cutting-edge Origin Private File System support with best-available fallbacks</li>
130+
<li>Built-in DarkReader support for nearly all ZIM types</li>
131+
<li>Use multiple ZIM archives simultaneously with File Handling API</li>
132+
<li>ZIM content is loaded in a secure sandbox for your protection</li>
133+
<li>Download ZIM archives in-app and display download progress</li>
134+
<li>Read Zimit archives you create yourself with <a href="https://youzim.it" target="_blank" rel="noopener">youzim.it</a>
135+
<li>Open a new browsable tab or window</li>
136+
<li>In-page searching and highlighting</li>
137+
<li>Title and URL search with wildcards .* or regexes</li>
138+
<li>Alphabetical index of all articles in archive (type space in search field)</li>
139+
<li>Find assets by URL in ZIM archive by prefixing namespace (or type space + / in search)</li>
140+
<li>Printing articles (with optional filtering for Wikipedia articles)</li>
141+
<li>Transform Wikipedia layout from mobile to desktop style and vice versa</li>
142+
<li>Download and save content from ZIM</li>
143+
<li>Support full-screen and orientation lock in most browsers and frameworks</li>
144+
</ul>
137145
</div>
138146
</div>
139147
</div>

0 commit comments

Comments
 (0)