From f29adc530140d9767e618804f171c7efa31543fb Mon Sep 17 00:00:00 2001 From: FlintWave Date: Wed, 10 Jun 2026 18:09:25 -0700 Subject: [PATCH] chore(release): 26.06.06 Bug-fix release: navigational/brand search relevance, served empty-scope recovery, and a while-open update re-check. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ src/searchmob_desktop/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd9be3..5afc38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to SearchMob Desktop are documented here. The version scheme ## [Unreleased] +## 26.06.06 — 2026-06-10 + ### Fixed - **Searching for a site or tool by name now surfaces its official page.** A query like a framework or library name that its official site spells with a dot (for example "three.js") was scored as if diff --git a/src/searchmob_desktop/version.py b/src/searchmob_desktop/version.py index e624cca..7916c16 100644 --- a/src/searchmob_desktop/version.py +++ b/src/searchmob_desktop/version.py @@ -3,4 +3,4 @@ # Ubuntu-style scheme matching the Android app: YY.MM.VV (two-digit year, # month, and per-month build). First desktop release is 26.05.00. Bump # manually each release; hatchling reads __version__ from this file. -__version__ = "26.06.05" +__version__ = "26.06.06"