Skip to content

Releases: pluralsight/git-collaborate

2.0.1

16 Sep 04:23
Compare
Choose a tag to compare

Includes 350+ security vulnerability fixes

2.0.0

09 Oct 02:48
Compare
Choose a tag to compare

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. The lg 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

06 Oct 17:28
Compare
Choose a tag to compare
Increment version to 1.6.2

1.6.1

17 Jul 21:47
Compare
Choose a tag to compare
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

17 Jun 17:21
Compare
Choose a tag to compare
  • 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

15 Jun 22:09
Compare
Choose a tag to compare

1.5.1

12 May 22:38
Compare
Choose a tag to compare
  • Fix bug in repositories empty state where the Add repos button had been removed (#51)

1.5.0

23 Apr 22:04
Compare
Choose a tag to compare
  • Added the ability to configure ssh identity host by adding the key "host": "{hostName}" in ~/.git-switch/config.json. If no host is provided, git-switch defaults to github.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

16 Apr 17:30
Compare
Choose a tag to compare

Add shortened aliases for CLI commands (it was a lot to type)

1.3.0

15 Apr 17:40
Compare
Choose a tag to compare

This release adds CLI functionality to git-switch among other updates

  • CLI commands list can be found here
  • A new About view has been added to show the version of git-switch you are running
  • Update severely out of date dependencies
  • Address vulnerabilities
  • Other refactors