From cd196cc90ddb40a595552be7b7fe3618b3909077 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 2 Aug 2023 20:43:47 -0400 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b65f0..46e05fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added +- Improves the _Focus_ view experience + - Unifies pull requests and issues into a single view + - Adds tabs to switch between showing Pull Requests, Issues, or All + - Adds a filter/search box to quickly find pull request or issues by title + - Adds ability to click on a branch name to show the branch on the _Commit Graph_ - Adds a new command _Open Changed & Close Unchanged Files..._ to the command palette, the context menu of the _Commit Graph_ work-in-progress (WIP) row, and the SCM group context menu to open all changed files and close all unchanged files. - Adds a new command _Reset Current Branch to Tip..._ to branch context menus in the _Commit Graph_ and in GitLens views to reset the current branch to the commit at the chosen branch's tip. ### Changed -- Updates _Focus_ view experience - - Unifies pull requests and issues into a single view - - Adds tabs to switch between showing Pull Requests, Issues, or All - - Adds a filter/search box to quickly find pull request or issues by title - Changes _Compact Graph Column Layout_ context menu command to _Use Compact Graph Column_ for better clarity - Changes _Default Graph Column Layout_ context menu command to _Use Expanded Graph Column_ for better clarity - Improves remote parsing for better integration support for some edge cases