Skip to content

Releases: git-ecosystem/git-credential-manager

GCM 2.0.157-beta

22 May 15:58
b11949c
Compare
Choose a tag to compare
GCM 2.0.157-beta Pre-release
Pre-release

Changes:

  • Fix a bug where Windows interactive sessions were not detected correctly (#123)

GCM 2.0.153-beta

22 May 13:03
b54ac74
Compare
Choose a tag to compare
GCM 2.0.153-beta Pre-release
Pre-release

Changes:

  • Introduce the Bitbucket host provider with Windows GUI (#37)
  • Fix a bug with handling libgit2 errors (#111)
  • Correctly detect a UI interactive session on all platforms (#95)

GCM 2.0.124-beta

28 Apr 14:49
e1ebbe1
Compare
Choose a tag to compare
GCM 2.0.124-beta Pre-release
Pre-release

Changes:

  • Add option to prevent interactivity (#91)
  • Publish zip and tar balls of releases (#96)
  • Add native basic credential UI prompts for Windows (#92)
  • Automatically trace to the debugger when attached (#94)
  • Add an OAuth2 client implementation with PKCE support (#99, #102)
  • Add GitHub OAuth support and refreshed Windows UI (#101, #103)
  • Move to .NET Core 3.1 (LTS) (#101)

GCM 2.0.87-beta

12 Dec 10:11
843b2ea
Compare
Choose a tag to compare
GCM 2.0.87-beta Pre-release
Pre-release

Changes:

  • Enable copy/paste/cut etc on fields in the Microsoft authentication WebView on MacOS (#82)
  • Notarize the macOS installer and binaries to permit running on macOS Catalina 10.15 (#84)

GCM 2.0.79-beta

20 Sep 08:56
c1fb7d3
Compare
Choose a tag to compare
GCM 2.0.79-beta Pre-release
Pre-release

First Windows preview release and updated macOS release.

Changes:

  • Windows support (64-bit only) (#46)
  • GCM Core now worked behind network proxies (configuration guide) (#11)
  • Renamed the main executable from git-credential-manager to git-credential-manager-core to allow for easier side-by-side use with Java GCM and Windows GCM during the preview (#70)
  • Microsoft authentication is performed in-process on Windows, with support for GUI-less environments (such as SSH) via device code flow (#75)
  • Installation now configures GCM Core per-user (sets credential.helper in the current user's $HOME/.gitconfig) but continues to be installed in a system-wide location. Other users can opt-in to using GCM Core by setting their own configuration by running git-credential-manager-core configure (#57)
  • Allow overriding the selection of host provider; also supports GitHub Enterprise scenarios (configuration option, migration guide for users of the credential.authority setting) (#59)
  • Various bug fixes and improvements

Thanks to our contributors ❤️:

GCM 2.0.33-beta (macOS)

21 Jun 15:01
54521cc
Compare
Choose a tag to compare
Pre-release

Changes:

  • Mac installer will now unlink the Java GCM via Homebrew if installed (#45)
  • Codebase and build improvements (#49)
  • Groundwork for upcoming Windows release, including:
    • WPF-based GitHub auth UI (#40)
    • Basic Windows installer (#41)

GCM 2.0.22-beta (macOS)

09 May 11:10
4bcb796
Compare
Choose a tag to compare
Pre-release

Update to Git Credential Manager Core (beta) on macOS.

Changes:

  • Fix TTY-based prompts for GitHub authentication (#30)
  • Support AAD users as guest users in MSA-based Azure DevOps organizations (#32)
  • Codebase and build improvements (#29, #33)

GCM 2.0.5-beta (macOS)

19 Mar 17:27
3ad6ec1
Compare
Choose a tag to compare
Pre-release

Initial release of Git Credential Manager Core with beta support for...

Operating Systems:

  • macOS

Git Host Providers:

  • Azure Repos
  • GitHub