Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhongtw committed Sep 12, 2021
1 parent c6a9f50 commit b6df8e7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.4.0] - 2021-09-12
### Added
- Unlock key through palette command
- Output channel for basic logging
### Fixed
- Key event equality checking

## [0.3.5] - 2021-08-15
### Fixed
- Fix some dependency issues
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can also also unlock the key by clicking the status bar element. :D

![stats bar sample](./images/status-bar.png)

Or unlock the key through command palette.

![unlock command sample](./images/unlock-key-command.png)

## Features

This extension will show the status of GPG signing key in status bar if your local
Expand Down Expand Up @@ -62,6 +66,10 @@ and the key ID is the hex string after the algorithm identifier.

## Release Notes

### 0.4.0

Unlock key through command palette directly (by MatthewCash), and minor bug fix.

### 0.3.5

Fix some dependency issues
Expand Down
Binary file added images/unlock-key-command.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Weida Hong",
"url": "https://blog.bitisle.net"
},
"version": "0.3.5",
"version": "0.4.0",
"publisher": "wdhongtw",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit b6df8e7

Please sign in to comment.