Update ChangeLog

This commit is contained in:
decolua
2026-04-28 17:39:31 +07:00
parent 8f81363675
commit 10e24a1c95
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
# v0.4.8 (2026-04-28)
## Features
- Add Web Search & Web Fetch providers with Combo support — chain multiple search/fetch providers as a single virtual provider
- Add Cloudflare AI provider support
- Add provider filter and expiry sorting to quota dashboard (#769)
## Improvements
- Proxy-aware token refresh across executors (Antigravity, Base, Default, Github, Kiro)
## Fixes
- Fix granular `reasoning_effort` handling for Claude models on Copilot & Anthropic backend (#791)
- Fix Antigravity INVALID_ARGUMENT errors and Copilot agent mode parity
- Fix quota reset timestamp parsing (#768)
# v0.4.6 (2026-04-25)
## Features

View File

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