Releases: pluralsight/git-collaborate
Releases · pluralsight/git-collaborate
2.0.1
2.0.0
What happened to git-switch?
With the introduction of the switch command to git 2.23.0, we decided to rename the application. For questions on upgrade from 1.x to 2.x see here
What's changed?
- The name changed, but the same great UI and CLI functionality is in intact
- When multiple merges get squashed, it sometimes caused duplicate
Co-Authored-By
entries. Thelg
alias will now filter out those duplicates when printing co-authors from the git log - Fixed a bug where, in some cases, the first commit of a repo was not being read/printed by the
lg
command
1.6.2
Increment version to 1.6.2
1.6.1
Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
1.6.0
- Manage SSH host for a user/rsa key from the UI and CLI
- Auto-check for updated version on app load
- Add a button to get latest version to
About
1.5.2
- Address vulnerability in websocket-extensions (#54)
1.5.1
1.5.0
- Added the ability to configure ssh identity host by adding the key
"host": "{hostName}"
in~/.git-switch/config.json
. If nohost
is provided, git-switch defaults togithub.com
. Note: This is a temporary implementation. Future releases will enable this feature via user edit when selecting the rsa key path in the UI and CLI
1.4.0
Add shortened aliases for CLI commands (it was a lot to type)