chore: bump version to v0.50.49, update CHANGELOG
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Hermes Web UI -- Changelog
|
# 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)
|
## [v0.50.48] fix: toast when model is switched during active session (#419)
|
||||||
|
|
||||||
Synthesized from PRs #516 (armorbreak001), #517 and #518 (cloudyun888).
|
Synthesized from PRs #516 (armorbreak001), #517 and #518 (cloudyun888).
|
||||||
|
|||||||
@@ -552,7 +552,7 @@
|
|||||||
<div class="settings-section-title">System</div>
|
<div class="settings-section-title">System</div>
|
||||||
<div class="settings-section-meta">Instance version and access controls.</div>
|
<div class="settings-section-meta">Instance version and access controls.</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="settings-version-badge">v0.50.48</span>
|
<span class="settings-version-badge">v0.50.49</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-field" style="border-top:1px solid var(--border);padding-top:12px;margin-top:8px">
|
<div class="settings-field" style="border-top:1px solid var(--border);padding-top:12px;margin-top:8px">
|
||||||
<label for="settingsPassword" data-i18n="settings_label_password">Access Password</label>
|
<label for="settingsPassword" data-i18n="settings_label_password">Access Password</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user