From 17efd902284f850b100f0f847de08990a3da59b0 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 3 Jan 2023 13:30:09 +0000 Subject: [PATCH 1/3] Changelog for version 3.7 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fec820f..6014453ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ Please note that this application has changed its name over time. It was first called Evopedia (and was using the file format of Evopedia). Then it was renamed Kiwix-html5 (and uses ZIM files), and then again was renamed to Kiwix-JS. +## Kiwix-JS v3.7.0 + +Released on *TODO* + +* FEATURE: Full-text search is now available in modern Firefox and Chromium if your ZIM archive has an ft index +* NEW: The API panel in Configuration now informs you if full-text searching is available for your ZIM and platform +* NEW: A new ZIM metadata property added in backend to show whether the loaded archive has an ft index +* NEW: Added code to initialize the new javascript-libzim W/ASM if needed +* UPDATE: Documentation updated to reflect the full-text searching capability +* UPDATE: Renamed the GitHub Repository 'master' branch to 'main' +* UPDATE: Changed some hard-coded values in build script to dynamic +* UPDATE: Provide a Workflow dispatch option to set the build version number +* UPDATE: Release packages that do not need to be signed are now automatically uploaded to the release server +* CLEANUP: Many deprecated JQuery statements have been converted to native DOM equivalents, speeding up code +* CLEANUP: Removed most usage of .innerHTML in the code +* FIX: Tweaks to Wikimedia dark theme for greater compatibility with LaTeX images + ## Kiwix-JS v3.6.0 Released on *2022-12-11* From 83e513e66ad34c0025d6b3cee910300a6bad0621 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 3 Jan 2023 16:15:43 +0000 Subject: [PATCH 2/3] Correct minor typo --- scripts/Publish-Implementation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Publish-Implementation.ps1 b/scripts/Publish-Implementation.ps1 index f07d9e3cf..e65af47f1 100644 --- a/scripts/Publish-Implementation.ps1 +++ b/scripts/Publish-Implementation.ps1 @@ -1,5 +1,5 @@ # This is a utility script which helps developers choose sensible values for publishing the implementation of this app -# to GitHub Pages, or to eh docker container. It is useful for testing and developing code in a specific branch. It checks +# to GitHub Pages, or to the docker container. It is useful for testing and developing code in a specific branch. It checks # app.js and service-worker.js for consistency, and checks that the underlying branch of a PR has been checked out # (rather than the PR itself). It then calls the GitHub REST API for dispatching the workflow using the provided values. # From 52e8c5d839d131d9150d924d64844d998df4d596 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 3 Jan 2023 16:17:01 +0000 Subject: [PATCH 3/3] Add projected release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6014453ed..bad71f771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Then it was renamed Kiwix-html5 (and uses ZIM files), and then again was renamed ## Kiwix-JS v3.7.0 -Released on *TODO* +Released on *2023-01-04* * FEATURE: Full-text search is now available in modern Firefox and Chromium if your ZIM archive has an ft index * NEW: The API panel in Configuration now informs you if full-text searching is available for your ZIM and platform