docs: changelog

This commit is contained in:
Jack Wills
2025-08-15 13:02:07 +00:00
parent 3532fdd642
commit 7e892af838
+1 -1
View File
@@ -3,7 +3,7 @@
+ Rust 1.89 linting, [79d19ceeb81ae60bc5562683e405d6e74e6f2578]
### Features
+ horizontally scroll across logs. By default use `←` & `→` keys to traverse horizontally across the logs 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]
+ Force clear screen & redraw of UI. By default uses `f` key, `config.toml` updated with `force_redraw` [50edbc0cc09db864835fe81a03cba8eadafe548b]
### Refactors