Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 1.43 KB

0.4.0

  • Add --raw -r flag to list for easier passing to other programs #26
  • Add ability to modify base colors and other settings from a configuration file #27
  • Improved error messages
  • Rewrite core functionality by using cached state instead of relying on the file system. WARNING! this version is completely different functionally from the older one and the tags have to be recreated after updating it. #30
  • Add clean-cache subcommand that cleans the cached tag registry from the filesystem.

0.3.0

  • Internal representation of tags changed meaning all previous tags won't work with this version
  • Change --recursive global parameter to --max-depth #19
  • Add shorthand -r for --raw flag #22
  • Unify output in subcommands #24
  • Add --any flag to search subcommand #25

0.2.0

  • Add --details flag to list subcommand #18
  • Add edit subcommand #15
  • Add print-completions subcommand #17

0.1.1

  • Fix clear output