GitHub CLI Versions Save

GitHub’s official command line tool

v2.41.0

3 months ago

As you can see from the notes below, this release contains some quality of life improvements as well as a move to Azure Code Signing for Windows .exe and .msi release artifacts. This change was extensively tested prior to the holidays before our previous signing certificate expired, however the CLI team is being attentive to issues or discussions raised by our Windows community if any problems or concerns arise. 🙇 ❤️

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.40.1...v2.41.0

v2.40.1

4 months ago

What's Changed

Other Things

Full Changelog: https://github.com/cli/cli/compare/v2.40.0...v2.40.1

v2.40.0

4 months ago

Multiple Account Support

With the v2.40.0 release, multi-account support is introduced to gh for GitHub.com and GitHub Enterprise and it is only the beginning!

Thanks to @gabe565 for his efforts to support multi-account capabilities with gh-profile extension for this long requested feature! ❤️

This release focuses on several specific use cases:

  • adding multiple accounts for GitHub.com and GitHub Enterprise with gh auth login
  • switching manually between accounts for gh and git use with gh auth switch
  • seeing multiple accounts with gh auth status
  • logging out of accounts with gh auth logout

Future enhancements such as automatic account switching based on context and more git automatic git configuration will be planned based on community feedback.

For much more detail about the specific of multiple account support in this release as well as a discussion of the sharp edges, please see this doc.

Please provide feedback in our release discussion.

What's changed

Other technical changes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.39.2...v2.40.0


This discussion was created from the release GitHub CLI 2.40.0.

v2.39.2

5 months ago

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.39.1...v2.39.2

v2.39.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.39.0...v2.39.1

v2.39.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.38.0...v2.39.0

v2.38.0

6 months ago

Highlights

Everything Else

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.37.0...v2.38.0

v2.37.0

6 months ago

:warning: :warning: Breaking Changes :warning: :warning:

  • project: Remove template field from --format=json output by @samcoe in https://github.com/cli/cli/pull/8160
    • In v2.34.0 we introduced the template field when outputing projects to JSON, unfortunately we forgot to take into account our GHES users. This field does not exist on GHES 3.8 and older. Including this field in our queries and output broke nearly all the project commands for users targeting these older versions of GHES. As we try our hardest to keep gh compatible with all non-deprecated GHES versions this was a pretty big mistake. In order to fix it we are reverting the querying and exporting of the template field for project commands. We apologize for the inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.36.0...v2.37.0

v2.36.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.35.0...v2.36.0

v2.35.0

7 months ago

What's New

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.34.0...v2.35.0