2025-08-21
Chores
- Dependencies updated, [ced885e], [f9b40ea]
- Rust 1.89 linting, [79d19ce]
- GitHub workflow updated, [0838420], [6573af1]
Features
- Horizontally scroll across logs. By default use
←
&→
keys to traverse horizontally across the lines when logs panel selected. Updatedconfig.toml
withlog_scroll_forward
andlog_scroll_back
[c190f02], [8939ac0] - Force clear screen & redraw of UI. By default uses
f
key,config.toml
updated withforce_redraw
[50edbc0] - Increase scroll speed using the
ctrl
key in conjuction with a scroll key,config.toml
updated withscroll_modifier
. The next release will removescroll_down_many
&scroll_down_up
keys, [c5bbffd]
Refactors
- remove macos cfg none-const functions, Zigbuild now uses Rust 1.87.0, [eb686e2]
see CHANGELOG.md for more details