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": {