From f45195e1c91417b0eef4e4f54046675b01a07c60 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 21 Nov 2020 11:23:01 +0000 Subject: [PATCH] Update changelogs for new release # Conflicts: # CHANGELOG.md # www/index.html Former-commit-id: 5c0e22c7739b48be92ea84f9af681f966759eb5b [formerly 43b29fe9c29769b7079cd3576cae654ca1497eb0 [formerly 4115aa8ab8c6c008f9fbb8fccddcc55bd74defef]] Former-commit-id: 68231d67b2208e2460d2a4e040fa54aac0cac6b5 Former-commit-id: 1da55aa2ae7ca7a61088ad6863ca83d436f635ab --- CHANGELOG.md | 8 ++++---- www/index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959a7b26..8e4ff226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Changelog -## Release 1.0.1 WikiMed +## Release 1.1.0 -* UPDATE: Packaged ZIM updated to `wikipedia_en_medicine_maxi_2020-10.zim` * UPDATE: App now supports newest archives encoded with ZSTD compression -* UPDATE: App is no longer in beta! +* UPDATE: WebP support (via polyfill) for older browsers including Windows Mobile * ENHANCEMENT: Decompression speed gains with ZSTD * ENHANCEMENT: Allow use of keyboard to select archive from archive list * ENHANCEMENT: Option to display articles with all sections open or closed * ENHANCEMENT: Use Native File System API in PWA version -* ENHANCEMENT: Support launching Electron app from shortcut * ENHANCEMENT: Better error reporting in console log * ENHANCEMENT: Improved block cache and faster conversion of file slice to blob +* FIX: Prevent erroneous display of Active Content Warning with ZSTD archives +* FIX: Reduce some cross-origin errors * FIX: Prevent archive list from jumping to wrong archive on click * FIX: Critical error on load if packaged archive name has changed * FIX: Download links are no longer erroneously cached by the Service Worker diff --git a/www/index.html b/www/index.html index b4a43d70..b7a5dafb 100644 --- a/www/index.html +++ b/www/index.html @@ -112,7 +112,7 @@

Changes in version 1.0

Full changelog...