From 30ff4e3fb0c4abaa39de6d02dbab38f02d11334c Mon Sep 17 00:00:00 2001 From: decolua Date: Sat, 16 May 2026 12:40:02 +0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d502f3d..071bbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2beb4cc..b468d5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.4.46", + "version": "0.4.49", "description": "9Router web dashboard", "private": true, "scripts": {