Skip to content

v1.0.10

Compare
Choose a tag to compare
@TLINDEN TLINDEN released this 15 Oct 17:47
· 111 commits to main since this release

Full Changelog: v1.0.9...v1.0.10

Added

  • Added various sort modes: sort by time, by duration, numerical (-a -t -i)

  • Added possibility to modify sort order to descending (-D)

  • Added support to specify a regexp in column selector -c, which can
    also be mixed with numerical column spec

  • More unit tests

Fixed

  • Column specification allowed to specify duplicate columns like -c 1,2,1,2 unchecked. Now this list will be deduplicated before use.