diff --git a/CHANGELOG.md b/CHANGELOG.md index 2863f28..64b17a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ + Rust 1.89 linting, [79d19ceeb81ae60bc5562683e405d6e74e6f2578] ### Features -+ horizontally scroll across logs. By default use `←` & `→` keys to traverse horizontally across the lines when logs panel selected. Updated `config.toml` with `log_scroll_forward` and `log_scroll_back` [c190f0206cc55b8e45b8373f9be954e828c18b3b] ++ horizontally scroll across logs. By default use `←` & `→` keys to traverse horizontally across the lines when logs panel selected. Updated `config.toml` with `log_scroll_forward` and `log_scroll_back` [c190f0206cc55b8e45b8373f9be954e828c18b3b], [8939ac0345326633e794cc10a981a1f3c5c07549] + Force clear screen & redraw of UI. By default uses `f` key, `config.toml` updated with `force_redraw` [50edbc0cc09db864835fe81a03cba8eadafe548b] ++ `ctrl` key act as a modifier to scroll by a factor of ten, `config.toml` updated with `scroll_modifier`, will remove `scroll_down_many` & `scroll_down_up` in next release, [c5bbffdb5f9e800951e4060aa6aee8e00db589aa] ### Refactors + remove macos cfg none-const functions, Zigbuild now uses Rust 1.87.0, [eb686e2c952e04da74b3e12c0bfa015ec4615e1d]