From c3a2bd01b7621d3158dafcbbcf95b4f07eef61ee Mon Sep 17 00:00:00 2001 From: decolua Date: Tue, 14 Apr 2026 12:58:31 +0700 Subject: [PATCH] Update version --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772e0bf8..7862d6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.3.90 (2026-04-14) + +## Features +- Add proactive token refresh lead times for providers and Codex proxy management +- Enhance CodexExecutor with compact URL support + +## Improvements +- Enhance Windows Tailscale installation with curl support and fallback to well-known Windows path +- Refactor execSync and spawn calls with windowsHide option for better Windows compatibility + +## Fixes +- Fix noAuth support for providers and adjusted MITM restart settings +- Bug fixes + # v0.3.89 (2026-04-13) ## Improvements diff --git a/package.json b/package.json index 4f7fbdc0..d36f1766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.3.89", + "version": "0.3.90", "description": "9Router web dashboard", "private": true, "scripts": {