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 Oct 30, 2021
1 parent e68c9b7 commit d5f1b1e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.5.0] - 2021-10-30
### Added
- Support multi-root workspace.
- Expose refresh interval as a configurable value for user.
- Add unlock command as an activation event.
### Changed
- Upgrade development dependencies and npm lock file version.
### Fixed
- Check key status before unlocking, avoiding error message.


## [0.4.0] - 2021-09-12
### Added
- Unlock key through palette command
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@ and the key ID is the hex string after the algorithm identifier.

- `wdhongtw`
- `kitos9112`
- `altjx`

## Release Notes

### 0.5.0

Support multi-root workspace and let user adjust status refresh interval.

### 0.4.0

Unlock key through command palette directly (by MatthewCash), and minor bug fix.
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -12,7 +12,7 @@
"name": "Weida Hong",
"url": "https://blog.bitisle.net"
},
"version": "0.4.0",
"version": "0.5.0",
"publisher": "wdhongtw",
"engines": {
"vscode": "^1.45.0"
Expand Down

0 comments on commit d5f1b1e

Please sign in to comment.