diff --git a/scripts/Kiwix_JS_Windows_E_Release_Body.md b/scripts/Kiwix_JS_Windows_E_Release_Body.md index 3c0eb0b9..cf03d233 100644 --- a/scripts/Kiwix_JS_Windows_E_Release_Body.md +++ b/scripts/Kiwix_JS_Windows_E_Release_Body.md @@ -1,6 +1,6 @@ ## Portable and installable builds of Kiwix JS for Windows XP/Vista/7/8/10/11 and Linux -This is **not** the UWP/Microsoft Store build. If you are using Windows 10 or 11, we strongly recommend [the Kiwix JS UWP release](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html), which will keep itself up-to-date automatically. These portable and installable versions run on the included [Electron platform](https://www.electronjs.org/) version 10.4.0 and [NWJS](https://nwjs.io/) 0.54.0 (Win7/8/10/11) or 0.14.7 (XP/Vista). +This is **not** the UWP/Microsoft Store build. If you are using Windows 10 or 11, we strongly recommend [the Kiwix JS UWP release](https://kiwix.github.io/kiwix-js-windows/kiwix-js-uwp.html), which will keep itself up-to-date automatically. These portable and installable versions run on the included [Electron platform](https://www.electronjs.org/) version 10.4.0 and [NWJS](https://nwjs.io/) 0.57.0 (Win7/8/10/11) or 0.14.7 (XP/Vista). They are packaged with the <> sample ZIM of the top 100 Wikipedia articles in English, `<>`. These builds will run on 32bit and 64bit editions of Windows or Linux (tested on Ubuntu, Debian and OpenSUSE - but see instructions below). @@ -12,6 +12,7 @@ Choose the correct build: + Windows XP/Vista - [kiwix_js_windows-XP-<>N-win-ia32.zip](https://github.com/kiwix/kiwix-js-windows/releases/download/v<>/kiwix_js_windows-XP-<>N-win-ia32.zip) (NWJS) - **Installable** (signed NSIS installer) + Windows 7/8/10/11 - [Kiwix JS Windows Setup <>-E.exe](https://github.com/kiwix/kiwix-js-windows/releases/download/v<>/Kiwix.JS.PWA.Setup.<>-E.exe) (Electron) + + Alternatively, run `winget install kiwix-electron` in a Windows 10/11 Terminal / Cmd / PowerShell prompt * **Linux**: - **Portable** + AppImage 64bit (Ubuntu, Debian, OpenSUSE) - [Kiwix JS PWA-<>-E.AppImage](https://github.com/kiwix/kiwix-js-windows/releases/download/v<>/Kiwix.JS.PWA-<>-E.AppImage) (Electron) @@ -49,4 +50,5 @@ There is no installation required for the Portable versions. NONE of these build * INCONSISTENCY: When printing in jQuery mode, all sections are opened before printing (if the user had closed any), whereas in SW mode, closed sections are not opened before printing, if they were closed; * On the XP build with some recent ZIMs (not the packaged one), __there is a CSS error in rendering the landing page of this ZIM__, due to the age of the Chromium build included in the runtime package. However, you can access all articles by __pressing a space in the search box__; * If you download an archive from within the app (from Configuration), you will be able to pick a download directory, and the download will start, but then there will be no further indication that a download is in progress. You will need to check the chosen download directory to see if the download has completed; +* Image manipulation (e.g. saving image to disk) does not currently work with the NWJS app; * Please see https://github.com/kiwix/kiwix-js-windows/issues for further known issues. If you find a new issue, please open a new issue on that page.