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"