From 37e5ad0494b4e69ebc3a5703cadaab972c7f06c6 Mon Sep 17 00:00:00 2001 From: wmantly Date: Sun, 9 Aug 2026 21:38:46 -0700 Subject: [PATCH] release(v2.1.0): Windows install commands in the Install Agent modal; drop committed binaries --- CHANGELOG.md | 8 ++++++++ nodejs/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab75a2..9e8d39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.1.0 - 2026-08-10 + +### Added +- **Windows install commands in the Install Agent modal.** The Directory → Install Agent modal now emits PowerShell one-liners alongside the bash ones for the join-key, pre-register, and custom-config flows. Each downloads the fully-offline theta-agent `setup.exe` from its GitHub release and passes the same values the bash flow uses (`/SERVER_URL`, `/JOIN_KEY`, `/AUTH_TOKEN`, `/PUBLIC_KEY`, or `/B64_CONFIG`), so a Windows host enrolls with the same one-command flow as Linux. Complements the theta-agent v2.1.0 Windows release. + +### Removed +- **Large binaries from `nodejs/public/resources/theta-agent/`.** The agent/tray/helper/setup binaries are now built on GitHub Actions and attached to the theta-agent GitHub release as artifacts; `install.sh` and the modal download them from `releases/latest/download/`. Nothing binary lives in this repo anymore (the small `install.sh` bootstrap script remains). + # v2.0.4 - 2026-08-09 ### Changed diff --git a/nodejs/package.json b/nodejs/package.json index fecd6a4..2358e29 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-theta-directory", - "version": "2.0.4", + "version": "2.1.0", "description": "A very simple LDAP management and SSO system", "author": [ {