# 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
This commit is contained in:
decolua
2026-05-21 12:31:30 +07:00
parent 6b0dc09239
commit f9e68631d1
3 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
{
"name": "9router-app",
"version": "0.4.55",
"version": "0.4.58",
"description": "9Router web dashboard",
"private": true,
"scripts": {