From 3371741b074e567e0695c23b32303d1b1a565f6d Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Tue, 1 Dec 2020 22:41:09 +0800 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 4 ++++ README.md | 7 ++++++- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4736f22..e90f422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "gpg-indicator" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.2] - 2020-12-01 +### Fixed +- Remove the limitation of scope of Git configuration values + ## [0.3.1] - 2020-11-20 ### Added - Add information message for unlock action diff --git a/README.md b/README.md index 70571f8..ca838bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ You can also also unlock the key by clicking the status bar element. :D ## Features -This extension will show the status of GPG signing key in status bar if your local project folder `.git` or any other default `.gitconfig` configuration file (e.g. `~/.gitconfig`): +This extension will show the status of GPG signing key in status bar if your local +`.git/config` or any other default `.gitconfig` configuration file (e.g. `~/.gitconfig`): - has set `commit.gpgSign` as `true` for git, and - has set `user.signingKey` with GPG key ID for git @@ -38,6 +39,10 @@ Multi-folder workspace is not supported yet. ## Release Notes +### 0.3.2 + +Remove the limitation of scope of Git configuration values. + ### 0.3.1 Add message for unlock action and fix security issue. diff --git a/package.json b/package.json index f7d1fe9..aeb8c64 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "name": "Weida Hong", "url": "https://blog.bitisle.net" }, - "version": "0.3.1", + "version": "0.3.2", "publisher": "wdhongtw", "engines": { "vscode": "^1.45.0"