Hi text-based friends,
This is a small release, but a few things are worth calling out:
ls alias now available for all commands
All places where a list subcommand is defined now support an ls alias, so gh pr ls to your heart's content. Thanks @CGA1123 in #5214 .
Better handling of oauth scopes
Thanks to @mario-campos we now properly understand implied auth scopes, fixing some instances where gh insisted you needed additional scopes when you did not. #5256
Other Bugfixes
- Fix HexToRGB panic by @markphelps in #5247
Other Changes
- Support filtering PRs authored by GitHub Apps by @joshmgross in #5180
- gh auth login: added flags to partially automate flow by @jonathan-enf in #5158
- Codespaces Create: Allow Accepting Permissions by @markphelps in #5234
Development & Docs
- Bump github.com/itchyny/gojq from 0.12.6 to 0.12.7 by @dependabot in #5263
- Misc. docs improvements by @mislav in #5223
- Use StringEnumFlag helper in more places by @mislav in #5221
- Change how gh-cli is installed on fedora by @Hanjingxue-Boling in #5204
New Contributors
- @CGA1123 made their first contribution in #5214
- @Hanjingxue-Boling made their first contribution in #5204
- @jonathan-enf made their first contribution in #5158
- @markphelps made their first contribution in #5234
- @mario-campos made their first contribution in #5256
Full Changelog: v2.5.1...v2.5.2