Skip to content

Commit d1f2bf1

Browse files
committed
v0.5.1
1 parent 58fb373 commit d1f2bf1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.5.1](https://github.com/chouchouji/alias-manager/compare/v0.5.0...v0.5.1) (2025-02-14)
2+
3+
### Bug Fixes
4+
5+
- resolve display exception when command contains equal sign ([#21](https://github.com/chouchouji/alias-manager/issues/21)) ([58fb373](https://github.com/chouchouji/alias-manager/commit/58fb373ee1cd79c0556431b4e84f944cba8600ae))
6+
7+
### Performance Improvements
8+
9+
- skip to resolving clipboard when target alias is subset of source alias ([4a00c8f](https://github.com/chouchouji/alias-manager/commit/4a00c8f209bec514cd9dfd09664d301e27d8c44e))
10+
111
# [0.5.0](https://github.com/chouchouji/alias-manager/compare/v0.4.3...v0.5.0) (2025-02-13)
212

313
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alias-manager",
33
"displayName": "Alias Manager",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"description": "System alias manager",
66
"categories": [
77
"Other",
@@ -347,4 +347,4 @@
347347
"vscode": "^1.74.3"
348348
},
349349
"icon": "resources/logo.png"
350-
}
350+
}

0 commit comments

Comments
 (0)