Skip to content

v0.1.2

Compare
Choose a tag to compare
@ClementTsang ClementTsang released this 11 Jan 22:53

Quick update that introduces a few tweaks to how table widths were distributed to avoid some problems tui-rs seems to have with resizing, and some bug fixes. No new features.

Changes

  • Added a bit more complexity to how we determine column widths for tables. This should fix an issue where columns would glitch out at smaller widths, and hopefully look nicer.

Bug fixes

  • Rewrote scroll logic in tables to avoid some strange scroll behaviour I encountered where it would jump around.

  • Attempt to patch a panic caused by the change in how we determine time in the data collection stage. I believe that this bug was squashed, but I'll still monitor this.