You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebuilt binaries — Tagged releases now publish binaries for Linux (x86_64 gnu/musl, aarch64 musl), macOS (Intel / Apple Silicon), and Windows, so no Rust toolchain is needed to install.
Declared MSRV — rust-version = "1.88" is now declared in Cargo.toml and enforced in CI, so unsupported toolchains fail fast with a clear error.
Changed
Much lighter builds — zip and chrono are now compiled without unused default features (drops zstd/aes/bzip2/lzma/ppmd and their C toolchain requirements). Dependency count went from 147 to 124 crates, making cargo install dlt-tui faster and more reliable.
Smaller release binary — Release profile now enables thin LTO and symbol stripping.
CI now tests on Linux, macOS, and Windows.
Fixed
Panic messages are no longer swallowed by the alternate screen — the terminal is restored before the panic message is printed.