From 95e0844b69ce2aa855eded5e88e0ca4fdcd44f5b Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Thu, 8 Jun 2023 10:28:00 +0900 Subject: [PATCH] Updates CHANGELOG and prettier fixes --- CHANGELOG.md | 6 ++++-- src/webviews/apps/settings/partials/views.repositories.html | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 696cc84..c8ad0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,19 +10,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds ability to choose the OpenAI model used for GitLens' experimental AI features — closes [#2636](https://github.com/gitkraken/vscode-gitlens/issues/2636) thanks to [PR #2637](https://github.com/gitkraken/vscode-gitlens/pull/2637) by Daniel Rodríguez ([@sadasant](https://github.com/sadasant)) - Adds a `gitlens.ai.experimental.openai.model` setting to specify the OpenAI model (defaults to `gpt-3.5-turbo`) +- ☁️ Adds the all-new _GitKraken Workspaces_ feature as a sidebar view, supporting interaction with local and cloud GitKraken Workspaces. - Adds support for cloning, adding a remote, and fetching from the target remote during a deep link - Adds support for deep links using repository disk paths - Adds new _Commit Graph_ features and improvements - Adds a file count to the _Changes_ column - Adds two new options to the graph header context menu - - `Reset Columns to Default Layout` - resets column widths, ordering, visibility, and graph column mode to default settings - - `Reset Columns to Compact Layout` - resets column widths, ordering, visibility, and graph column mode to compact settings + - `Reset Columns to Default Layout` - resets column widths, ordering, visibility, and graph column mode to default settings + - `Reset Columns to Compact Layout` - resets column widths, ordering, visibility, and graph column mode to compact settings - Makes the _Changes_ column visible by default (previously hidden) - Adds extra width to the bar for outlier rows in the _Changes_ column so that they stand out a bit more - Improves tooltips on _Branch/Tag_ icons to be more uniform and descriptive - Fixes a bug where _Branch/Tag_ nodes sometimes wouldn't expand on hover - Moves content in the last column out from behind the scrollbar - Improves alignment of scroll markers with the scrollbar + - Adds new context menu options to the _Commit Graph Settings_ (cog) to toggle scroll marker types ### Fixed diff --git a/src/webviews/apps/settings/partials/views.repositories.html b/src/webviews/apps/settings/partials/views.repositories.html index b643c21..988c20b 100644 --- a/src/webviews/apps/settings/partials/views.repositories.html +++ b/src/webviews/apps/settings/partials/views.repositories.html @@ -306,7 +306,11 @@
-