From a7ee23411a62e38ba1e503af17e2bd1c2754096b Mon Sep 17 00:00:00 2001 From: Utkarsh Shigihalli Date: Tue, 13 Feb 2024 05:27:49 +0000 Subject: [PATCH] fix: update readme and crash with old profiles BREAKING CHANGE: Support signingkey, migrate old profiles to new and allow delete profiles with command palette. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32da983..3fe936e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Ever wanted to use different username and email addresses for your commits at work and for your personal repositories? While it is easy to do using `git config` command, this extension allows you to maintain different username and email in named profiles and allows you to easily switch and apply to the repository you are working. -> Changes +> Latest Changes > > - [new] Supports `signingkey`. > - [new] Supports deleting profiles - Type 'git config profiles' in command palette and select 'Delete a profile'.