Skip to content

Commit 61a515a

Browse files
committed
v0.5.0
1 parent 30922e4 commit 61a515a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.5.0](https://github.com/chouchouji/alias-manager/compare/v0.4.3...v0.5.0) (2025-02-13)
2+
3+
### Features
4+
5+
- support exporting all alias to json file ([ee44980](https://github.com/chouchouji/alias-manager/commit/ee4498063fd4c5799b5f4f60ca6a539a4bb23592))
6+
- support resolving alias from clipboard ([9d4b80d](https://github.com/chouchouji/alias-manager/commit/9d4b80dad750ad9d3b78312eb09432aaa680298e))
7+
- support resolving json file ([c010944](https://github.com/chouchouji/alias-manager/commit/c0109443f4c954f3ea4fbef773e7e97d1dd9d3ab))
8+
19
## [0.4.3](https://github.com/chouchouji/alias-manager/compare/v0.4.2...v0.4.3) (2025-02-09)
210

311
### Performance Improvements

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.4.3",
4+
"version": "0.5.0",
55
"description": "System alias manager",
66
"categories": [
77
"Other",
@@ -346,4 +346,4 @@
346346
},
347347
"icon": "resources/logo.png",
348348
"l10n": "./l10n"
349-
}
349+
}

0 commit comments

Comments
 (0)