daedalus-cli 1.95.2 → 1.95.4
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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.95.4](https://github.com/bgill55/daedalus/compare/v1.95.3...v1.95.4) (2026-07-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **demo:** write exit to outer PowerShell so terminalizer saves recording automatically ([785017a](https://github.com/bgill55/daedalus/commit/785017afb5aab48c3a70f3ee752623f864639d42))
|
|
7
|
+
|
|
8
|
+
## [1.95.3](https://github.com/bgill55/daedalus/compare/v1.95.2...v1.95.3) (2026-07-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **demo:** add exit pause so terminalizer saves recording before PTY exits ([35c883b](https://github.com/bgill55/daedalus/commit/35c883bb7f6ba4fa89f5afe8817b803b0b1d2407))
|
|
14
|
+
|
|
1
15
|
## [1.95.2](https://github.com/bgill55/daedalus/compare/v1.95.1...v1.95.2) (2026-07-30)
|
|
2
16
|
|
|
3
17
|
|