From 863dc4e938dc93b133e342c70b757cd2ba8b1adf Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Mon, 6 Apr 2026 08:14:40 -0700 Subject: [PATCH] docs: update CHANGELOG with v0.36.3 configurable bot name Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index def8e84..8b60639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 *April 5, 2026 | 440 tests*