Skip to content

Commit

Permalink
feat: 0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: jackiotyu <[email protected]>
  • Loading branch information
jackiotyu committed Aug 26, 2023
1 parent 471d371 commit b44f33b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
## [0.0.5] 2023-08-26

### Change

- Update README.
- add `Add to workspace` command in worktree treeItem context menu.

## [0.0.4] 2023-08-25

### Change

- Quick open terminal
- Quick open terminal.

## [0.0.3] 2023-08-25

### Change

- Add operations for git repository manager
- Support VsCode version >= 1.60.0
- Add operations for git repository manager.
- Support VsCode version >= 1.60.0.

## [0.0.2] 2023-08-25

### Add

- Adds localization support for Chinese and English
- Adds localization support for Chinese and English.
- Improve worktree treeItem command under git repository folder treeItem.

## [0.0.1] 2023-08-24

### Add

- Initial release
- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "git-worktree-manager",
"displayName": "Git Worktree Manager",
"description": "",
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.60.0"
},
Expand Down

0 comments on commit b44f33b

Please sign in to comment.