From bc2180116f5a71fed687083c8d4cb333638346ea Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 00:19:25 -0400 Subject: [PATCH] Release 1.7.1: add no-native-dialogs regression test 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 0f9b7a6..b512ff9 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.7.1] - 2026-07-28 + +### Added +- **Regression test**: a static check across all views/client-side scripts fails CI if any native `alert()`/`confirm()`/`prompt()` call appears — these block all further browser events on the page. This app has never had one; keeps it that way. + ## [1.7.0] - 2026-07-27 ### Added diff --git a/nodejs/package.json b/nodejs/package.json index ca0f5f4..7dae5da 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-jump-host", - "version": "1.7.0", + "version": "1.7.1", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "author": [ {