GitHub CLI 2.28.0
What's New
-
macOS binaries are now signed and notarized
⚠️ macOS archives attached to our releases are no longer.tar.gz, but.zipinstead. This is because.tar.gzarchives cannot be notarized.- The
checksums.txtfile attached to every release now includes the checksum of the Windows MSI installer too.
-
macOS and Windows binaries are now compiled from their respective platforms and have
cgoenabled. This might help resolve respecting system proxy settings and avoid related networking issues. -
issue edit: edit multiple issues at the same time by @heaths in #7259 -
Add
gh org listby @joshkraft in #7257 -
ssh-key: add ability to manage signing keys by @kousikmitra in #7270 -
search: enable owner flag to take multiple values by @kousikmitra in #7305 -
codespace: add--webflag forlist&createcommands by @doaortu in #7288 -
Our Debian & RPM packages now ship with shell completion scripts by @Xerkus in #7293
-
run list: add--eventand--createdfilters by @cawfeecake in #7363 #7352
What's Changed
- Fix typo in
cs stopcommand:Stoppping->Stoppingby @FalseDev in #7318 - Update go-gh to v2 by @samcoe in #7299
auth login: normalize host name by @tuananhlai in #6999- build(deps): bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1 by @dependabot in #7323
- Clarify how SSH keys are selected for
gh codespace sshby @jkeech in #7325 - Initialize deployment.yml workflow file by @mislav in #7328
- Fix
gh cs portsrequiringsudofor privileged port numbers by @cmbrose in #7326 - Correct some typos by @goggle in #7342
- Diacritics substitution in prompt by @benjlevesque in #7205
- gh: move
CODEOWNERSinside the.github/dir by @SauravMaheshkar in #7366 - Pretty-print gh api output when using --jq by @mjpieters in #7236
New Contributors
- @joshkraft made their first contribution in #7257
- @kousikmitra made their first contribution in #7270
- @doaortu made their first contribution in #7288
- @FalseDev made their first contribution in #7318
- @tuananhlai made their first contribution in #6999
- @goggle made their first contribution in #7342
- @Xerkus made their first contribution in #7293
- @cawfeecake made their first contribution in #7363
- @yeikel made their first contribution in #7337
- @SauravMaheshkar made their first contribution in #7366
- @mjpieters made their first contribution in #7236
Full Changelog: v2.27.0...v2.28.0