diff --git a/CHANGELOG.md b/CHANGELOG.md index 21030ea1..8149a9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v0.4.19 (2026-05-07) + +## Features +- Add OllamaLocalExecutor cho local Ollama provider +- Add audio input support cho Gemini translation +- Add configurable tunnel transport protocols +- Add model deselection trong ComboFormModal & ComboDetailPage +- ComboFormModal/BaseUrlSelect: cloud endpoint option, custom URL local state, default first option +- New API: `/v1/audio/voices`, `/v1/models/info`; `/v1/models` filter disabled models +- CLI tool cards refactor dùng BaseUrlSelect + +## Fixes +- Fix compatible provider API key setup +- Fix usage: filter `totalRequests` theo time period đã chọn +- Fix Kiro IDE MITM handler bugs (AWS CodeWhisperer translation) +- geminiHelper: `ensureObjectType` cho schemas có properties nhưng thiếu type +- initializeApp: guard tunnel/tailscale auto-resume once-per-process + # v0.4.18 (2026-05-05) ## Features diff --git a/package.json b/package.json index 19c29496..0f010d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.4.18", + "version": "0.4.19", "description": "9Router web dashboard", "private": true, "scripts": {