diff --git a/CHANGELOG.md b/CHANGELOG.md index ba15816f..a19159e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ ## Release 1.8.6 * UPDATE: Sample archive updated to `wikipedia_en_100_nopic_2021-12` +* ENHANCEMENT: Service Worker mode is now the default in contexts or frameworks that natively support it +* ENHANCEMENT: Option to reset app to defaults in Expert settings * ENHANCEMENT: Assets cache and app cache are now separated, so assets persist after update * ENHANCEMENT: New persistent caching of ZIM assets that are not provided in file system singinficantly improves performance * ENHANCEMENT: Automatically choose best available caching technology: Cache API, IndexedDB, Local Storage or memory * ENHANCEMENT: New Cache API info panel in Configuration, and option to stop using and empty the cache +* FIX: Set headers properly when caching Fetch responses in JQuery mode * FIX: Regression whereby blue image placeholders were not shown in jQuery mode when user turns off image display * FIX: Bug whereby upgrade alert was triggered by caches from other apps on the same domain diff --git a/www/index.html b/www/index.html index c8524006..b52e69fa 100644 --- a/www/index.html +++ b/www/index.html @@ -121,8 +121,9 @@
  • New persistent caching of ZIM assets that are not provided in file system
  • App selects best available caching technology: Cache API, IndexedDB, Local Storage or memory
  • New Cache API info panel in Configuration, and option to stop using and empty the cache
  • +
  • Option to reset app to defaults in Expert settings
  • Fix regression whereby blue image placeholders were not shown in jQuery mode when user turns off image display
  • -
  • Fix bug whereby upgrade alert was triggered by caches from other apps on the same domain
  • +
  • Fix regression with Electron file handling causing previously picked archive to be forgotten
  • Full changelog...