From 013c21d4f0291945b6f696a98abcd34f91ca51e9 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 20:52:49 -0400 Subject: [PATCH] Release 1.8.2: fix OAuth-secret reveal modal race (#124) --- CHANGELOG.md | 5 +++++ nodejs/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15330e1..bd6fe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2] - 2026-07-28 + +### Fixed +- **Creating a new OAuth integration didn't reliably show the "save this client secret now" reveal modal** — `saveResource()` called `app.modal.close()` immediately before conditionally showing the secret via `app.modal.open()`. `app.modal` is a singleton, and `close()` immediately followed by `open()` collides with Bootstrap's hide-transition guard. An intervening `await loadResources()` made this race unlikely to lose in practice, but not guaranteed to — found while fixing the same, guaranteed-to-lose bug in jump-host and proxy's API-token create flows. + ## [1.8.1] - 2026-07-28 ### Fixed diff --git a/nodejs/package.json b/nodejs/package.json index 502e514..44172fa 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-sso-manager", - "version": "1.8.1", + "version": "1.8.2", "description": "A very simple LDAP management and SSO system", "author": [ {