2025-06-18
Chores
- .devcontainer updated, [324f826]
- dependencies updated, [0ace9dd], [a636007]
- Rust 1.87.0 linting, [395b1aa], [67e5888]
Docs
- example config files updated, [63ab7de], [8fb5ac4]
- README.md updated, link to directories crate, closes #65, [c2bfe32]
Features
- log panel size configurable, closes #50, use the
-
or=
keys to change the height of the logs panel, or\
to toggle visibility. Automatically hide the logs panel using a new config itemshow_logs
, seeexample_config/*
files for more details, [6edf99e] - build release binaries for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2], [2e85009]
Fixes
- merge args color/raw fix, [d198398]
Refactors
- reduce cloning of the logs text items, can expect 40-50% reduction in CPU and memory usage in certain common situations, [ecefa30]
- dead code removed, [b40b6b1]
Tests
- add more whole layout tests, [4b81c6c]
see CHANGELOG.md for more details