git-credential-manager

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

OTHER License

Stars
5.8K

Bot releases are visible (Hide)

git-credential-manager - GCM 2.5.0 Latest Release

Published by github-actions[bot] 6 months ago

Changes:

  • Fixes to install from source script (#1469)
  • Use Avalonia generated view code (#1479)
  • Various GitHub Actions updates (#1473, #1483, #1487, #1486, #1488, #1528, #1547)
  • Fix bug in Azure Repos URL handling (#1522)
  • Add Azure Managed Identity and SP docs (#1548)
  • Fix error messages when using GCM outside of repo (#1561, #1583)
  • Remove ESRP (#1571)
  • Update to .NET 8 for Mac and Linux (#1579, #1580)
  • Fix Alpine install from source script (#1582)
  • Update MSAL and Avalonia (#1591)
  • Fix issue with diagnostic messages (#1590)
  • Address CVE-2024-32478 (this issue only affected the Linux Debian package)
git-credential-manager - GCM 2.4.1

Published by github-actions[bot] 12 months ago

Changes:

Since 2.4.0:

  • Fix macOS ARM64 tarball contents (#1458)

Since 2.3.x:

  • Add support for managed identity and service principals in Azure Repos (#1372)
  • Support universal Gitea OAuth app configuration (#1442)
  • Set default generic OAuth redirect URI value (#1444)
  • Drop WPF helpers on Windows (#1417)
  • Add software rendering override for Windows (#1445, #1453)
  • Recognise GitLab hosts via WWW-Authenticate header (#1428)
  • Recognise Bitbucket hosts via WWW-Authenticate header (#1441)
  • Support GitHub Gist remote URLs (#1402)
  • Update to Avalonia 11.x (#1383)
  • Documentation updates (#1416)
  • Drop unnecessary .NET Framework-specific code (#1447)
  • Updates to release process (#1386, #1381)
  • Update code signing certificates (#1431)
git-credential-manager - GCM 2.4.0

Published by github-actions[bot] 12 months ago

Changes:

  • Add support for managed identity and service principals in Azure Repos (#1372)
  • Support universal Gitea OAuth app configuration (#1442)
  • Set default generic OAuth redirect URI value (#1444)
  • Drop WPF helpers on Windows (#1417)
  • Add software rendering override for Windows (#1445, #1453)
  • Recognise GitLab hosts via WWW-Authenticate header (#1428)
  • Recognise Bitbucket hosts via WWW-Authenticate header (#1441)
  • Support GitHub Gist remote URLs (#1402)
  • Update to Avalonia 11.x (#1383)
  • Documentation updates (#1416)
  • Drop unnecessary .NET Framework-specific code (#1447)
  • Updates to release process (#1386, #1381)
  • Update code signing certificates (#1431)
git-credential-manager - GCM 2.3.2

Published by github-actions[bot] about 1 year ago

Changes:

  • Catch unhandled Trace2 exception when writing to a file (#1378)
git-credential-manager - GCM 2.3.1

Published by github-actions[bot] about 1 year ago

Changes

  • Ensure only unique accounts are returned from credential store (#1368, #1369)
  • Migrate GCM from microsoft/homebrew-git to Homebrew/homebrew-core tap (#1102, #1374)
git-credential-manager - GCM 2.3.0

Published by github-actions[bot] about 1 year ago

Announcement 📣

The git-credential-manager-core symlinks have been removed as of this release. The links, together with warning messages, were originally provided in GCM 2.0.877 (Nov 2022) after the “core” suffix was dropped from the project name to help ensure a smooth transition.

If you have old configuration that was not updated with later GCM versions or Git for Windows installs, you may see error messages such as:

git: 'credential-manager-core' is not a git command. See 'git --help'.

Please see our documentation about how to migrate your configuration here.

Changes

  • Fix a GCM/Git Trace2 file locking issue (#1323, #1340)
  • Remove symlinks to git-credential-manager-core exe (#1322, #1327)
  • Add fallback http uri to diagnose command (#1215, #1339)
  • Workaround MSAL tenant issue with silent auth (#1297, #1321)
git-credential-manager - GCM 2.2.2

Published by github-actions[bot] over 1 year ago

Changes:

This is a hotfix release that addresses various issues with the 2.2.1 and 2.2.0 releases, including:

  • Fix an issue where duplicate "Personal Access Token" GitHub account options are shown when Visual Studio has a GitHub account signed-in (#1325 #1328)
  • Fix an issue with Azure DevOps Server (TFS) and Windows Integrated Authentication (#1331 #1332)
  • Fix an issue with OAuth redirects GitHub Enterprise Server (#1329 #1330)
  • Correctly handle non-ASCII username/passwords with the WPF UI helpers (#1287 #1326)
git-credential-manager - GCM 2.2.1

Published by github-actions[bot] over 1 year ago

Changes:

  • Workaround Avalonia crashing issue on macOS (#1314)

Changes in 2.2.0:

  • Use in-proc methods for getting OS version number (#1240, #1264)
  • Update System.CommandLine (#1265)
  • Suppress GUI from command-line argument (#1267)
  • Add github (login|logout|list) commands (#1267)
  • cURL Cookie file support (#1251)
  • Update target framework on Mac/Linux to .NET 7 (#1274, #1282)
  • Replace JSON.NET with System.Text.Json (#1274)
  • Preserve exact redirect URI formatting in OAuth requests (#1281)
  • Use IP localhost redirect for GitHub (#1286)
  • Use WWW-Authenticate headers from Git for Azure Repos authority (#1288)
  • Better GitHub Enterprise Managed User (EMU) account support (#1190)
git-credential-manager - GCM 2.2.0

Published by github-actions[bot] over 1 year ago

Changes:

  • Use in-proc methods for getting OS version number (#1240, #1264)
  • Update System.CommandLine (#1265)
  • Suppress GUI from command-line argument (#1267)
  • Add github (login|logout|list) commands (#1267)
  • cURL Cookie file support (#1251)
  • Update target framework on Mac/Linux to .NET 7 (#1274, #1282)
  • Replace JSON.NET with System.Text.Json (#1274)
  • Preserve exact redirect URI formatting in OAuth requests (#1281)
  • Use IP localhost redirect for GitHub (#1286)
  • Use WWW-Authenticate headers from Git for Azure Repos authority (#1288)
  • Better GitHub Enterprise Managed User (EMU) account support (#1190)
git-credential-manager - GCM 2.1.2

Published by github-actions[bot] over 1 year ago

Changes:

  • Enable Azure Repos OAuth-mode by default on DevBox (#1245)

Changes since 2.1.1:

  • Fix several UI bugs (#1238, #1241)
  • Lazily initialise Bitbucket host provider dependencies (#1239)

Changes from 2.1.0:

  • Support ports in URL-scoped config (#825)
  • Support URL-scoped enterprise default settings (#1149)
  • Add support for client TLS certificates (#1152)
  • Add TRACE2 support(#1131, #1151, #1156, #1162)
  • Better browser detection inside of WSL (#1148)
  • Handle expired OAuth refresh token for generic auth (#1196)
  • Target *-latest runner images in CI workflow (#1178)
  • Various bug fixes:
    • Ensure we create a WindowsProcessManager on Windows (#1146)
    • Ensure we start child processes created with ProcessManager (#1177)
    • Fix app path name of Windows dropping file extension (#1181)
    • Ensure we init IEnvironment before SessionManager (#1167)
    • git: consistently read from stdout before exit wait (#1136)
    • trace2: guard against null pipe client in dispose (#1135)
  • Make Avalonia UI the default Windows and move to in-process (#1207)
  • Add Git configuration options for trace & debug (#1228)
  • Transition from Nerdbank.GitVersioning to a version file (#1231)
  • Add support for using the current Windows user for WAM on DevBox (#1197)
  • Various documentation updates:
    • org-rename: update references to GitCredentialManager (#1141)
    • issue templates: remove core suffix (#1180)
    • readme: add link to project roadmap (#1204)
    • docs: add bitbucket app password requirements (#1213)
    • .net tool: clarify install instructions (#1126)
    • docs: call out different GCM install paths in WSL docs (#1168)
    • docs: add trace2 to config/env documentation (#1230)
git-credential-manager - GCM 2.1.1

Published by github-actions[bot] over 1 year ago

Changes:

  • Fix several UI bugs (#1238, #1241)
  • Lazily initialise Bitbucket host provider dependencies (#1239)

Changes from 2.1.0:

  • Support ports in URL-scoped config (#825)
  • Support URL-scoped enterprise default settings (#1149)
  • Add support for client TLS certificates (#1152)
  • Add TRACE2 support(#1131, #1151, #1156, #1162)
  • Better browser detection inside of WSL (#1148)
  • Handle expired OAuth refresh token for generic auth (#1196)
  • Target *-latest runner images in CI workflow (#1178)
  • Various bug fixes:
    • Ensure we create a WindowsProcessManager on Windows (#1146)
    • Ensure we start child processes created with ProcessManager (#1177)
    • Fix app path name of Windows dropping file extension (#1181)
    • Ensure we init IEnvironment before SessionManager (#1167)
    • git: consistently read from stdout before exit wait (#1136)
    • trace2: guard against null pipe client in dispose (#1135)
  • Make Avalonia UI the default Windows and move to in-process (#1207)
  • Add Git configuration options for trace & debug (#1228)
  • Transition from Nerdbank.GitVersioning to a version file (#1231)
  • Add support for using the current Windows user for WAM on DevBox (#1197)
  • Various documentation updates:
    • org-rename: update references to GitCredentialManager (#1141)
    • issue templates: remove core suffix (#1180)
    • readme: add link to project roadmap (#1204)
    • docs: add bitbucket app password requirements (#1213)
    • .net tool: clarify install instructions (#1126)
    • docs: call out different GCM install paths in WSL docs (#1168)
    • docs: add trace2 to config/env documentation (#1230)
git-credential-manager - GCM 2.1.0

Published by github-actions[bot] over 1 year ago

Changes:

  • Support ports in URL-scoped config (#825)
  • Support URL-scoped enterprise default settings (#1149)
  • Add support for client TLS certificates (#1152)
  • Add TRACE2 support(#1131, #1151, #1156, #1162)
  • Better browser detection inside of WSL (#1148)
  • Handle expired OAuth refresh token for generic auth (#1196)
  • Target *-latest runner images in CI workflow (#1178)
  • Various bug fixes:
    • Ensure we create a WindowsProcessManager on Windows (#1146)
    • Ensure we start child processes created with ProcessManager (#1177)
    • Fix app path name of Windows dropping file extension (#1181)
    • Ensure we init IEnvironment before SessionManager (#1167)
    • git: consistently read from stdout before exit wait (#1136)
    • trace2: guard against null pipe client in dispose (#1135)
  • Make Avalonia UI the default Windows and move to in-process (#1207)
  • Add Git configuration options for trace & debug (#1228)
  • Transition from Nerdbank.GitVersioning to a version file (#1231)
  • Add support for using the current Windows user for WAM on DevBox (#1197)
  • Various documentation updates:
    • org-rename: update references to GitCredentialManager (#1141)
    • issue templates: remove core suffix (#1180)
    • readme: add link to project roadmap (#1204)
    • docs: add bitbucket app password requirements (#1213)
    • .net tool: clarify install instructions (#1126)
    • docs: call out different GCM install paths in WSL docs (#1168)
    • docs: add trace2 to config/env documentation (#1230)
git-credential-manager - GCM 2.0.935

Published by github-actions[bot] over 1 year ago

Changes:

  • Guard against null pipe client (#1135)
  • Consistently read from stdout before waiting for Git process exit (#1136)
git-credential-manager - GCM 2.0.931

Published by github-actions[bot] over 1 year ago

Changes:

  • Secret Service sec_free: Assertion cell->requested > 0 failed. error fix #996
  • Release pipeline fixes #995 #1009 #1061
  • Generic OAuth support via config 🎉 #1062
  • Initial TRACE2 tracing events #1045
git-credential-manager - GCM 2.0.886

Published by github-actions[bot] almost 2 years ago

Changes:

  • Fix various problems with install path and app path variables #968
  • Sign Linux tarball and .NET tool #985
git-credential-manager - GCM 2.0.877

Published by github-actions[bot] almost 2 years ago

Changes:

git-credential-manager - GCM 2.0.785

Published by github-actions[bot] over 2 years ago

Changes:

git-credential-manager - GCM 2.0.779

Published by github-actions[bot] over 2 years ago

Changes:

  • Added Markdown Linting/Dependabot (#668, #674)
  • Improved detection of dotnet on Linux (#685)
  • Added support for local network host URIs (#699)
  • Updated generic provider to support all protocols (#712)
  • Updated Bitbucket credential UI to show the URL of the Bitbucket Server or Data Center instance if applicable (#713)
  • Migrated release process from Azure DevOps to GitHub actions (#707)
  • Updated to manually scanning $PATH instead of using which on POSIX systems (#717)
  • Added read_repository scope to GitLab OAuth app (#719)
  • Added support for osx-arm64 (#732)
  • Discontinued incorrect use of Homebrew Git shim (#731)
  • Stopped serializing/writing credentials that already exist (#739)
  • Corrected runtime exceptions with Bitbucket DC authentication (#743)
  • Corrected matching of Windows credentials when port numbers were used in search (#748)
  • Added auto-generated manifest for Windows executables (#756)
  • Updated Bitbucket UI to separate OAuth and username/password options (#754)

Special thanks to our contributors 🎉:

  • @wolf99
  • @hickford
  • @easwarh
  • @Bene81
  • @samuel-lee-msft
  • @miya789
  • @buchwasa
  • @mminns
git-credential-manager - GCM 2.0.696

Published by mjcheetham over 2 years ago

This release is a fast follow to 2.0.692 to fix issues with the Debian package generated as part of that release.

Changes:

git-credential-manager - GCM 2.0.692

Published by mjcheetham over 2 years ago

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

  • @hickford
  • @mminns
  • @ejball
  • @jessehouwing
  • @buchwasa
  • @felipecrs