From 420a9c9f8aa4110637edd5e4b1ec8001a1362cbb Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 9 Aug 2026 00:18:34 -0400 Subject: [PATCH] docs(changelog): add v2.0.0 release notes (#181) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 531c9a4..82092a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2.0.0 - 2026-08-09 + +### Added +- **Multi-Site Master Architecture.** Multi-Site Master badge, `/api/directory-admin/site-status` API, and Master site promotion UI. +- **Full Telemetry Dashboard Cards.** Rendered active `logged_users`, physical partitions, host details, and desktop session/power controls (Lock, Display Off, Log Out, Sleep Host). +- **Theta Directory Rebranding.** Rebranded SSO Manager UI and documentation to Theta Directory. + +### Fixed +- **Agent Action Parameter Resolution.** Standardized top-level and nested parameter parsing for agent driver actions (`api_directory_admin.js`). + # v1.33.0 - 2026-08-08 ### Added