Skip to content
Compare
Choose a tag to compare

GitHub CLI 2.7.0

Latest
@github-actions github-actions released this
· 2 commits to trunk since this release
a6f6ad7
Compare
Choose a tag to compare

Find your work across repositories

  • Add gh status command by @vilmibm in #5369

    The status command displays issues and pull requests assigned to you from anywhere on GitHub, as well as requests for your review, mentions of your name, and notifications.

  • gh search: Add search issues and search pull requests commands by @samcoe in #5334

Other New Features

Fixes

  • Codespaces: Disallow some operations on codespaces that have a pending operation by @cwndrws in #5319
  • Codespaces: Listen to agent port-forwarding events when forwarding ports by @bchuecos in #5270
  • cs ssh: remove unwanted trailing quote by @sgray in #5327
  • cs ssh: use setup example that should work with any ssh config by @znull in #5345
  • cs cp: parse additional scp args by @cmbrose in #5340
  • cs create: rename repo permissions opt-out parameter by @gdomingu in #5344
  • pr view: respect GH_FORCE_TTY by @callumacrae in #5357
  • extension upgrade --all: do not throw an error if no extensions are installed by @jimmykodes in #5356
  • run download: fix extracting to root path by @mislav in #5225
  • pr create --web: fix escaping URL path components by @GreenRecycleBin in #5374
  • release list: fix "latest" release logic by @graphaelli in #4921
  • Text editor: only add UTF-8 BOM on Windows by @mgabeler-lee-6rs in #5326
  • Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 by @dependabot in #5337

New Contributors

Full Changelog: v2.6.0...v2.7.0