Skip to content

Releases: gitkraken/gk-cli

v2.0.1

12 Jun 16:15
5e8d5c0
Compare
Choose a tag to compare

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

14 May 11:11
241db38
Compare
Choose a tag to compare

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!

v1.6.1

14 Mar 09:56
241db38
Compare
Choose a tag to compare

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

08 Mar 16:42
241db38
Compare
Choose a tag to compare

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

06 Feb 18:26
3127927
Compare
Choose a tag to compare

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

06 Feb 17:39
3127927
Compare
Choose a tag to compare

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 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

16 Jan 13:03
3127927
Compare
Choose a tag to compare

2024-01-16T12:50:11Z

Welcome to the latest release of GitKraken CLI!

Changelog

Bug fixes

  • Assign Jira org if missing
  • Add missing translation string
  • Fix bug where some patches were missing data

Thanks!

Those were the changes on v1.4.1!

v1.4.0

10 Jan 17:07
3c9e9e5
Compare
Choose a tag to compare

2024-01-10T17:04:35Z

Welcome to the latest release of GitKraken CLI!

Changelog

Features

  • New gk account command
  • New gk feedback command
  • 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 switch that allows to switch workspace without prompts
  • Set patch visibility from gk patch create and gk patch share
  • Updated the auth flow
  • Add support for gh-gk (GitHub extension)

Bug fixes

  • Updates to do token refresh
  • Sometimes gk ws update would 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 clone if 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

14 Dec 10:10
8a8e4a4
Compare
Choose a tag to compare

2023-12-14T10:00:42Z

Welcome to the latest release of GitKraken CLI!

Changelog

Features

  • Added the gk patch share command 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

01 Dec 10:10
8a8e4a4
Compare
Choose a tag to compare

2023-12-01T09:59:41Z

Welcome to the latest release of GitKraken CLI!

Changelog

Bug fixes

  • Fixed minor issues

Others

  • Add issue-tracker information to gk ws info and gk focus view

Thanks!

Those were the changes on v1.2.2!