From 5fd56207cf5b3928988ac76e0d5db464da825cde Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 29 Apr 2026 01:11:33 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.7.5=20=E2=80=94=20integrat?= =?UTF-8?q?e=20ngrok=20tunnel=20and=20fix=20models=20filter=20(#1753,=20#1?= =?UTF-8?q?752)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ docs/openapi.yaml | 2 +- electron/package.json | 2 +- llm.txt | 4 ++-- open-sse/package.json | 2 +- package-lock.json | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0311e61be1..de135439f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### ✨ New Features + +- **feat(tunnels):** integrate native ngrok tunnel support with dashboard UI parity (#1753) + ### 🐛 Bug Fixes - **fix(models):** apply blocked providers filter to non-chat catalog models (image, embedding, audio, etc.) (#1752) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index ccf1626744..40a309b584 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 3.7.4 + version: 3.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/electron/package.json b/electron/package.json index 7a023263f8..cb06672579 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "omniroute-desktop", - "version": "3.7.4", + "version": "3.7.5", "description": "OmniRoute Desktop Application", "main": "main.js", "author": { diff --git a/llm.txt b/llm.txt index 99ba91f792..5903d37c52 100644 --- a/llm.txt +++ b/llm.txt @@ -8,7 +8,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo **Key value:** One endpoint (`http://localhost:20128/v1`), unlimited models, zero downtime, minimal cost. -**Current version:** 3.7.4 +**Current version:** 3.7.5 ## Tech Stack @@ -279,7 +279,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo └── .env.example # Environment variable template ``` -## Key Features (v3.7.4) +## Key Features (v3.7.5) ### Core Proxy - **160+ AI providers** with automatic format translation diff --git a/open-sse/package.json b/open-sse/package.json index 4d7bf34fe6..b57e8dec92 100644 --- a/open-sse/package.json +++ b/open-sse/package.json @@ -1,6 +1,6 @@ { "name": "@omniroute/open-sse", - "version": "3.7.4", + "version": "3.7.5", "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 dfab87f3b1..a22ea08b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15214,7 +15214,7 @@ }, "open-sse": { "name": "@omniroute/open-sse", - "version": "3.7.4" + "version": "3.7.5" } } }