Releases: git-ecosystem/git-credential-manager
GCM 2.6.0
GCM 2.5.1
GCM 2.5.0
Important Note:
The NuGet package/.NET Tool for this release was not generated correctly, and as such is not published to nuget.org. The artifact remains attached to this GitHub release for prosperity, but should not be used.
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)
GCM 2.4.1
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)
GCM 2.4.0
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)
GCM 2.3.2
GCM 2.3.1
GCM 2.3.0
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
GCM 2.2.2
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)
GCM 2.2.1
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)