All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Better error messages (#41)
-
Better color contrast, especially on OSX Terminal (#32)
-
Correctly reset terminal settings when quitting the application. (#30)
- Fixed the display of provider names longer than 10 characters, a regression since 0.1.3. (#25)
-
Remove dependency on the unmaintained tui crate. (RUSTSEC-2023-0049) (#23)
-
Fix the build with Rust 1.72.0+ (#21)
-
Update
clapto remove build dependency on theattycrate. (#19) -
Fixed truncation of the rightmost columns, especially when the filter specification excludes all disks. (#20)
-
Don't panic when pressing the arrow keys on a screwed-up terminal. (4218445)
-
When deleting a column with Del, persist that change to the config file. (f406beb)
-
Only use side-by-side mode if it can be done without truncating names. (#8)
-
Don't crash at startup if the config file is corrupt, if
--reset-configis used. (#6) -
Don't display GEOM consumers. By mistake, gstat sometimes displayed GEOM consumers. Their names were blank. (#7)
-
Removed the useless
columnsoption from the help menu. (#5)
- Always have a column selected in the column selector
- Fix crashes with up and down arrows for empty tables
- Fix crashes with really small terminals
- When using up and down, pass through deselected before wrapping around
- Accept the 'q' key to quit directly from the column selector menu.
- Don't use the alternate screen.
- Fixed display initial stats at startup.