From d5f1b1ed2e0b984f8b6c319e949e28f9081808d4 Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Sat, 30 Oct 2021 18:06:44 +0800 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e579e70..7c546a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ba9f0e7..0246b2f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index c137c33..bd202d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpg-indicator", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gpg-indicator", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "lookpath": "^1.2.0" diff --git a/package.json b/package.json index 2b81a00..3550daf 100644 --- a/package.json +++ b/package.json @@ -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"