norn-cli 2.8.1 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
  3. package/foo.ps1 +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [2.8.2] - 2026-06-21
6
+
7
+ ### Changed
8
+ - **Norn Terminal command viewport** — the compact xterm dock now expands while ordinary commands are running, preserving terminal-native animations and interactive prompts, then collapses back into the semantic timeline once the command completes.
9
+
10
+ ### Fixed
11
+ - **Interactive terminal history** — cleaned semantic command previews for PowerShell/readline-style prompts so carriage returns, escape sequences, and progressive input redraws no longer appear as stray `=`, `P`, or duplicated input fragments.
12
+ - **Terminal transcript selection** — fixed main-view copy behavior so selecting transcript text is not immediately interrupted by xterm focus restoration.
13
+
14
+ ### Testing
15
+ - **Release verification** — `npm test` passed. `npm run test:regression` ran 195 CLI regression sequences with 195 passing.
16
+ - **Website docs review** — no website changes were needed for this bug-fix release.
17
+
5
18
  ## [2.8.1] - 2026-06-20
6
19
 
7
20
  ### Changed
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "norn-cli",
3
3
  "displayName": "Norn — Tests and Runbooks in Your Repo",
4
4
  "description": "Version-controlled API, database, and Kubernetes tests and runbooks. Author in VS Code, then run the same files from the CLI and CI.",
5
- "version": "2.8.1",
5
+ "version": "2.8.2",
6
6
  "publisher": "Norn-PeterKrustanov",
7
7
  "author": {
8
8
  "name": "Peter Krastanov"
package/foo.ps1 DELETED
@@ -1 +0,0 @@
1
- Write-Host "Hello"