diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a616f78..12ba4e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * ENHANCEMENT: Added some extra directories of useful ZIM archives to Donwload library * ENHANCEMENT: Provide option to allow image manipulation (saving to disk or opening in new tab) * ENHANCEMENT: Provide contextual warnings for features that do not work well with dynamic content +* ENHANCEMENT: Added help section in About concerning link handling, dynamic content, new windows, etc. +* ENHANCEMENT: Verbose tooltips provided for several options in Configuration * UPDATE: Sample ZIM changed to `wikipedia_en_100_nopic_2021-08.zim` in order to reduce app size * UPDATE: New option to change right click to double right click for opening new window or tab * FIX: Issue preventing correct parsing of ZIM archive path in some contexts in SW mode diff --git a/www/index.html b/www/index.html index d33e2d01..50eb10f5 100644 --- a/www/index.html +++ b/www/index.html @@ -124,6 +124,8 @@
  • Added more diagnostic APIs to the API panel in Configuration
  • Provide option for image manipulation (saving to disk or opening in new tab via right-click)
  • Provide contextual warnings for features that do not work well with active content
  • +
  • Added help section in About concerning link handling, dynamic content, new windows, etc.
  • +
  • Verbose tooltips provided for several options in Configuration
  • New option to change single right click to double right click for opening new window or tab
  • Fixed issue preventing correct parsing of ZIM archive links in some contexts in SW mode
  • Fixed printing in SW mode (all images are now loaded correctly before printing)