Skip to content

Commit b85d827

Browse files
committed
chore: prune unused tui modules
Remove the unused ratatui-backed palette shim and stale tui layout module so release builds no longer pull unnecessary terminal widget dependencies. Move plot viewer tests into a colocated tests module and refresh documentation to match the slimmer dependency and module structure.
1 parent 573c53e commit b85d827

11 files changed

Lines changed: 1491 additions & 1903 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ matching `## [X.Y.Z]` section before the release tag is pushed.
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- Remove unused terminal palette/layout modules and keep test-only dependencies
14+
out of release builds, reducing the cold `cargo build --release` dependency
15+
set.
16+
- Move the interactive plot viewer's large test module into
17+
`src/viewer/plot/tests.rs` so the runtime entry point stays focused.
18+
1119
## [0.2.3] - 2026-06-18
1220

1321
### Added

0 commit comments

Comments
 (0)