From 8fb123d825c8b3b46bd0102d85e4d5a270808bb1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 24 Dec 2025 11:52:38 +0100 Subject: [PATCH] chore: release v0.0.3 ## Summary This release adds support for fuzzy matching in the search interface. If one of the entered search terms yields no results, that search term is automatically matched fuzzily against all known terms in the index. This allows for more flexible searching, accommodating typos and variations in spelling. Fuzzy search is currently experimental. If you have feedback or encounter any issues, please let us know! ### Highlights - Add fuzzy search support for terms that yield no results - Improve tooltip behavior on touch devices Signed-off-by: squidfunk --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70f92a13..dfe61f57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 448ed216..652cc582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.2", + "version": "0.0.3", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",