Skip to content

Releases: mathpn/listme

v0.6.1

19 Dec 15:12

Choose a tag to compare

What's Changed

  • Bump dependencies

Full Changelog: v0.6...v0.6.1

v0.6

29 Mar 23:55
8cb1fea

Choose a tag to compare

Features

Two new arguments:

  • newer-than (-n): filters lines based on the age of commits, showing only lines committed within the specified number of days.
  • author (-a): filter lines by commit author

Changes

age-limit (-l) argument is renamed to old-commit-mark-limit (-o) to avoid confusion with the new newer-than parameter

v0.5

12 Oct 02:43
cc4adee

Choose a tag to compare

Features

  • changes the core regex to detect tags without comments
  • adds [no comment] text when there's no comment (except in plain mode)
  • .gitignore files outside of the path hierarchy are no longer parsed (performance improvement)

Fixes

  • fixes default glob pattern to scan files without extension
  • added max-file-size option to prevent hanging on very big files
  • skip folders ignored by .gitignore rather than checking each file

Changes

  • changes log output to Stderr
  • changes default logging level to WARNING
  • changes the logging level of some messages

v0.4

05 Oct 23:00
7c15b0d

Choose a tag to compare

Bug fixes

  • Fix git repository detection when calling listme from a subfolder of the repository (issue #3)

v0.3

02 Oct 23:41
01140a5

Choose a tag to compare

listme v0.3

A complete rewrite of listme in Go.

It should (almost) be a drop-in replacement for the older Python versions. Major changes:

  • single binary (thanks to Go)
  • ripgrep is no longer required. Git is the only dependency
  • some CLI options have changed
  • plain style is automatically used when redirecting output, since it's ideal for machine consumption