This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Releases: lengau/gh-snap
Releases · lengau/gh-snap
GitHub CLI nightly 2.27.0
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 89caedf1 Add
-R
as shorthand of--repo
flag for search commands (#7274) - 4f08b282 Merge pull request #7284 from cli/cmbrose/invoker-close-fix
- 27a3fcc8 Fix invoker immediately closing
- 08f93703 Merge pull request #7254 from phillippbertram/feat/add-cmd-gh-run-delete
- 32901084 lint fixes
- 7b3a8315 cleanup
- 409e1555 feat(run): add new delete command
GitHub CLI nightly 2.25.1
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 1fc98f68 variable: fix listing and deleting variables in an environment (#7207)
GitHub CLI nightly 2.25.0
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 88cae9f5 Support ext install --force (#7173)
- 0b9b1f71 use Prompter for
pkg/cmd/repo/archive
(#7083) - 9d10439e Merge pull request #7195 from jongwooo/chore/replace-deprecated-command-with-environment-file
- 3a89f14d Replace deprecated command with environment file
- 9596fd53 Skip checking keyring for token in certain scenarios (#7169)
- d9051658 Bump actions/setup-go from 3 to 4 (#7177)
- 7bd71532 Fix multiword keyword quoting for search commands (#7170)
- 999caaa0 Merge pull request #7180 from cli/jtpetty/issue-455
- 6d095009 Fixes #455 - Hide "current branch" for pr status --repo
- 41a45713 Tech debt cleanup for variable and secret commands (#7151)
- 5191c502 Only replace control sequences (#7168)
- f7930a43 Dont follow redirects on repo delete (#7106)
- e5a0b1fe Add variable delete command (#6929)
- c8250958 Add variable list command (#6995)
- 88cc4d25 Add variable set command (#6928)
- 76f6aa1f Clarify
gh auth refresh
command behavior (#7132) - cff5dec2 Make repo sync git fetch authenticated (#7139)
- c2d728ec Improve documentation and consistency of the
--commit
flag forgh browse
command (#7105) - 78ffa73f Use transform.Transformer interface for ascii sanitization (#7117)
- 661d9621 Merge pull request #7116 from cli/even-more-prompts
- aae4023c use t.Cleanup(m.Verify)
- 10dd74b4 fix bug with Prompter.MultiSelect
- b5c3d982 new tooling for assertions about prompting
GitHub CLI nightly 2.24.3
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 71d9e0eb Merge pull request #7124 from cli/config-get-token-fix
- db68dfa4 config get: support getting oauth_token from keyring
GitHub CLI nightly 2.24.1
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 50ddb369 Manually get current user name rather than use api client (#7114)
- 03730c2c Merge pull request #6848 from cli/jungaretti/fix-jupyter-spinner
- 0673dccc Fix delete tests
- 39a1dc90 Match return style
- c347737a Fix build errors
- 5a7f779c Merge branch 'trunk' into jungaretti/fix-jupyter-spinner
- 6a150d57 Adopt in delete.go
- a3883583 Merge branch 'trunk' into jungaretti/fix-jupyter-spinner
- 1b88915a Rename f to run
- a848cd1b Adopt in stop.go
- bc789b27 Adopt in ssh.go
- 970088a7 Adopt in ports.go
- f77eb5f9 Adopt in list.go
- 123380ac Adopt in edit.go
- 38397f11 Adopt in delete.go
- d815d54b Adopt in create.go
- 43783a33 Move helper to iostreams
- 5879923b Use progress runner a few times
- 216d3bf9 Add generic progress runner
- efe57991 Fix spinner on error
GitHub CLI 2.23.0
Changelog
- 94fe6c77 Fix set-default interactive not showing all remotes (#6969)
- 801c38a2 Add visibility warning to repo edit (#6980)
- 14eb873b Avoid implicitly fetching when adding a new git remote (#6990)
- 78fb9095 Teach gh cs create to use current repo as default (#6596)
- 626c639d Disallow update checker delaying the gh process (#6978)
- d4c9890c Default to authenticated user on codespace delete (#6944)
- 052f567e Merge pull request #6977 from cli/disable-update-checker
- 3c0c450e Merge pull request #6983 from jsoref/repo-fork-default-branch-only
- e6d64277 Support Fork with Default Branch Only
- d1e54ecb Merge pull request #6976 from cli/httpretty-body-fix
- 2097899a Disable gh update checker in our precompiled binaries
- 9743928b GH_DEBUG: fix api logging not corrupting response bodies
- 06af84f4 Merge pull request #6932 from cli/godotenv-bump
- 73fb4c14 secret set: enable multiline values when reading from .env file
- 0dd7e9c3 Fix panic in ASCII sanitization (#6956)
- 9f426bf6 Merge pull request #6973 from cli/dependabot/github_actions/microsoft/setup-msbuild-1.3.1
- 940ef473 Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1
- 138da0f9 Fix adding/removing projects using flags for edit commands (#6955)
- c024e856 Merge pull request #6584 from cli/gh-ext-browse-followup
- b8a6c1da include readme viewing in small help
- 5dea3a92 Merge branch 'trunk' into gh-ext-browse-followup
- c9590f36 longer small help
- 79a1be4f Merge pull request #6948 from cli/dependabot/go_modules/github.com/cli/oauth-1.0.1
- c36aece5 Bump github.com/cli/oauth from 1.0.0 to 1.0.1
- ced071fe Sanitize ANSII control characters returned from the server (#6916)
- 1233bd44 Special case setting dependabot org secrets (#6941)
- 300bc2cb fix tests
- 37eee304 WIP fixing tests
- 1786ece4 Change uint8 to uint64 to hold job with more than 255 run attempts (#6935)
- 8c41ae8a Merge pull request #6923 from joshmgross/trunk
- f6431ca0 Use int64 repository IDs for Codespaces user secrets
- 3ab72f44 WIP: fixing tests
- ba725d7a update doc
- 3af8e56c TODOs
- f60970ff clean up command screen
- c2c4d8c3 fix silencing git output
- fec1f115 remove unused args from installGit
- 868af11b WIP on using pages
- bcc0d2b8 clean up some key handling
- b4a6480c Merge remote-tracking branch 'origin/trunk' into gh-ext-browse-followup
- 0a82a57e WIP on single column support
- d42744fb freeze input when help active
- 69a1f0ab use Pages to render help
- 2f42196f these were bad
- 5d8d0328 move help to its own window
GitHub CLI nightly 2.27.0-8-g32a41da4
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
- aa8a9020 Merge branch 'trunk' into gh-org-command
- 6fd951c1 Merge branch 'trunk' into gh-org-command
- 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
- ba37e233 add "showing x of y organizations" header
- 8fbcae6a Merge branch 'trunk' into gh-org-command
- 74bf49fc Merge branch 'trunk' into gh-org-command
- 37970f48 feat: add gh org list
GitHub CLI nightly 2.27.0-17-gdbc2f051
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- dbc2f051 Update go-gh to v2 (#7299)
- c0855a3e Fix typo in
cs stop
command:Stoppping
->Stopping
(#7318) - 83322104 feat: add web flag for codespace list & create subcommand (#7288)
- 9162d47c Merge pull request #7305 from kousikmitra/fix/owner-flag-type
- 7ee35e43 Enable owner flag to take multiple values for searching
- fe5b1422 Merge pull request #7270 from kousikmitra/feature/ssh-signing-key
- a279dd70 Merge branch 'trunk' into feature/ssh-signing-key
- 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
- aa8a9020 Merge branch 'trunk' into gh-org-command
- 6fd951c1 Merge branch 'trunk' into gh-org-command
- 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
- ba37e233 add "showing x of y organizations" header
- 4668810c Enhance ssh-key list to show signing ssh keys also
- 0d8b5ab9 Add option to add ssh singing key
- 8fbcae6a Merge branch 'trunk' into gh-org-command
- 74bf49fc Merge branch 'trunk' into gh-org-command
- 37970f48 feat: add gh org list
GitHub CLI nightly 2.27.0-16-gc0855a3e
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- c0855a3e Fix typo in
cs stop
command:Stoppping
->Stopping
(#7318) - 83322104 feat: add web flag for codespace list & create subcommand (#7288)
- 9162d47c Merge pull request #7305 from kousikmitra/fix/owner-flag-type
- 7ee35e43 Enable owner flag to take multiple values for searching
- fe5b1422 Merge pull request #7270 from kousikmitra/feature/ssh-signing-key
- a279dd70 Merge branch 'trunk' into feature/ssh-signing-key
- 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
- aa8a9020 Merge branch 'trunk' into gh-org-command
- 6fd951c1 Merge branch 'trunk' into gh-org-command
- 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
- ba37e233 add "showing x of y organizations" header
- 4668810c Enhance ssh-key list to show signing ssh keys also
- 0d8b5ab9 Add option to add ssh singing key
- 8fbcae6a Merge branch 'trunk' into gh-org-command
- 74bf49fc Merge branch 'trunk' into gh-org-command
- 37970f48 feat: add gh org list
GitHub CLI nightly 2.27.0-15-g83322104
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 83322104 feat: add web flag for codespace list & create subcommand (#7288)
- 9162d47c Merge pull request #7305 from kousikmitra/fix/owner-flag-type
- 7ee35e43 Enable owner flag to take multiple values for searching
- fe5b1422 Merge pull request #7270 from kousikmitra/feature/ssh-signing-key
- a279dd70 Merge branch 'trunk' into feature/ssh-signing-key
- 32a41da4 Merge pull request #7257 from joshkraft/gh-org-command
- aa8a9020 Merge branch 'trunk' into gh-org-command
- 6fd951c1 Merge branch 'trunk' into gh-org-command
- 4d20db0c Merge branch 'gh-org-command' of https://github.com/joshkraft/cli into gh-org-command
- ba37e233 add "showing x of y organizations" header
- 4668810c Enhance ssh-key list to show signing ssh keys also
- 0d8b5ab9 Add option to add ssh singing key
- 8fbcae6a Merge branch 'trunk' into gh-org-command
- 74bf49fc Merge branch 'trunk' into gh-org-command
- 37970f48 feat: add gh org list