Changelogs for Kiwix JS PWA/Windows 1.7.0

Former-commit-id: b0cd623217ef0630cd287cff4cdac3ddc72dd019 [formerly 8aa724f308ae6be6d342a19d6107e131a3e96e44] [formerly d08dadc1d5c0c1eb36d9c3a871b0530da58d0796] [formerly d4c68c4eb2699ec2a93b2ef2dfe75601d4d829e6 [formerly 50de314dd7c4f0f6d4395b34e418f76efa0ae54a [formerly 005817593cbd62b7da3c249c2e7b4ca4cb4f7685]]]
Former-commit-id: 0f75f80b54f7634e17cf736b97b6e524e985c683 [formerly 0a703c34d3061f37442395bf51cedda7e18f4b69 [formerly 270cd337ab236deb7f598b0892252c651963742d]]
Former-commit-id: 65e3e8a0d2202afaa21de456c9a7fbe32aeea622 [formerly c136a90d88f567c4b67fc32d15b0883ff00dac4d]
Former-commit-id: f2896bc97beb8e07daca6f5d68f69f9197a74b43
This commit is contained in:
Jaifroid 2021-09-04 15:29:13 +01:00
parent 6086156041
commit a76e09db4f
2 changed files with 7 additions and 1 deletions

View File

@ -1,13 +1,16 @@
# Changelog # Changelog
## In-progress release 1.6.2-rc4 ## In-progress release 1.7.0
* ENNHNCEMENT: Added more diagnostic APIs to the API panel in Configuration * ENNHNCEMENT: Added more diagnostic APIs to the API panel in Configuration
* ENHANCEMENT: Added refresh button for picked folder in Configuration (UWP or File System Access API) * ENHANCEMENT: Added refresh button for picked folder in Configuration (UWP or File System Access API)
* ENHANCEMENT: Added some extra directories of useful ZIM archives to Donwload library * 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 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
* UPDATE: Sample ZIM changed to `wikipedia_en_100_nopic_2021-08.zim` in order to reduce app size * 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 * UPDATE: New option to change right click to double right click for opening new window or tab
* FIX: Some app crashes when switching the UWP app to SW mode
* FIX: Printing in SW mode (load all images correctly before printing)
* FIX: Issues with toolbars getting stuck on after searching for text in article * FIX: Issues with toolbars getting stuck on after searching for text in article
* FIX: Better replication of infobox mobile and desktop styles * FIX: Better replication of infobox mobile and desktop styles

View File

@ -123,7 +123,10 @@
<li>Added some extra directories of useful ZIM archives to Donwload library</li> <li>Added some extra directories of useful ZIM archives to Donwload library</li>
<li>Added more diagnostic APIs to the API panel in Configuration</li> <li>Added more diagnostic APIs to the API panel in Configuration</li>
<li>Provide option for image manipulation (saving to disk or opening in new tab via right-click)</li> <li>Provide option for image manipulation (saving to disk or opening in new tab via right-click)</li>
<li>Provide contextual warnings for features that do not work well with active content</li>
<li>New option to change single right click to double right click for opening new window or tab</li> <li>New option to change single right click to double right click for opening new window or tab</li>
<li>Fixed printing in SW mode (all images are now loaded correctly before printing)</li>
<li>Fixed some app crashes when switching to SW mode</li>
<li>Fixed issues with toolbars getting stuck on after searching for text in article</li> <li>Fixed issues with toolbars getting stuck on after searching for text in article</li>
<li>Better replication of infobox mobile and desktop styles</li> <li>Better replication of infobox mobile and desktop styles</li>
</ul> </ul>