Releases: gitkraken/gk-cli
Releases · gitkraken/gk-cli
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!
v1.2.2
v1.2.1
v1.2.0
2023-11-21T17:37:57Z
Welcome to the latest release of GitKraken CLI!
Changelog
Features
- Added a preview of the new Cloud Patches feature — engage in early collaboration before the pull request
- Share your work with others by using
gk patch createto create a Cloud Patch from your working changes, staged changes, or commits. Copy the generated link from the Cloud Patch list (gk patch list) and share with your teammates.- Cloud Patches are securely stored by GitKraken. Currently, anyone with access to the Cloud Patch link can view the changes, but link permissions are coming soon.
- The new
gk patchcore command allows you toapply,view,list, anddeleteyour Cloud Patches
- Share your work with others by using
- Added the ability to Pin and Snooze items in the Focus view
- Pin your PRs and issues to the top of your Focus view by using the
pshortcut - Snooze your PRs and issues to move them to the 'Snoozed' section by using the
sshortcut. To bring snoozed items back into view, simply visit the 'Snoozed' section and use thesshortcut to remove them from the snoozed state.
- Pin your PRs and issues to the top of your Focus view by using the
- Added Nerd Fonts support
Thanks!
Those were the changes on v1.2.0!