Changelogs

Former-commit-id: c21c385448c351838bfea3e91e9e2c00d8afca19 [formerly d66bb5496897c9811b98554bd6be04b3de720e8f] [formerly f26233eb94799ae3a8c48efa661f575afd24341f] [formerly 6956046ec902cc93f30bd938edb5bfd729d08be1 [formerly b4637cbd471175615cfca4b58ca4166e14382c35 [formerly 1c3e57465cd88adc5ccdac944722747582126496]]]
Former-commit-id: 0ac2fb8bd6afed427305b2952ea53eab5fafdddb [formerly 2f48214f380b32dc738f72ef1dc2abdafe48ac81 [formerly 199162ffa146573952b26755ecb328ab2fe5b450]]
Former-commit-id: bdc11845c1d379af55b8dfeb0824c1493cd6335b [formerly 21cc141a649adc83d9d90c4713793f6d4e3eea7f]
Former-commit-id: ef5418841a95dc9a26206b2cf5a7e13379a34be9
This commit is contained in:
Jaifroid 2021-07-24 13:09:33 +01:00
parent 3f605e690d
commit e44ed00d04
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>