Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 20:21
· 7 commits to main since this release
140b09a

What's Changed

  • Filter branches using multiple regexes instead of a glob.
  • There is no longer a 'base' category in the configuration file. Set the theme option at the top-level of the config file. See the repo's README for an example.
  • Add short command line option -C as an alias for --git-dir.

Under-the-hood

  • Switched to using the file system to find git branches (i.e., looking in the .git directory). Hence we no longer depend on git being installed.
  • Increased test coverage, from ~45% to ~80%.

Full Changelog: v1.0.1...v2.0.0