From b6826b8afd12039b75558d4009a3efde810a2b01 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 4 Jan 2023 07:28:40 +0000 Subject: [PATCH] Changelog for version 3.7 (#952) --- CHANGELOG.md | 17 +++++++++++++++++ scripts/Publish-Implementation.ps1 | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fec820f..bad71f771 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 *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 +* 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* 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. #