From f9e68631d116719b6920bdbd438b1607ebf39c8a Mon Sep 17 00:00:00 2001 From: decolua Date: Thu, 21 May 2026 12:31:30 +0700 Subject: [PATCH] # v0.4.58 (2026-05-21) ## Features - xAI Grok provider (OAuth, API key, image) - Provider limits: paginated accounts with page size controls ## Fixes - Tailscale: fix connection status on Windows (#1300) - Tunnel: fix false "checking" when tunnel URL is reachable - Stream: fix pipe errors on client disconnect/abort --- CHANGELOG.md | 11 +++++++++++ cli/package.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b844e8ce..b813f962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.4.58 (2026-05-21) + +## Features +- xAI Grok provider (OAuth, API key, image) +- Provider limits: paginated accounts with page size controls + +## Fixes +- Tailscale: fix connection status on Windows (#1300) +- Tunnel: fix false "checking" when tunnel URL is reachable +- Stream: fix pipe errors on client disconnect/abort + # v0.4.55 (2026-05-18) ## Features diff --git a/cli/package.json b/cli/package.json index 097f4090..84a3639b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "9router", - "version": "0.4.55", + "version": "0.4.58", "description": "9Router CLI - Start and manage 9Router server", "bin": { "9router": "./cli.js" diff --git a/package.json b/package.json index f063e700..b2105fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.4.55", + "version": "0.4.58", "description": "9Router web dashboard", "private": true, "scripts": {