What's Changed
- Use alternate screen buffer for watching runs by @heaths in #5681
cs copy/ssh: Remove misleading password prompt by @jungaretti in #5969run list/view: Correctly determine run started/elapsed timestamps by @mislav in #5945api: Avoid HTML-escaping JSON output by @mislav in #5989- Fix Time-Zone header not properly being set by @samcoe in #5996
- Fix invalid hosts file error when empty hosts file @samcoe in #5996
- Fix parsing base repo out of outdated git remotes by @mislav in #5994
Full Changelog: v2.14.2...v2.14.3
What's Changed
- Remove accidental caching from
repo listand other commands by @mislav in #5943 - Ensure correct GitHub API request headers sent by @samcoe in #5935
repo edit: ignore whitespace when adding topics by @pxeger in #5939- Post-
go-ghintegration cleanup by @samcoe in #5933
New Contributors
Full Changelog: v2.14.1...v2.14.2
What's New
cs list: Add ability to filter by repo by @markphelps in #5854
What's Changed
pr status: Fix detecting PR for curent branch by @mislav in #5915pr checks: Avoid deduplicating same-named checks under different workflows by @mislav in #5919pr close: Improve error messaging when missing args by @ffalor in #5885repo fork: Directly fork under the desired name by @mislav in #5916run download: Allow retrieving more than 100 artifacts by @faubion-hbo in #5799cs ssh: Don't generate SSH key pair if set already exists by @cmbrose in #5859cs create: Fix case where codespace created while in provisioning state causes panic by @markphelps in #5873
New Contributors
- @casswedson made their first contribution in #5910
- @faubion-hbo made their first contribution in #5799
Full Changelog: v2.13.0...v2.14.0
What's New
- Add
pr merge --match-head-commitflag by @ffalor in #5692 - Add
codespace create --retention-periodflag by @gdomingu in #5825 - Add
codespace list/stop/delete --orgmanagement capabilities for organization administrators by @greggroth and @8Gitbrix in #5807 #5812 #5827 codespace ssh: automatically generate SSH keys by @cmbrose in #5752codespace create: notify user when codespace usage is covered by an organization by @jshorty in #5816secret set: allow setting Codespace repository secrets by @greggroth in #5802- Add Windows ARM precompiled binary and support
arm64extensions by @azchohfi in #5715
What's Changed
- Improve gh auth help message based on CI environment by @spenserblack in #5781
- Fix determining the path to the
ghexecutable under Homebrew by @mislav in #5822 pr create: clear filter when selecting from a list in interactive mode by @wilhelmeek in #5841repo fork: raise error if attempting to fork own repository by @jf-delineate in #5794- Simplify codespace picker by @greggroth in #5826
- Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #5833
New Contributors
- @azchohfi made their first contribution in #5715
- @wilhelmeek made their first contribution in #5841
Full Changelog: v2.12.1...v2.13.0
What's New
-
pr merge: add merge queue support by @mntlty in #5596The merge queue feature is currently in beta and available to only some repositories, but if a base branch has merge queue enabled,
gh pr mergewill add any pull request targeting that branch to the associated merge queue instead of attempting to immediately merge it. -
codespace edit: add ability to interactively choose a codespace by @8Gitbrix in #5705
What's Changed
repo list: fix compatibility with GHES older than v3.3 by @samcoe in #5764repo edit: fix interactive mode compatibility with GHES older than v3.3 by @mislav in #5764pr create: allow forking of repositories with "internal" visibility by @mislav in #5764auth logout: remove confirmation prompt by @jf-delineate in #5751repo create: fix "git init" instructions for paths that have spaces by @guerinoni in #5719codespace create: update prebuild availability status display by @Fengyi-Li in #5737- Clean up progress indicator if codespace fails to start by @mislav in #5762
- Extract LiveshareSession interface by @greggroth in #5725
- Bump github.com/itchyny/gojq from 0.12.7 to 0.12.8 by @dependabot in #5744
- Bump github.com/AlecAivazis/survey/v2 from 2.3.4 to 2.3.5 by @dependabot in #5775
New Contributors
- @guerinoni made their first contribution in #5719
- @Fengyi-Li made their first contribution in #5737
- @8Gitbrix made their first contribution in #5705
- @jf-delineate made their first contribution in #5751
Full Changelog: v2.11.3...v2.12.0
What's Changed
codespace create: Avoid unspecified retention period being forwarded to the API as "0" by @greggroth in #5706
Full Changelog: v2.11.2...v2.11.3