Releases: hsaunders1904/git-branch-selector
Releases · hsaunders1904/git-branch-selector
v2.0.1
v2.0.0
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
Version 1.0.1
- Add missing file extension to Windows release exectuable.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
First version of git-branch-selector.
Supports:
- Interactive branch selection.
- Theme customisation via a config file.