releases.shpreview
GitHub/GitHub CLI

GitHub CLI

$npx -y @buildinternet/releases show github-cli
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases10Avg3/moVersionsv2.85.0 → v2.90.0
Oct 3, 2023
GitHub CLI 2.36.0

What's Changed

New Contributors

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

Sep 19, 2023
GitHub CLI 2.35.0

What's New

What's Changed

New Contributors

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

Sep 6, 2023
GitHub CLI 2.34.0

What's New

What's Changed

New Contributors

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

Aug 21, 2023
GitHub CLI 2.33.0

Meowdy terminal aficionados! 😸

Before moving onto the freshest gh release notes, I have some GitHub CLI team news to share with the community:

  1. Our dear friend and college @vilmibm has moved on from GitHub in following his passions for digital humanities 😿

    The core GitHub CLI team could not be happier for Nate as those same passions has brought gh to this point. 😻 So a tremendous unimaginable thanks to our dear friend as he chases the wind with the hopes he continues as part of the GitHub CLI community 💯

  2. We welcome a new GitHub CLI team member: @andyfeller 😹

    Andy has been a long-time CLI extension advocate within GitHub for some time, maintaining extensions for unique user challenges. Please warmly welcome him as he gets up to speed with supporting our community officially! ❤️

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.32.1...v2.33.0

Jul 24, 2023
GitHub CLI 2.32.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.32.0...v2.32.1

Jul 11, 2023
GitHub CLI 2.32.0

hello terminal fans, it's me @vilmibm .

We are pleased to bring you a new release of the GitHub CLI on this Confusion 46, 3189 YOLD.

We've got features. we've got bugfixes. This release has a real zest for life; can you feel it?

First though, a sad note. @mislav has moved on from GitHub. He was instrumental to this project and without him I don't think it would have ever happened. BIG THANKS MUCH LOVE to this wonderful person!

Happily, we have a new core team member who is, truly, a delight. Please welcome @williammartin , whom you'll see a lot more on issues and pull requests moving forward.

Now, let's talk BUSINESS.

gh ruleset

Repository Rulesets are in beta on git hub dot com and they are now also in beta on git hub sea ell eye. You can list, view, and check branches against rulesets set at the repository or organization level. Major shoutouts to @vaindil for this big contribution. My favorite command in here is gh rs check <branch> which will tell you what rules would apply to a hypothetical branch name. To learn more, run gh help ruleset.

gh cache

gh cache is a new top level command in our suite of support for Actions. It lets you list and delete caches saved in Actions. It's neat and I like it. Thanks, @joshkraft ! To learn more, run gh help cache.

Other new stuff

Bugfixes

Docs & Dev

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.31.0...v2.32.0

Jun 21, 2023
GitHub CLI 2.31.0

What's New

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.30.0...v2.31.0

May 30, 2023
GitHub CLI 2.30.0

What's New

What's Changed

All the Details

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.29.0...v2.30.0

May 10, 2023
GitHub CLI 2.29.0

What's New

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.28.0...v2.29.0

Apr 25, 2023
GitHub CLI 2.28.0

What's New

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.27.0...v2.28.0

Apr 7, 2023
GitHub CLI 2.27.0

v2.27.0

This is primarily an out of band bugfix release for codespaces users, but does include a new command gh run delete.

New Features

Bugfixes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.26.1...v2.27.0-pre0

Apr 4, 2023
GitHub CLI 2.26.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.26.0...v2.26.1

GitHub CLI 2.26.0

gh 2.26.0

Important: credentials now stored securely by default

When running gh auth login, your credentials will now be stored in your operating system's credential storage instead of directly on disk. In other words, --secure-storage is now default behavior. We've added a new flag, --insecure-storage, to opt into the old insecure behavior in case you need to debug an issue with credential storage.

As before, to take advantage of credential storage, please re-run gh auth login.

For more context, you can read the v2.24.0 release notes

Ref: secure storage by default by @vilmibm in https://github.com/cli/cli/pull/7276

Other new features

Bugfixes

Docs and development changes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.25.1...v2.26.0-pre0

Mar 21, 2023
GitHub CLI 2.25.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.25.0...v2.25.1

Mar 20, 2023
GitHub CLI 2.25.0

What's New

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.24.3...v2.25.0

Mar 9, 2023
GitHub CLI 2.24.3

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.24.2...v2.24.3

GitHub CLI 2.24.2

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.24.1...v2.24.2

GitHub CLI 2.24.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.24.0...v2.24.1

Mar 8, 2023
GitHub CLI 2.24.0

What's New

Option to store gh access token in system encrypted storage

The gh auth login and gh auth refresh commands gained the new --secure-storage flag. In this mode, the access token that GitHub CLI uses for GitHub API requests will now be stored in the system keyring instead of in the plain text config file.

To migrate as an existing GitHub CLI user, re-authenticate like so:

gh auth refresh --secure-storage -h github.com

Depending on your system, you could get an interactive prompt to allow the CLI tool to access the system keyring. The systems that are supported are:

  • Keychain on macOS
  • GNOME Keyring on Linux (Secret Service dbus interface)
  • Wincred on Windows

Please note:

  • This feature is currently opt-in, but will become the default in the near future.

  • If none of the system storage providers are found, or the store operation fails, the token will be written to the config file as before.

  • Using this feature could result in Go extensions breaking if they were not updated to the latest go-gh version. If extensions you are using no longer work after migrating your token to secure token storage, please report the issue to that extension's repository.

  • Storing tokens in system keyring most likely won't work in “headless” environments.

Other additions

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.23.0...v2.24.0

Feb 8, 2023
GitHub CLI 2.23.0

What's New

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.22.1...v2.23.0

Latest
v2.90.0
Source
@cli/cli
Tracking Since
Jan 27, 2023
Last checked Apr 19, 2026