Releases: gitkraken/gk-cli
Releases · gitkraken/gk-cli
v2.0.0
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 focushas been renamed togk launchpad(also available asgk 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 branchshortcutbto 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 statuswill 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 usegk pr list-suggestionsto 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
openorclose. - Improve
vshortcut 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!
v1.6.1
2024-03-14T09:46:39Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- WIPs are now displayed when using the focus view without filters
gk ws remove-reposadded to support selective repo deletion
Bug fixes
- Checkout error in focus view
- Handle focus view UI issues in small windows
Thanks!
Those were the changes on v1.6.1!
v1.6.0
2024-03-08T15:53:35Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- Add an improved focus view that brings relevant information from all sources instead of just one workspace
- Added a
gk patch updatecommand to update title, description and visibility of a patch - Added a
gk statuscommand to provide context about the current state of the repo - Autocomplete patch title and description if not set when creating it from flags
- New shortcut in focus view to checkout pull requests
gk statuschecks if user has a stash in current commit- added arg support to clone multiple repos with
gk ws clone - added text mode to global settings
- Add text-mode support
- Check for one repo in the workspace
- add batch support to add-repo
- added headless support to login
- Added
gk issue create-branchto create a git branch from an issue - Add
gk patch viewflags to filter by author and title. - New focus view design
Bug fixes
- Disable clone for local workspaces
- Error in
ws add-repowhen trying to add a path to a cloud workspace - Error message in
ws add-repowhen trying to add azure repos - In focus view, some providers were having some problems fetching issues and prs
- In focus view, the jira/trello issues were not displayed if a ws filter was used.
- Infinite loading in the focus view when pressing any key while loading
- Fix alignment of
gk patch listtable
Others
- "Pull Requests" is now the default tab in the Focus view
- Improved UX when loading data in the focus view
- Now, in the focus view issue tracker switcher, jira and trello projects are shown in a different list than the main one
- Update
gk ws infocommand - Updated
gk ws deletecommand - Improve general errors feedback
Thanks!
Those were the changes on v1.6.0-dev!
v1.5.1
2024-02-06T18:15:54Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- The Focus View has improved to display all PRs, Issues, and WIPs from your selected integrations
- You can still filter items by Workspace by using the w shortcut
- You can change your provider by using the u shortcut
- You can change your issue tracker by using the i shortcut
Thanks!
Those were the changes on v1.5.1!
v1.5.0
2024-02-06T17:27:06Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- Added more ways to create a Cloud Patch (
gk patch create):- Create a Cloud Patch from a stash
- Create a Cloud Patch from both staged and unstaged changes
- Added
gk patch shareinteractions with flags- You can see the supported flags with
gk patch share -h
- You can see the supported flags with
- You can now host Cloud Patches on your own dedicated storage for the highest level of security (Requires an Enterprise plan)
- Your organization's admin can configure a self-managed environment for your Cloud Patches at https://gitkraken.dev/settings/security
- After creating a Cloud Patch, GitKraken CLI will confirm it was securely stored on your organization's storage
- Added support for input redirection
- Added support for user login via credentials
Bug fixes
- Fixed an issue where you couldn't create a Cloud Patch from an empty untracked file
- Fixed an issue where Cloud Patches outside of your organization couldn't be loaded in
gk patch view <patchUrl> - Fixed an issue with filtering the list of issue providers in the focus view
- Fixed a crash when using o in Focus View when no items are present
Thanks!
Those were the changes on v1.5.0!
v1.4.1
v1.4.0
2024-01-10T17:04:35Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- New
gk accountcommand - New
gk feedbackcommand - Added a new "Modified lines" column in focus view
- Added new columns in the focus view to check the status of PRs and issues
- New flag in
gk ws switchthat allows to switch workspace without prompts - Set patch visibility from
gk patch createandgk patch share - Updated the auth flow
- Add support for gh-gk (GitHub extension)
Bug fixes
- Updates to do token refresh
- Sometimes
gk ws updatewould get stuck in a loop when selecting issue tracker - Fix: Crash using Azure Oauth token
- Fix: Crash when opening URLs or paths in focus view
- Fix: The snoozed table in the focus view showed an incorrect number of elements
Others
- Change the width of the columns in the focus view
- Colors added to the focus view
- Don't be prompted to select a workspace in
gk ws cloneif you already have one - Add or update provider token within focus view
- Possibility to change issue-tracker within the focus view
- Add selection of the Trello board in
gk ws update
Thanks!
Those were the changes on v1.4.0!
v1.3.0
2023-12-14T10:00:42Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- Added the
gk patch sharecommand to share Cloud Patches with other people.- After choosing the Cloud Patch you want to share, you can select which members of your GitKraken organization to share the Cloud Patch with
- You can now share a Cloud Patch right after creating it.
Bug fixes
- Fixed an issue where users would have an outdated session and couldn't perform some actions.
- Fixed a crash when attempting to use a Local Workspace in the Focus View.
Others
- Updated to a new login model. Some users may need to login again.
Thanks!
Those were the changes on v1.3.0!