File tree Expand file tree Collapse file tree 2 files changed +44
-6
lines changed Expand file tree Collapse file tree 2 files changed +44
-6
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
1
+ ## [ 1.1.1 ] ( https://github.com/philstainer/git-worktree/compare/v1.1.0...v1.1.1 ) (2022-11-22)
2
2
3
- All notable changes to the "git-worktree" extension will be documented in this file
4
3
5
- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
4
+ ### Bug Fixes
5
+
6
+ * testing actions ([ ce05e65] ( https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a ) )
7
+
8
+
9
+
10
+ # [ 1.1.0] ( https://github.com/philstainer/git-worktree/compare/v1.0.3...v1.1.0 ) (2022-11-21)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add command to ask for tracking branch ([ f99d590] ( https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7 ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * add close on blur setting ([ 2bc6122] ( https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5 ) )
21
+ * add release workflow ([ baaa3f9] ( https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155 ) )
22
+
23
+
24
+
25
+ ## [ 1.0.3] ( https://github.com/philstainer/git-worktree/compare/v1.0.2...v1.0.3 ) (2022-11-12)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * add command should exclude current ([ 45ee4c9] ( https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5 ) )
31
+
32
+
33
+
34
+ ## [ 1.0.2] ( https://github.com/philstainer/git-worktree/compare/v1.0.1...v1.0.2 ) (2022-11-09)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * add should override branch if exists ([ 790c0ab] ( https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30 ) )
40
+ * remove multiple worktrees ([ 4d21a46] ( https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c ) )
41
+
42
+
43
+
44
+ ## [ 1.0.1] ( https://github.com/philstainer/git-worktree/compare/v1.0.0...v1.0.1 ) (2022-11-06)
45
+
6
46
7
- ## [ Unreleased]
8
47
9
- - Initial release
Original file line number Diff line number Diff line change 2
2
"name" : " git-worktree" ,
3
3
"displayName" : " Git Worktree" ,
4
4
"description" : " Manage git worktrees with ease" ,
5
- "version" : " 1.1.0 " ,
5
+ "version" : " 1.1.1 " ,
6
6
"publisher" : " philstainer" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.72.0"
You can’t perform that action at this time.
0 commit comments