From ba727c95dea9ad7e4df9b68532a22cb9f8a99756 Mon Sep 17 00:00:00 2001 From: FlintWave Date: Fri, 19 Jun 2026 00:09:06 -0700 Subject: [PATCH] chore(release): 26.06.07 Bumps to 26.06.07 to ship the navigational result-ranking fix (official site on page one): freshness now scales the real relevance score, and a curated allowlist keeps well-known destinations out of the AI-slop filter. Both version.py and the Briefcase version in pyproject.toml are bumped together (guarded by tests/test_version_consistency.py). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- src/searchmob_desktop/version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83777ea..cd039d9 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.07 — 2026-06-19 + ### Fixed - **Searching for a site or tool by name now keeps its official page on the first screen.** Two ranking steps could bury the official site even after it had been ranked first: the freshness diff --git a/pyproject.toml b/pyproject.toml index 68d81aa..f94115b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ follow_imports = "skip" [tool.briefcase] project_name = "SearchMob Desktop" bundle = "com.flintwave" -version = "26.06.06" +version = "26.06.07" url = "https://github.com/FlintWave/SearchMob-Desktop" author = "FlintWave" author_email = "flintwave@tuta.com" diff --git a/src/searchmob_desktop/version.py b/src/searchmob_desktop/version.py index 7916c16..527b3e4 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.06" +__version__ = "26.06.07"