From e6d9d5926ae2ee3e992aa294198f64d16837a93f Mon Sep 17 00:00:00 2001 From: FlintWave Date: Thu, 2 Jul 2026 16:34:16 -0700 Subject: [PATCH] chore(release): 26.07.01 Bump the version to 26.07.01 and date the CHANGELOG section covering the Google-style search operators, the served-page security hardening (CSRF Origin: null fix, CSP/no-store/Permissions-Policy, constant-time + header-based network token), and the Material 3 served UI. Co-Authored-By: Claude Fable 5 --- 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 7cfe0f7..45bc166 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.07.01 — 2026-07-02 + ### Added - **Google-style search operators.** `"exact phrase"`, `-term`, `site:` / `-site:`, `intitle:`, `inurl:`, `filetype:` (or `ext:`), `before:` / `after:` dates, and `OR`. Operators the upstream diff --git a/pyproject.toml b/pyproject.toml index 5790efd..532766f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ follow_imports = "skip" [tool.briefcase] project_name = "SearchMob Desktop" bundle = "com.flintwave" -version = "26.06.07" +version = "26.07.01" 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 527b3e4..3654d38 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.07" +__version__ = "26.07.01"