From 2c4e6e4f3127a6b7e6c0f881c97a6b0b649f7f49 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Tue, 28 Jan 2025 12:40:59 -0500 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756391b670f07..d9ecba7256050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds a `gitlens.ai.modelOptions.temperature` setting to specify the temperature (randomness) for AI models - Adds a _Switch Model_ button to the AI confirmation prompts +### Changed + +- Improves performance of updates to active and recent branches on the _Home_ view + ### Fixed - Fixes [#3938](https://github.com/gitkraken/vscode-gitlens/issues/3938) - GitLens automatically initiating an external sign-in after install on vscode.dev +- Fixes [#3946](https://github.com/gitkraken/vscode-gitlens/issues/3946) - Home View doesn't update repo state changes made when hidden ## [16.2.1] - 2025-01-21