Skip to content

Commit

Permalink
Bump version and update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhongtw committed Jul 29, 2020
1 parent bd92174 commit 74ecac3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ 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.0] - 2020-07-30
### Added
- Design icon for this package

## [0.2.0] - 2020-07-26
### Added
- Unlock key by clicking the status bar element


## [0.1.0] - 2020-06-04
### Added
- Show whether the signing key is locked or not
- Show whether the signing key is locked or not
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GPG Key Status Indicator for VS Code
# GPG Key Status Indicator and Unlocker for VS Code

Show the status of the GPG signing key for your project!

Expand All @@ -16,6 +16,8 @@ This extension will show the status of GPG signing key in status bar if
If the above condition are satisfied, there will be an indicator for your current
signing key, together with a cute icon to tell whether the key is unlocked or not.

When you click the indicator, you will be prompted for passphrase to unlock the key.

## Requirements

- Linux environment (It's not been tested on other platform)
Expand All @@ -36,6 +38,10 @@ Multi-folder workspace is not supported yet.

## Release Notes

### 0.3.0

Design and add icon for this package.

### 0.2.0

User can unlock the key by clicking the status bar element.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gpg-indicator",
"displayName": "GPG Indicator",
"description": "Status indicator for GPG signing key",
"version": "0.2.1",
"description": "Status indicator and unlocker for GPG signing key",
"version": "0.3.0",
"publisher": "wdhongtw",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit 74ecac3

Please sign in to comment.