Skip to content

Releases: hsaunders1904/git-branch-selector

v2.0.1

19 Nov 17:45
Compare
Choose a tag to compare

What's Changed

  • Dependencies updated (resolving a dependabot security warning, see here).
  • Remove use of actions-rs from the CI pipelines, as it is now unmaintained.

v2.0.0

13 Mar 20:21
140b09a
Compare
Choose a tag to compare

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

v1.0.1

01 Oct 16:03
Compare
Choose a tag to compare

Version 1.0.1

  • Add missing file extension to Windows release exectuable.

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

v1.0.0

30 Sep 20:34
Compare
Choose a tag to compare

Version 1.0.0

  • Use postional arguments to filter branches.
  • Use --all flag to list local and remote branches.
  • Use --git-dir argument to list branches of a repository not in the current working directory.

v0.1.0

11 Sep 21:12
Compare
Choose a tag to compare

First version of git-branch-selector.

Supports:

  • Interactive branch selection.
  • Theme customisation via a config file.