- commit
- 766fb8a
- parent
- c597d8d
- author
- Eric Bower
- date
- 2026-01-09 20:00:51 -0500 EST
docs(changelog): add recent changes
1 files changed,
+12,
-0
+12,
-0
1@@ -2,6 +2,18 @@
2
3 Use spec: https://common-changelog.org/
4
5+## Staged
6+
7+### Added
8+
9+- New flag `--vt` for `zmx [hi]story` which prints raw ansi escape codes for terminal session
10+- New flag `--html` for `zmx [hi]story` which prints html representation of terminal session
11+
12+### Fixed
13+
14+- On restore, background colors for whitespace now properly filled
15+- Spawn login shell instead of normal shell
16+
17 ## v0.2.0 - 2025-12-29
18
19 ### Added