Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to SearchMob Desktop are documented here. The version scheme is Ubuntu-style
`YY.MM.VV` and releases are tagged `vYY.MM.VV`.

## Unreleased
## 26.05.11 — 2026-05-31

### Changed
- **The MCP `web_search` tool now runs in a dedicated, hardened "agent" scope.** Results handed to a
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ follow_imports = "skip"
[tool.briefcase]
project_name = "SearchMob Desktop"
bundle = "com.flintwave"
version = "26.05.10"
version = "26.05.11"
url = "https://github.com/FlintWave/SearchMob-Desktop"
author = "FlintWave"
author_email = "flintwave@tuta.com"
Expand Down
2 changes: 1 addition & 1 deletion src/searchmob_desktop/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.05.10"
__version__ = "26.05.11"