From 146a4917699a07ddbb4fc10fd40ab9a1c74986ca Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 18 Mar 2026 14:52:05 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.7.5=20=E2=80=94=20login=20U?= =?UTF-8?q?X=20+=20Windows=20CLI=20healthcheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(ux): show default password hint on login page (#437) - fix(cli): spawn shell:true on Windows for .cmd CLI resolution (#447) --- CHANGELOG.md | 11 +++++++++++ docs/openapi.yaml | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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": {