Skip to content

Releases: git-ecosystem/git-credential-manager

GCM 2.0.692

01 Apr 17:15
ff22f13
Compare
Choose a tag to compare
GCM 2.0.692 Pre-release
Pre-release

Changes:

  • Improved Bitbucket OAuth performance through verification of access token validity (#518)
  • Fixed bug in binding list command for Azure Repos (#575)
  • Added OAuth UI support for Bitbucket (#579)
  • Improved usability for GitHub auth (#587)
  • Added option to disable GUI prompts (#600)
  • Added support for GitLab (#591, #614, #621) 🎉
  • Added support for new preferred WSL UNC file path (#612)
  • Updated WAM support to only include applicable OSes (#629)
  • Added install from source helper script for Linux users (#630)
  • Fixed GHE credential storage bug by removing raw prefix from API URL (#599)
  • Simplified build number included in artifact names (#638)
  • Upgraded to .NET 6.0 (#635, #640)

Thanks to our contributors ❤️:

GCM 2.0.632

14 Dec 16:21
478753b
Compare
Choose a tag to compare

Changes:

  • Show the terminal/TTY based prompts when there is no desktop/GUI sessions present for GitHub (#453, #538)
  • Copy Debian package files to correct directory (#545, #566, #569, #539)

GCM 2.0.605

17 Nov 09:23
97323d1
Compare
Choose a tag to compare

Changes:

  • Remove noisy messages during auto-detection (#492, #494)
  • Improve proxy environment variable handling (#497, #501, #503)
  • Update MSAL; set MS auth embedded window title (#239, #512)
  • Fix missing dependencies in Debian package (#506, #514, #528)
  • Persist auto-detected provider setting (#507, #517)
  • Refactor namespace, assembly and project names (#500)
  • Support the wslview command to open the browser (#529)
  • Update System.CommandLine and fix some bugs (#531)
  • Fix a bug to prevent setting credential.provider when it wasn't needed (Only set credential.provider for dynamic matches #535)

GCM 2.0.603

16 Nov 13:25
36284cf
Compare
Choose a tag to compare
GCM 2.0.603 Pre-release
Pre-release

Changes:

  • Remove noisy messages during auto-detection (#492, #494)
  • Improve proxy environment variable handling (#497, #501, #503)
  • Update MSAL; set MS auth embedded window title (#239, #512)
  • Fix missing dependencies in Debian package (#506, #514, #528)
  • Persist auto-detected provider setting (#507, #517)
  • Refactor namespace, assembly and project names (#500)
  • Support the wslview command to open the browser (#529)
  • Update System.CommandLine and fix some bugs (#531)

GCM 2.0.567

11 Oct 16:11
3047faf
Compare
Choose a tag to compare

Changes:

  • Include UI helpers in Debian package for Linux release; move GCM symlink to /usr/local/bin (#405)
  • Respect http.sslCAInfo settings (#242, #411)
  • Fix bug with enumerating Azure Repos bindings outside of a repository (#416, #417)
  • Allow forcing OAuth authentication with Bitbucket host provider (#329, #401)
  • Stop echoing password on Linux in basic credentials prompt (#432, #436)
  • Return non-zero code for UI helpers on error (#440, #441)
  • Use native Git path interpolation for config values (#439)
  • Allow hostname-specific proxy override to use no proxy (#442, #449)
  • Future proof Windows broker "WAM" version detection (#465)
  • Add support for using WSL Git configuration (#461)
  • Add new diagnose command to help debug problems in the wild (#463)
  • Add option to use the new DPAPI-based credential store on Windows (#464)
  • Add explicit device code authentication for GitHub (#478)
  • Fix WSL configuration instructions (#479)
  • Improve host provider auto-detection logic (#384, #481)

GCM 2.0.498

11 Aug 15:11
7ad55fb
Compare
Choose a tag to compare

Changes:

  • Autodetect Bitbucket DC instances (#373)
  • Create Linux plaintext store with safer directory permissions (#397)
  • Add ability to read GCM default settings from the Windows Registry (#404)
  • Allow users to specify path to GPG executable for gpg credential store on Linux (#406)

Thanks to our contributors ❤️:

GCM 2.0.475

21 Jun 15:11
27fbadc
Compare
Choose a tag to compare

Changes:

  • Fix bug where GUI prompts would not be shown on Windows (#374)

GCM 2.0.474

02 Jun 14:34
95a180a
Compare
Choose a tag to compare

Changes:

  • Fix bug in GitHub x-platform UI where the browser/OAuth option is not shown (#360)

From previous release:

  • UI on macOS and Linux thanks to AvaloniaUI 🎉 (#336)
  • GHES OAuth support (#354)
  • More winget publishing fixes (#353)
  • Fix release builds .NET SDK version (#358)

GCM 2.0.472

02 Jun 12:51
2bc3086
Compare
Choose a tag to compare
GCM 2.0.472 Pre-release
Pre-release

Changes:

  • UI on macOS and Linux thanks to AvaloniaUI 🎉 (#336)
  • GHES OAuth support (#354)
  • More winget publishing fixes (#353)
  • Fix release builds .NET SDK version (#358)

GCM 2.0.452

17 May 12:02
b00c5ac
Compare
Choose a tag to compare

Changes:

  • Add preliminary support for OAuth with GitHub AE (requires server support/changes) (#343)
  • Add workaround for Windows Broker (WAM) running as admin (#344)
  • Consume new MSAL library versions (#346)
  • Set MSAL embedded webview window title to give more context to the user (#347, #239) Not working currently (see here)