Skip to content

GitHub CLI 2.28.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 13:53
32faa8e

What's New

  • macOS binaries are now signed and notarized

    • ⚠️ macOS archives attached to our releases are no longer .tar.gz, but .zip instead. This is because .tar.gz archives cannot be notarized.
    • The checksums.txt file 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 cgo enabled. 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 list by @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 --web flag for list & create commands by @doaortu in #7288

  • Our Debian & RPM packages now ship with shell completion scripts by @Xerkus in #7293

  • run list: add --event and --created filters by @cawfeecake in #7363 #7352

  • repo: add visibility JSON field by @yeikel in #7337

What's Changed

New Contributors

Full Changelog: v2.27.0...v2.28.0