chore: update 0.5.17 changelog with all merged PRs since 0.5.16 (#633)

Expand changelog from 5 to 25 entries covering all changes:
comic theme, kanban parity, model visibility, TTS settings,
Windows/Termux compat, YAML parsing, gateway ownership, etc.

Also backfill zh-TW locale with missing keys (changelog, model
visibility, TTS rate/pitch).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-11 22:15:41 +08:00
committed by GitHub
parent a68b9bf01f
commit 7b781b4f42
10 changed files with 215 additions and 0 deletions
+20
View File
@@ -1060,8 +1060,28 @@ export default {
new_0_5_17_1: 'Full Windows compatibility: path handling, process management, terminal, log parsing',
new_0_5_17_2: 'Refactor Gateway process management with cross-platform start/stop/health-check',
new_0_5_17_3: 'Fix plugin discovery on Termux by parsing hermes shebang to locate Python',
new_0_5_17_4: 'Tolerate duplicate YAML keys in config parsing',
new_0_5_17_5: 'Improve auth lock window and dev shutdown flow',
new_0_5_17_6: 'Add Chinese (ZCOOL KuaiLe), Japanese (Zen Maru Gothic), Korean (Gaegu) handwritten fonts for Comic theme',
new_0_5_17_7: 'Add Comic/doodle theme style',
new_0_5_17_8: 'Change license to BSL-1.1',
new_0_5_17_9: 'Add read-only Hermes plugins page',
new_0_5_17_10: 'Convert image uploads to base64 multimodal format',
new_0_5_17_11: 'Fix Kanban board selection and isolation',
new_0_5_17_12: 'Add voice playback settings with 4-provider TTS support',
new_0_5_17_13: 'Lower context compression message threshold from 200 to 150',
new_0_5_17_14: 'Fix Web UI self-update restart logic',
new_0_5_17_15: 'Fix opencode-zen and opencode-go shared env var causing config coupling',
new_0_5_17_16: 'Add Traditional Chinese (zh-TW) language support',
new_0_5_17_17: 'Support managing visible models in Web UI',
new_0_5_17_18: 'Kanban: complete task action chain (comments, logs, assign, dispatch) with capability boundaries',
new_0_5_17_19: 'Fix provider auth entries not cleared on delete',
new_0_5_17_20: 'Fix Codex credential-pool auth recognition',
new_0_5_17_21: 'Add Edge TTS rate/pitch sliders to voice settings',
new_0_5_17_22: 'Config YAML duplicate keys no longer crash parsing',
new_0_5_17_23: 'Gateway port ownership now based on PID file, preventing cross-profile port hijacking',
new_0_5_17_24: 'History page now shows Cron session records',
new_0_5_17_25: 'Fix language switch and theme icons squeezed in collapsed sidebar',
new_0_5_13_1: 'Add message queue for sequential run processing to prevent concurrent request conflicts',
new_0_5_13_2: 'Support two-level skills directory structure with misc category for flat skills',
new_0_5_13_3: 'Filter out ephemeral sessions during startup sync to avoid importing internal sessions',