From 599136e4dc3fa09bf031db89f594d3b0d3daa515 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 20:20:33 -0400 Subject: [PATCH] Release 1.10.0: unify API-token UI (card grid, Edit modal, description field) (#25) --- CHANGELOG.md | 8 ++++++++ nodejs/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26eb773..01dbdd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. +## [1.10.0] - 2026-07-28 + +### Added +- **API-token UI unified with sso-manager-node/proxy**: card grid replacing the bare table, a new Edit modal (footer shows real created-by/on data), and a Description field on both the create and edit flows — the model and API already fully supported all of this, it just wasn't exposed anywhere in the dashboard. + +### Changed +- `@simpleworkjs/frontend` bumped to `^0.2.6` (this app was still on `^0.2.5`). + ## [1.9.0] - 2026-07-28 ### Added diff --git a/nodejs/package.json b/nodejs/package.json index 6915c96..6835b1c 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-jump-host", - "version": "1.9.0", + "version": "1.10.0", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "author": [ {