diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6fe4d..d98958b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.8.3] - 2026-07-28 + +### Changed +- **`profile.ejs`'s self-service API-token UI unified onto `app.modal`**, matching the pattern already shipped this round in `directory.ejs`, proxy, and jump-host: the static `#secretModal`/`#editModal` elements are retired in favor of the shared `app.modal` singleton, the always-visible inline create-form card becomes a "+ New Token" button + modal, and badge classes switch from `bg-*` to `text-bg-*`. +- Checkmark-flash copy feedback (silently broken by FontAwesome's ``→`` replacement) replaced with toast-based `copyFieldValue`, matching proxy and jump-host. + ## [1.8.2] - 2026-07-28 ### Fixed diff --git a/nodejs/package.json b/nodejs/package.json index 44172fa..e0c929e 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-sso-manager", - "version": "1.8.2", + "version": "1.8.3", "description": "A very simple LDAP management and SSO system", "author": [ {