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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.06.05"
__version__ = "26.06.06"