From 487e38f1a4384aae9f32957ec7e5fab4a6109c1c Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 27 Jul 2026 17:21:37 -0400 Subject: [PATCH] Release 1.6.1: remove native alert()/confirm() calls Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 +++++ nodejs/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68ccb1..2bc0174 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.6.1] - 2026-07-27 + +### Fixed +- **Removed every native `alert()`/`confirm()` call**, replacing them with `app.messages.action`/`confirm`/`toast`. Native `confirm()` blocks all further browser events on the page (discovered live, mid browser-verification of the 1.6.0 `app.messages`/`app.modal` adoption, on `directory.ejs`'s "Rotate Client Secret" — it froze the whole tab). Also deleted `app.user.remove`/`app.oauthClient.remove` in `public/js/app.js`, which had native `confirm()` guards and zero callers anywhere in the app. + ## [1.6.0] - 2026-07-27 ### Changed diff --git a/nodejs/package.json b/nodejs/package.json index b76d6d1..99f2a1c 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-sso-manager", - "version": "1.6.0", + "version": "1.6.1", "description": "A very simple LDAP management and SSO system", "author": [ {