Changelogs

Former-commit-id: 6956046ec902cc93f30bd938edb5bfd729d08be1 [formerly b4637cbd471175615cfca4b58ca4166e14382c35 [formerly 1c3e57465cd88adc5ccdac944722747582126496]]
Former-commit-id: f26233eb94799ae3a8c48efa661f575afd24341f
Former-commit-id: d66bb5496897c9811b98554bd6be04b3de720e8f
This commit is contained in:
Jaifroid 2021-07-24 13:09:33 +01:00
parent 1b0a20f8da
commit c21c385448
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* ENHANCEMENT: The app can now take advantage of native Promises (faster than Q)
* ENHANCEMENT: Decompressors now loaded as fast binary WASM modules if the brower supports WebAssembly
* EXPERIMENTAL: Intalled PWA can now be opened offline when double-clicking ZIM archive (depends on File Handling API)
* FIX: More displaced hatnotes corrected
* FIX: Style injection code that would (rarely) cause an exception on some ZIM types

View File

@ -120,6 +120,7 @@
<ul style="padding-left: 15px;">
<li>The app can now take advantage of native Promises, speeding up intensive searches considerably</li>
<li>Decompressors now loaded as fast binary WASM modules if the brower supports WebAssembly</li>
<li>Intalled PWA can now be opened offline when double-clicking ZIM archive (depends on File Handling API)</li>
<li>More displaced hatnotes are now corrected</li>
<li>Fixed style injection code that would (rarely) cause an exception on some ZIM types</li>
</ul>