diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c92e5..96b1918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ WASM binary (`libzim.a`) from scratch, but from version 0.1, we have been using ASM applications. Release packages can be obtained from [Releases](https://github.com/openzim/javascript-libzim/releases) or from https://download.openzim.org/release/javascript-libzim/. +## Javascript Libzim v0.95 (2026-08-06) + +* Build W/ASM from libzim 9.8.1 souce code (https://download.openzim.org/release/libzim/libzim_wasm-emscripten-9.8.1.tar.gz) +* Make APIs for `search` and `searchWithSnippets` compatible +* Update prototype with new search API builds +* Add prominent warning about API instability +* Update release and nightly uploads for new location +* Migrate to org-level KIWIX_FILE_UPLOAD_SSH_KEY secret +* Extensively rework makefile to accommodate source build of latest libzim +* Make source patching fail loudly +* Correct languages whitelist for stemming module override +* Download release assets as binaries, not as JSON metadata (for upload to OpenZIM) +* Security update for many dependencies + ## Javascript Libzim v0.9 (2025-06-08) * Build W/ASM from libzim 9.3.0 source code (https://download.openzim.org/release/libzim/libzim-9.3.0.tar.xz)