Releases: gitkraken/gk-cli
Releases · gitkraken/gk-cli
v2.1.2
v2.1.1
v2.1.0
2024-06-28T12:43:42Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- New
gk pr suggestion view
command - New Launchpad shortcut to select the default app for opening items
- New theme system for color customization
- Now you can see if a workspace is personal or shared in
ws list
- New
gk settings theme
command +gk settings --theme
flag
Bug fixes
- Launchpad
v
shortcut not working as expected in Windows - Refresh oauth tokens if they are not valid
Others
- Added support for local sync feature
- In launchpad, show the default opening app in "o" shortcut
- Add suggestion to clone or locate a repository if cannot be found for displaying a patch
Thanks!
Those were the changes on v2.1.0!
v2.0.1
2024-06-12T15:54:51Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- Users can now switch organization from Launchpad
- Dynamic shortcut suggestions in Launchpad footer
- New column in Launchpad to view Pull Requests with Code Suggestions
- Added support for Local Sync Workspaces
Bug fixes
- Azure pull requests could not be pinned or snoozed in Launchpad
- Display correct headers in
gk pr list
- Exclude archived repositories from Launchpad
- Fixed blink in Launchpad
V
shortcut to refresh viewport in Windows
Others
- Now
gk ws list
displays if a workspace is personal or shared - Show owner and workspace members in
gk ws info
- Users can now open Code Suggestions in gitkraken.dev from Launchpad
Thanks!
Those were the changes on v2.0.1!
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 focus
has 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 branch
shortcutb
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 usegk 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
orclose
. - 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!
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-repos
added 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 update
command to update title, description and visibility of a patch - Added a
gk status
command 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 status
checks 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-branch
to create a git branch from an issue - Add
gk patch view
flags to filter by author and title. - New focus view design
Bug fixes
- Disable clone for local workspaces
- Error in
ws add-repo
when trying to add a path to a cloud workspace - Error message in
ws add-repo
when 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 list
table
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 info
command - Updated
gk ws delete
command - 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 share
interactions 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!