2024-05-14T11:02:46Z
Welcome to the latest release of GitKraken CLI!
Changelog 🚀
✨ Features
Make managing your pull requests and issues a breeze 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.
- Create code suggestions with
gk pr suggest
, and use gk pr list-suggestions
to see code suggestions made to a pull request.
✅ Improvements
- 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.
- Display any status of issues instead of just
open
or close
.
- Improve
v
shortcut in Launchpad to better recalculate size of terminal.
- Minor UI changes in the Launchpad
- Table titles in Launchpad are cropped leaving the number visible
🐞 Bug 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.
Thanks!
Those were the changes on v2.0.0!