Skip to content

GitHub CLI 2.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 19:14
· 1429 commits to trunk since this release
69573b3

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 #7276

Other new features

Bugfixes

  • Make number arg, commit arg, and flags mutually exclusive by @kkocha in #7268
  • Check SSH key existence before uploading by @vaindil in #7246
  • Throw error for non-existing org / repo with non-zero status in repo list by @wingkwong in #7240

Docs and development changes

  • Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #7217
  • Properly handle closing files that have been writen to by @samcoe in #7199
  • Added apt update command to linux install docs. by @srgk26 in #7186
  • Revise GH_CONFIG_DIR content in help_topic.go by @wingkwong in #7230
  • Refine the Makefile file so that it can do the basic work by @cubxxw in #7228
  • Clearer message with actionable hint for repo sync by @macmacbr in #7110
  • Fix typo in README.md by @SonicGDX in #7244
  • Retry fetching repo from template by @heaths in #7080
  • Repo list: add test for invalid owner error by @mislav in #7241
  • Improve Amazon Linux install instructions by @mislav in #7252
  • Add commit SHA arg to gh browse help by @kkocha in #7267
  • Additional help doc and example for auth setup-git by @kkocha in #7243

New Contributors

Full Changelog: v2.25.1...v2.26.0-pre0