GitKraken CLI V2.0.0

Released: May 14, 2024

Updates in GitKraken CLI V2.0.0

Features

  • Manage your pull requests and issues with Launchpad
    • gk focus has been renamed to gk launchpad (also available as gk lp).
    • Launchpad groups your pull requests into actionable status categories so you can unblock your code review workflow.
    • You can now create a worktree with the shortcut t.
    • Added a create branch shortcut b to quickly create branches from issues.
    • The Workspace list will automatically filter when searching for a Workspace in Launchpad.
    • WIPs are now displayed by default.
  • Suggest changes on pull requests with Code Suggest
    • You can now create Code Suggestions on pull requests using gk pr suggest. This will use changes in your working directory to suggest code changes on any GitHub pull request.
    • gk status will now display if the current branch has a linked issue in addition to a pull request, working changes, code suggestions or a stash.
    • You can now create code suggestions with gk pr suggest, and use gk pr list-suggestions to see code suggestions made to a pull request.
  • Improved overall execution performance on all commands.
  • Additions for command autocomplete.
  • Added scriptability to commands so they can be used in headless environments (ie. GitHub Actions).
  • Added support for selective repository deletion from Workspaces.
  • Improved some loading times by optimizing API communication.
  • Added an async load to allow using the Launchpad during loading time.
  • You can now display any status of issues instead of just open or close.
  • Improved v shortcut in Launchpad to better recalculate size of terminal.
  • Minor UI changes in the Launchpad.
  • Table titles in Launchpad are now cropped leaving the number visible.

Fixes

  • Fixed some UI bugs in Launchpad in small windows.
  • Fixed some shortcuts failing to execute under certain conditions.
  • Fixed a bug where issues couldn't be pinned or snoozed.
  • Fixed the screen freezing for a couple of seconds when pinning or snoozing.
  • Fixed a bug where Workspaces wouldn't load even though they were there.
  • Fixed a bug for Trello integration.
  • Fixed a bug where Trello issues wouldn't display the boards correctly.