Releases: git-ecosystem/git-credential-manager
Releases · git-ecosystem/git-credential-manager
GCM 2.0.194-beta
GCM 2.0.164-beta
GCM 2.0.157-beta
Changes:
- Fix a bug where Windows interactive sessions were not detected correctly (#123)
GCM 2.0.153-beta
GCM 2.0.124-beta
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
GCM 2.0.79-beta
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
togit-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 runninggit-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)
GCM 2.0.22-beta (macOS)
GCM 2.0.5-beta (macOS)
Initial release of Git Credential Manager Core with beta support for...
Operating Systems:
- macOS
Git Host Providers:
- Azure Repos
- GitHub