# 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:
11
CHANGELOG.md
11
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "9router-app",
|
||||
"version": "0.4.55",
|
||||
"version": "0.4.58",
|
||||
"description": "9Router web dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user