diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc693d..0245c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.7.3] - 2025-01-16 +### Added +- Add experimental support for TCP-based agent connection +- Add tests to enhance development experience +### Changed +- Adopt inversion of control for core business logic +### Fixed +- Fix parsing logic for different favor of line break sequence +- Correct the lock releasing logic in our mutex implementation + ## [0.7.2] - 2023-08-27 ### Fixed - Fix a bug which breaks the passphrase cache function diff --git a/README.md b/README.md index d3df54d..8717696 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ and the key ID is the hex string after the algorithm identifier. ## Release Notes +### 0.7.3 + +Experimental support for Windows and minor bug fixes. + ### 0.7.2 Fix a bug which breaks the passphrase cache function. diff --git a/package-lock.json b/package-lock.json index ec641c2..5c7f070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpg-indicator", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gpg-indicator", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "devDependencies": { "@types/assert": "^1.5.0", diff --git a/package.json b/package.json index 1615c43..2c29dfc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "name": "Weida Hong", "url": "https://blog.bitisle.net" }, - "version": "0.7.2", + "version": "0.7.3", "publisher": "wdhongtw", "engines": { "vscode": "^1.73.0"