1.6 KiB
1.6 KiB
2025-06-18
Chores
- .devcontainer updated, [
324f826827] - dependencies updated, [
0ace9dd662], [a636007547] - Rust 1.87.0 linting, [
395b1aa7e9], [67e5888e00]
Docs
- example config files updated, [
63ab7de728], [8fb5ac4a94] - README.md updated, link to directories crate, closes #65, [
c2bfe32965]
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, [6edf99e084] - build release binaries for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [
e7114d2f5e], [2e8500902a]
Fixes
- merge args color/raw fix, [
d198398795]
Refactors
- reduce cloning of the logs text items, can expect 40-50% reduction in CPU and memory usage in certain common situations, [
ecefa302b9] - dead code removed, [
b40b6b197e]
Tests
- add more whole layout tests, [
4b81c6caaf]
see CHANGELOG.md for more details