GitHub CLI 2.26.0
·
4450 commits
to trunk
since this release
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
- Allow filtering workflow runs by status by @alex-petrov-vt in #7249
- Gist rename by @wingkwong in #7212
- Add a
--fail-fastoption topr checks --watchby @benjlevesque in #7203 - Add
--templatefor issue and PR by @guerinoni in #7185 - gh run view --attempt by @wingkwong in #7232
- utocomplete branch flags by @bchadwic in #6031
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
- @wingkwong made their first contribution in #7212
- @srgk26 made their first contribution in #7186
- @cubxxw made their first contribution in #7228
- @macmacbr made their first contribution in #7110
- @SonicGDX made their first contribution in #7244
- @vaindil made their first contribution in #7246
- @kkocha made their first contribution in #7267
Full Changelog: v2.25.1...v2.26.0-pre0