From a998d55c0eac384c01a2734d0e9ba3272b0827ce Mon Sep 17 00:00:00 2001 From: Richard Kotze Date: Wed, 22 Apr 2020 23:19:08 +0100 Subject: [PATCH] Add screen gif of workspace support Issue: #31 --- CHANGELOG.md | 5 +++++ README.md | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae3a0b..a4fb46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ Follows [Semantic Versioning](https://semver.org/). ### Added - Support workspaces, be able to select one of multiple Git repositories and update with co-author metadata [Issue 31](https://github.com/rkotze/git-mob-vs-code/issues/31) + +Workspace support + - Gitmoji, search and select from the standardized emojis for commit message [Issue 32](https://github.com/rkotze/git-mob-vs-code/issues/32) +![git emojis select list](https://user-images.githubusercontent.com/10452163/79442052-ef6bd200-7fcf-11ea-85c1-82789738add3.png) + ### Fixed - Prevent the main Git Mob action icons from showing on other views like "output" [Issue 34](https://github.com/rkotze/git-mob-vs-code/issues/34) diff --git a/README.md b/README.md index ee74712..4ce992c 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ $ git config --global user.email "jane@example.com" - Select and unselect co-authors to be appended to commit messages - View all your co-authors in source control tab -- [Git emojis](#git-emojis) search and select emojis +- [VS Code workspace support]() - [Search suggested co-authors](#search-suggested-co-authors) from the "More Authors" list (all contributors to the repository) - [Add new co-authors](#add-new-co-authors) and manage them in `.git-coauthors` file - [Add new co-authors from current repository](#add-new-co-authors-from-repository) into your `.git-coauthors` file +- [Git emojis](#git-emojis) search and select emojis - Solo remove all co-authors from current commit - Reload Git Mob and auto reload when updating `.git-coauthors` file in VS Code - Status bar shows if using `template file` or `prepare-commit-msg` hook @@ -63,6 +64,12 @@ Click the search icon on the **More Authors** section or `CTRL+shift+p` or `⌘+ ![image](https://user-images.githubusercontent.com/10452163/57807338-e2f44f00-7758-11e9-8fb1-6d8b8cb9d7ce.png) +### Workspace support + +Select one of multiple open Git repositories and add co-author metadata to source control input field. + +workspace-support + ### Git Emojis Using the **standardised** list from [Gitmoji](https://github.com/carloscuesta/gitmoji).