breadbox/breadbox-shared
Breadway eaf3fdc93f
All checks were successful
Mirror to GitHub / mirror (push) Successful in 5s
release / build (push) Successful in 1m16s
Build and publish package / package (push) Successful in 1m59s
0.2.6: search placeholder text, tighten fuzzy-match noise
Search entry's placeholder read "breadbox" -- the app's own name --
easily mistaken for an already-typed query. Now reads "Search apps...".

Bare-subsequence matching (e.g. "zen" matching "Avahi Zeroconf Browser"
via z...e...n) surfaced alongside real name-based hits like "Zen
Browser". The filter now hides subsequence-only rows whenever a
stronger, name-based match exists elsewhere in the results -- that kind
of noise now only shows up when it's the best any entry can do.

Note: bumping to 0.2.6, not 0.2.5 -- Cargo.toml had drifted one release
behind the actual latest tag (v0.2.5 already existed).
2026-07-05 09:15:42 +08:00
..
src feat: rank search results by match quality and launch frequency 2026-06-07 14:35:06 +08:00
Cargo.toml 0.2.6: search placeholder text, tighten fuzzy-match noise 2026-07-05 09:15:42 +08:00