From b1b9035b51ff4e5ef59736a1edd52ae0b3a74481 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 25 Jan 2026 12:48:02 +0000 Subject: [PATCH] fix: add ellipsis for config section titles (#1784) (thanks @robbyczgw-cla) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52378f68..8bcf64f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Docs: https://docs.clawd.bot ### Fixes - Gateway: include inline config env vars in service install environments. (#1735) Thanks @Seredeep. +- UI: add ellipsis to config section titles in the Control UI. (#1784) Thanks @robbyczgw-cla. - BlueBubbles: route phone-number targets to DMs, avoid leaking routing IDs, and auto-create missing DMs (Private API required). (#1751) Thanks @tyler6204. https://docs.clawd.bot/channels/bluebubbles - BlueBubbles: keep part-index GUIDs in reply tags when short IDs are missing. - Web UI: hide internal `message_id` hints in chat bubbles.