- SafeBackend now tracks wide cells and explicitly overwrites the
right half when a wide glyph is replaced by a narrow one — the case
ratatui's diff cannot see (both buffers hold a space there) and the
likely remaining source of ghost glyphs
- Settings dialog: new 'Skärmbilder' row edits screenshot_dir (saved
to config.toml, applied immediately)
- Release workflow writes an install one-liner (arch-detecting curl)
into the release body and updates it on every build
- Integration suite: 50/50
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- tui-wm --init [DIR] writes an embedded default config.toml,
panels/topbar.toml and themes/{dark,light}.toml (default target
~/.config/tui-wm, existing files untouched)
- Config discovery: ./config.toml wins, otherwise ~/.config/tui-wm/
is used (process switches working dir there so panels/themes/saves/
hot-reload all resolve consistently); spawned PTYs still start in
the user's original working directory
- VS Code build tasks copy themes/ into builds/, dist/ sample configs
refreshed with all new keys and the settings gear
- CI release now also uploads tui-wm-config.tar.gz (config + panels +
themes) alongside the binaries
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
CI on push to master/main: cargo test, native arm64 build on the Pi5
runner, cross-compiled x64 build, rolling 'latest' release with both
binaries and checksums.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>