diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae400f..63b157d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Hermes Web UI -- Changelog +## [v0.50.49] — 2026-04-15 + +### Fixed +- **IME composition** — `isComposing` guard added to every Enter keydown handler so CJK/Japanese/Korean input method users never accidentally send mid-composition (fixes #531). Covers chat composer, command dropdown, session rename, project create/rename, app dialog, message edit, and workspace rename. Adds 3 regression tests. (PR #537 by @vansour) + ## [v0.50.48] fix: toast when model is switched during active session (#419) Synthesized from PRs #516 (armorbreak001), #517 and #518 (cloudyun888). diff --git a/static/index.html b/static/index.html index a1dd8cf..5c20188 100644 --- a/static/index.html +++ b/static/index.html @@ -552,7 +552,7 @@