docs: update CHANGELOG with v0.36.3 configurable bot name

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Esquenazi
2026-04-06 08:14:40 -07:00
parent 4407c3097b
commit 863dc4e938

View File

@@ -5,6 +5,19 @@
--- ---
## [v0.36.3] Configurable Assistant Name
*April 6, 2026 | 449 tests*
### Features
- **Configurable bot name.** New "Assistant Name" field in Settings panel.
Display name updates throughout the UI: sidebar, topbar, message roles,
login page, browser tab title, and composer placeholder. Defaults to
"Hermes". Configurable via settings or `HERMES_WEBUI_BOT_NAME` env var.
Server-side sanitization prevents empty names and escapes HTML for the
login page. (PR #135, based on #131 by @TaraTheStar)
---
## [v0.36.2] OpenRouter model routing fix ## [v0.36.2] OpenRouter model routing fix
*April 5, 2026 | 440 tests* *April 5, 2026 | 440 tests*