Skip to content

Commit 2171986

Browse files
committed
Updated CHANGELOG
1 parent 47999a7 commit 2171986

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3-
## 1.0.0
3+
## 0.0.5
4+
5+
- Updated CHANGELOG and description
6+
7+
## 0.0.4
8+
9+
- Fixed `add` command argument detection
10+
11+
## 0.0.3
12+
13+
- Warn when a shortcut is not created
14+
15+
## 0.0.2
16+
17+
- Hide default groups when empty
18+
- Cleaned up interface
19+
- Shortcut list can be refreshed
20+
- Groups can be renamed
21+
22+
## 0.0.1
423

524
- Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "file-shortcuts",
33
"displayName": "File Shortcuts",
4-
"description": "Save files as shortcuts for convenient access at a later date",
4+
"description": "Save files to a shortcut menu for convenient access",
55
"publisher": "brandonfowler",
66
"license": "MIT",
77
"repository": {
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/BrandonXLF/file-shortcuts/issues"
1414
},
1515
"icon": "media/icon.png",
16-
"version": "0.0.4",
16+
"version": "0.0.5",
1717
"engines": {
1818
"vscode": "^1.51.0"
1919
},

0 commit comments

Comments
 (0)