From d3dfd9ce5762628eef2500a559dcb83e838f715a Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 18 Mar 2026 00:42:22 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.7.2=20=E2=80=94=20fix=20lig?= =?UTF-8?q?ht=20mode=20contrast=20in=20logs=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(logs): text colors in filter buttons + combo badge now have dark: variants - Bumped version to 2.7.2 - Updated CHANGELOG and openapi.yaml --- CHANGELOG.md | 12 ++++++++++++ docs/openapi.yaml | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c591a52ad5..5add4cf99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ --- +## [2.7.2] — 2026-03-18 + +> Sprint: Light mode UI contrast fixes. + +### 🐛 Bug Fixes + +- **fix(logs)**: Fix light mode contrast in request logs filter buttons and combo badge (#378) + - Error/Success/Combo filter buttons now readable in light mode + - Combo row badge uses stronger violet in light mode + +--- + ## [2.7.1] — 2026-03-17 > Sprint: Unified web search routing (POST /v1/search) with 5 providers + Next.js 16.1.7 security fixes (6 CVEs). diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 5cd953f6c6..d01693f78a 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.7.1 + version: 2.7.2 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 941f39a22d..dba8f4451c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.7.1", + "version": "2.7.2", "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": {