From 7669250c1ea89973b160a9ab72fce3b6e729fd99 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:51:36 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b17a5..64b1ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ### Chores -+ dependencies updated, [ced885e0128b6d5d3a3c7cb97d7e53bc2da64893] ++ Dependencies updated, [ced885e0128b6d5d3a3c7cb97d7e53bc2da64893] + 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], [8939ac0345326633e794cc10a981a1f3c5c07549] ++ 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] ++ Increase scroll speed using the `ctrl` key in conjuction with a scroll key, `config.toml` updated with `scroll_modifier`. The next release will remove `scroll_down_many` & `scroll_down_up` keys, [c5bbffdb5f9e800951e4060aa6aee8e00db589aa] ### Refactors + remove macos cfg none-const functions, Zigbuild now uses Rust 1.87.0, [eb686e2c952e04da74b3e12c0bfa015ec4615e1d]