The Wayback Machine - https://web.archive.org/web/20211020074120/https://github.com/microsoft/Git-Credential-Manager-Core/releases/
Skip to content

@mjcheetham mjcheetham released this Oct 11, 2021

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)
Assets 12

@mjcheetham mjcheetham released this Aug 11, 2021

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 ❤️:

Contributors
hickford, mminns, and 3 other contributors
Assets 12

@mjcheetham mjcheetham released this Jun 21, 2021

Changes:

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

@mjcheetham mjcheetham released this Jun 2, 2021

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)
Assets 12
Pre-release
Pre-release

@mjcheetham mjcheetham released this Jun 2, 2021

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)
Assets 12

@mjcheetham mjcheetham released this May 17, 2021

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)
Assets 12

@mjcheetham mjcheetham released this May 6, 2021

Changes:

  • Add support for the Windows authentication broker - Windows Hello support (default off) (#323)
  • Pass parent window handle information to MSAL (#306)
  • Fix computation of installation path on Linux/single-file publish (#310)
  • Fix Windows user-only installer configuration bug (#335)
  • Run postinstall actions as the current user, not root - stop changing ownership of ~/.gitconfig on macOS (#308)
  • Avoid using the newer --show-scope Git config option - work with downlevel Git versions (#318)
  • Fix winget publishing (#332, #338)
  • Reduce warnings from tests (#337)
  • Documentation fixes (#333)

Thanks to our contributors ❤️:

Assets 12

@mjcheetham mjcheetham released this Mar 10, 2021

Changes:

  • Experimental support for not using PATs for Azure Repos - default disabled (#294) (read more here)
  • Better warning messages on macOS when there are Keychain issues (#305)
Assets 12

@mjcheetham mjcheetham released this Mar 3, 2021

Changes:

  • Move to .NET Framework 4.7.2 on Windows (#283)
  • Move to .NET 5.0 on macOS and Linux (#288)
  • Auto-detect on-premises/self-hosted providers via HTTP headers (#262)
  • Use the user's default web browser for Microsoft authentication on macOS and drop the native helper (#274, #277)
  • Trivially fix the macOS native helper crashes by deleting it 😅 (#264)
  • Share the MSAL token cache with Microsoft developer tools on macOS as we already do on Windows (#275)
  • Support git-credential-cache as a credential backing store on Linux (#287)
  • Support for the NO_PROXY option to bypass the proxy for certain addresses (#299, #297)
  • Use System.CommandLine to handle our command line parsing and allow host providers to offer custom commands (#273)
  • Fix a bug with host provider disposal (#272)
  • Fix problems with resolving the executable file path on Linux (#298, #229, #252)
  • Documentation fixes and improvements (#278, #265, #263)

Thanks to our contributors ❤️:

Assets 12

@mjcheetham mjcheetham released this Jan 8, 2021

Changes:

  • Add explicit PAT authentication mode for the GitHub Provider (#236, #259)
  • Auto-detect GHES instances that have a "github." URL prefix (#241)
  • Allow use of older versions of libsecret such as in Ubuntu 18.04 (#244)
  • Fix bug in Git config matching due due case sensitivity (#234)
  • Ensure the /usr/local/bin directory exists on install (#257)
  • Remove use of box drawing characters in warning output (#243)

Thanks to our contributors ❤️:

Assets 12