Skip to content

Releases: asayers/tass

v0.11.0

30 Apr 08:55
f6a28d8

Choose a tag to compare

  • Column widths are now sized correctly, even when containing CJK, emoji, or
    other double-width scripts
  • More colours!
    • Booleans now have hard-coded colours: true is green and false is red
    • Floats are now coloured in the same way as integers: negatives in red, zeroes dimmed
    • Any type can be rendered in rainbow-mode, if its cardinality is low enough
  • The --precision flag now maxes out at 255 (down from 18 sextillion - sorry
    precision-lovers with universe-spanning monitors!)

v0.10.2

18 Mar 12:58
5c4f8e6

Choose a tag to compare

  • Only show the first line of multi-line fields
  • When inferring the schema for json, drop columns with inconstently-typed values
  • Add a --column flag for manually specifying the ordering of columns
  • Tweak the category colour picker for better uniformity

v0.10.1

18 Mar 12:58
0f38f2a

Choose a tag to compare

  • Fix a crash which could occur when streaming CSV
  • Try harder to restore the terminal state after an error
  • Print logs cleanly to the terminal

v0.10.0

18 Mar 12:58
b61db0b

Choose a tag to compare

  • Support reverse search
  • Show the number of search hits
  • Reduce the amount of redrawing
  • Fix a crash involving unicode in the far-right column

v0.9.0

18 Mar 12:57
7bf61e5

Choose a tag to compare

  • Add support for TSV files
  • Add a --format flag for forcing a certain input format
  • Correctly size columns which use the fallback renderer
  • Reduce flashing/tearing when redrawing large terminals
  • Add experimental support for sorting/filtering (behind a feature flag)

v0.8.0

18 Mar 12:57

Choose a tag to compare

  • Add fallback rendering for all column types
  • Fix a bug where the grid would be empty until you hit a button
  • Fix a bug where the terminal would capture mouse events after exit

v0.7.0

05 Dec 08:49

Choose a tag to compare

  • Click rows to highlight them!
  • Better behaviour at the right-hand edge of the terminal when contents are chopped
  • Support for bool and binary column types
  • Add experimental support for newline-delimited JSON (behind a feature flag)