Update change log

This commit is contained in:
decolua 2026-05-16 12:40:02 +07:00
parent b90e21cff2
commit 30ff4e3fb0
2 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,21 @@
# v0.4.49 (2026-05-16)
## Features
- Add Kiro provider support: full request/response translation, live model listing, reasoning content support
- Add `buildOutput` RTK filter with autodetect for npm/yarn/cargo build logs
- Add MITM warning notification in tray and dashboard
## Improvements
- Add modalities (input/output) to model configuration for OpenCode
- Fix tray hide-to-tray: keep current process alive instead of spawning detached child (fixes macOS NSStatusItem ghost icon)
- Fix tray kill: graceful shutdown with SIGTERM/SIGKILL escalation
- Fix SIGHUP handling so macOS terminal close doesn't kill tray process
- Hide deprecated providers (qwen, iflow, antigravity)
- Update i18n across 32 languages
## Fixes
- Fix model check (test-models) blocked by dashboardGuard: pass machineId-based CLI token in internal self-calls
# v0.4.46 (2026-05-15)
## Breaking Changes

View file

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