diff --git a/CHANGELOG.md b/CHANGELOG.md index bb686df0cc..4eb1e8d3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ --- +## [2.7.5] — 2026-03-18 + +> Sprint: UX improvements and Windows CLI healthcheck fix. + +### 🐛 Bug Fixes + +- **fix(ux)**: Show default password hint on login page — new users now see `"Default password: 123456"` below the password input (#437) +- **fix(cli)**: Claude CLI and other npm-installed tools now correctly detected as runnable on Windows — spawn uses `shell:true` to resolve `.cmd` wrappers via PATHEXT (#447) + +--- + ## [2.7.4] — 2026-03-18 > Sprint: Search Tools dashboard, i18n fixes, Copilot limits, Serper validation fix. diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 6c59e96ed7..10e6ddcf80 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.7.4 + version: 2.7.5 description: | OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible endpoint that routes requests to multiple AI providers with load balancing, diff --git a/package.json b/package.json index 720c8d17ab..9046038b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.7.4", + "version": "2.7.5", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {