From c11c5a866d4eeacf958c51ec91fc6bb34ebe97d6 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 16 Apr 2026 08:36:59 -0300 Subject: [PATCH] chore(release): v3.6.7 --- CHANGELOG.md | 13 +++++++++++++ docs/openapi.yaml | 2 +- electron/package.json | 2 +- open-sse/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6032187f86..6791a35c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ --- +## [3.6.7] — 2026-04-16 + +### ✨ New Features + +- **feat(i18n):** Add internationalization support for combo features and dashboard components; sync translations across 31 keys (#1318) + +### 🐛 Bug Fixes + +- **fix(cli):** Resolve Node 22 TS entrypoint incompatibility by using esbuild compilation (#1315) +- **fix(chat):** Preserve max_output_tokens for Responses API targets in chatCore sanitization (#1313) +- **fix(api):** API Manager usage stats showing 0 for all registered keys (#1310) +- **fix(dashboard):** Auto-scroll ActivityHeatmap to show current date (#1309) + ## [3.6.6] — 2026-04-15 ### ✨ New Features diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 898f507efb..d608323f5a 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 3.6.6 + version: 3.6.7 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/electron/package.json b/electron/package.json index dda6a100b9..6ee0649e06 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "omniroute-desktop", - "version": "3.6.6", + "version": "3.6.7", "description": "OmniRoute Desktop Application", "main": "main.js", "author": { diff --git a/open-sse/package.json b/open-sse/package.json index 06de1ec9fe..643ea73fd3 100644 --- a/open-sse/package.json +++ b/open-sse/package.json @@ -1,6 +1,6 @@ { "name": "@omniroute/open-sse", - "version": "3.6.6", + "version": "3.6.7", "description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration", "type": "module", "main": "index.js", diff --git a/package-lock.json b/package-lock.json index 5171cc4a6e..0f60997a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "3.6.6", + "version": "3.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "3.6.6", + "version": "3.6.7", "hasInstallScript": true, "license": "MIT", "workspaces": [ @@ -20962,7 +20962,7 @@ }, "open-sse": { "name": "@omniroute/open-sse", - "version": "3.6.6" + "version": "3.6.7" } } } diff --git a/package.json b/package.json index 45813fd6b8..4be879cbc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "3.6.6", + "version": "3.6.7", "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": {