|
1 |
| -## [1.2.2](https://github.com/philstainer/git-worktree/compare/v1.2.1...v1.2.2) (2023-03-11) |
| 1 | +## [1.2.3](https://github.com/philstainer/git-worktree/compare/v1.2.2...v1.2.3) (2023-04-28) |
2 | 2 |
|
| 3 | +### Documentation |
3 | 4 |
|
4 |
| -### Bug Fixes |
| 5 | +- add steps to add worktree command ([c901b55](https://github.com/philstainer/git-worktree/commit/c901b552c96a278c5e049a74c3997d95ef2b9909)) |
5 | 6 |
|
6 |
| -* **clone:** change path to use fsPath ([0cf5ca9](https://github.com/philstainer/git-worktree/commit/0cf5ca9bcd06947b49befe8bd42998da771d9e9c)) |
| 7 | +### Code Refactoring |
7 | 8 |
|
| 9 | +- push automatically default ([b90b80d](https://github.com/philstainer/git-worktree/commit/b90b80db986fdddbafdf821ed213f7699d8c88d3)) |
| 10 | +- sort branches and abort ([f89e044](https://github.com/philstainer/git-worktree/commit/f89e04405a7f8d2de0de4f8e96f5f60a0aba3d4d)) |
8 | 11 |
|
| 12 | +### Continuous Integration |
9 | 13 |
|
10 |
| -## [1.2.1](https://github.com/philstainer/git-worktree/compare/v1.2.0...v1.2.1) (2022-12-24) |
| 14 | +- refactor release ([201a209](https://github.com/philstainer/git-worktree/commit/201a209c0d70b2ab0d2a5de3429232d63f12ea5e)) |
11 | 15 |
|
| 16 | +## [1.2.2](https://github.com/philstainer/git-worktree/compare/v1.2.1...v1.2.2) (2023-03-11) |
12 | 17 |
|
13 | 18 | ### Bug Fixes
|
14 | 19 |
|
15 |
| -* path should default to current path ([e6ce73f](https://github.com/philstainer/git-worktree/commit/e6ce73fc3583cc6a217ae24bd8b0c6da8d1eab81)) |
16 |
| -* return all worktrees when in root dir ([82450dc](https://github.com/philstainer/git-worktree/commit/82450dc53bb11c9276e8d5d329f6561ca25f1dcc)) |
| 20 | +- **clone:** change path to use fsPath ([0cf5ca9](https://github.com/philstainer/git-worktree/commit/0cf5ca9bcd06947b49befe8bd42998da771d9e9c)) |
| 21 | + |
| 22 | +## [1.2.1](https://github.com/philstainer/git-worktree/compare/v1.2.0...v1.2.1) (2022-12-24) |
17 | 23 |
|
| 24 | +### Bug Fixes |
18 | 25 |
|
| 26 | +- path should default to current path ([e6ce73f](https://github.com/philstainer/git-worktree/commit/e6ce73fc3583cc6a217ae24bd8b0c6da8d1eab81)) |
| 27 | +- return all worktrees when in root dir ([82450dc](https://github.com/philstainer/git-worktree/commit/82450dc53bb11c9276e8d5d329f6561ca25f1dcc)) |
19 | 28 |
|
20 | 29 | # [1.2.0](https://github.com/philstainer/git-worktree/compare/v1.1.3...v1.2.0) (2022-12-24)
|
21 | 30 |
|
22 |
| - |
23 | 31 | ### Features
|
24 | 32 |
|
25 |
| -* add progress indicator when removing worktrees ([b527966](https://github.com/philstainer/git-worktree/commit/b5279668182827fc70ba2c0c5005ce9c5f38434c)) |
26 |
| - |
27 |
| - |
| 33 | +- add progress indicator when removing worktrees ([b527966](https://github.com/philstainer/git-worktree/commit/b5279668182827fc70ba2c0c5005ce9c5f38434c)) |
28 | 34 |
|
29 | 35 | ## [1.1.3](https://github.com/philstainer/git-worktree/compare/v1.1.2...v1.1.3) (2022-12-21)
|
30 | 36 |
|
31 |
| - |
32 | 37 | ### Bug Fixes
|
33 | 38 |
|
34 |
| -* add prettier to dev dependencies ([5da5ade](https://github.com/philstainer/git-worktree/commit/5da5adef32ce56fb82a044f6922253b2ae453811)) |
35 |
| -* check for worktree repo ([7a2bcd3](https://github.com/philstainer/git-worktree/commit/7a2bcd38bd50c4150104866d6458cd15ffd5e2fb)) |
36 |
| -* return null when get branch name errors ([1ec2bce](https://github.com/philstainer/git-worktree/commit/1ec2bcea7e42f23fe78ce5adfe67a02d13ff8e40)) |
37 |
| - |
38 |
| - |
| 39 | +- add prettier to dev dependencies ([5da5ade](https://github.com/philstainer/git-worktree/commit/5da5adef32ce56fb82a044f6922253b2ae453811)) |
| 40 | +- check for worktree repo ([7a2bcd3](https://github.com/philstainer/git-worktree/commit/7a2bcd38bd50c4150104866d6458cd15ffd5e2fb)) |
| 41 | +- return null when get branch name errors ([1ec2bce](https://github.com/philstainer/git-worktree/commit/1ec2bcea7e42f23fe78ce5adfe67a02d13ff8e40)) |
39 | 42 |
|
40 | 43 | ## [1.1.2](https://github.com/philstainer/git-worktree/compare/v1.1.1...v1.1.2) (2022-11-22)
|
41 | 44 |
|
42 |
| - |
43 | 45 | ### Bug Fixes
|
44 | 46 |
|
45 |
| -* testing action again ([4916f7d](https://github.com/philstainer/git-worktree/commit/4916f7de388a72e6e9a927272a24c7d9a306aeb6)) |
46 |
| - |
47 |
| - |
| 47 | +- testing action again ([4916f7d](https://github.com/philstainer/git-worktree/commit/4916f7de388a72e6e9a927272a24c7d9a306aeb6)) |
48 | 48 |
|
49 | 49 | ## [1.1.1](https://github.com/philstainer/git-worktree/compare/v1.1.0...v1.1.1) (2022-11-22)
|
50 | 50 |
|
51 |
| - |
52 | 51 | ### Bug Fixes
|
53 | 52 |
|
54 |
| -* testing actions ([ce05e65](https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a)) |
55 |
| - |
56 |
| - |
| 53 | +- testing actions ([ce05e65](https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a)) |
57 | 54 |
|
58 | 55 | # [1.1.0](https://github.com/philstainer/git-worktree/compare/v1.0.3...v1.1.0) (2022-11-21)
|
59 | 56 |
|
60 |
| - |
61 | 57 | ### Bug Fixes
|
62 | 58 |
|
63 |
| -* add command to ask for tracking branch ([f99d590](https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7)) |
64 |
| - |
| 59 | +- add command to ask for tracking branch ([f99d590](https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7)) |
65 | 60 |
|
66 | 61 | ### Features
|
67 | 62 |
|
68 |
| -* add close on blur setting ([2bc6122](https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5)) |
69 |
| -* add release workflow ([baaa3f9](https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155)) |
70 |
| - |
71 |
| - |
| 63 | +- add close on blur setting ([2bc6122](https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5)) |
| 64 | +- add release workflow ([baaa3f9](https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155)) |
72 | 65 |
|
73 | 66 | ## [1.0.3](https://github.com/philstainer/git-worktree/compare/v1.0.2...v1.0.3) (2022-11-12)
|
74 | 67 |
|
75 |
| - |
76 | 68 | ### Bug Fixes
|
77 | 69 |
|
78 |
| -* add command should exclude current ([45ee4c9](https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5)) |
79 |
| - |
80 |
| - |
| 70 | +- add command should exclude current ([45ee4c9](https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5)) |
81 | 71 |
|
82 | 72 | ## [1.0.2](https://github.com/philstainer/git-worktree/compare/v1.0.1...v1.0.2) (2022-11-09)
|
83 | 73 |
|
84 |
| - |
85 | 74 | ### Bug Fixes
|
86 | 75 |
|
87 |
| -* add should override branch if exists ([790c0ab](https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30)) |
88 |
| -* remove multiple worktrees ([4d21a46](https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c)) |
89 |
| - |
90 |
| - |
| 76 | +- add should override branch if exists ([790c0ab](https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30)) |
| 77 | +- remove multiple worktrees ([4d21a46](https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c)) |
91 | 78 |
|
92 | 79 | ## [1.0.1](https://github.com/philstainer/git-worktree/compare/v1.0.0...v1.0.1) (2022-11-06)
|
93 | 80 |
|
94 |
| - |
95 |
| - |
96 | 81 | # [1.0.0](https://github.com/philstainer/git-worktree/compare/v0.2.2...v1.0.0) (2022-11-06)
|
97 | 82 |
|
98 |
| - |
99 |
| - |
100 | 83 | ## [0.2.2](https://github.com/philstainer/git-worktree/compare/v0.2.1...v0.2.2) (2022-11-06)
|
101 | 84 |
|
102 |
| - |
103 |
| - |
104 | 85 | ## [0.2.1](https://github.com/philstainer/git-worktree/compare/v0.2.0...v0.2.1) (2022-11-06)
|
105 | 86 |
|
106 |
| - |
107 |
| - |
108 | 87 | # [0.2.0](https://github.com/philstainer/git-worktree/compare/v0.1.0...v0.2.0) (2022-11-05)
|
109 | 88 |
|
110 |
| - |
111 | 89 | ### Bug Fixes
|
112 | 90 |
|
113 |
| -* entry point missing error ([3bb25b2](https://github.com/philstainer/git-worktree/commit/3bb25b2e971d234d96bcf3511789a7f5da677e45)) |
114 |
| - |
115 |
| - |
| 91 | +- entry point missing error ([3bb25b2](https://github.com/philstainer/git-worktree/commit/3bb25b2e971d234d96bcf3511789a7f5da677e45)) |
116 | 92 |
|
117 | 93 | # [0.1.0](https://github.com/philstainer/git-worktree/compare/v0.0.2...v0.1.0) (2022-11-05)
|
118 | 94 |
|
119 |
| - |
120 | 95 | ### Bug Fixes
|
121 | 96 |
|
122 |
| -* add license ([8d883cd](https://github.com/philstainer/git-worktree/commit/8d883cd9e703936ce6617f5c01632065d2491f7d)) |
123 |
| - |
124 |
| - |
| 97 | +- add license ([8d883cd](https://github.com/philstainer/git-worktree/commit/8d883cd9e703936ce6617f5c01632065d2491f7d)) |
125 | 98 |
|
126 | 99 | ## [0.0.2](https://github.com/philstainer/git-worktree/compare/735b7eb76ff302c0fed2742d47bc51419fd8fde8...v0.0.2) (2022-11-05)
|
127 | 100 |
|
128 |
| - |
129 | 101 | ### Bug Fixes
|
130 | 102 |
|
131 |
| -* add remote branch ([5c8771c](https://github.com/philstainer/git-worktree/commit/5c8771cd260b20241d818ed3e46df22c178dbcd1)) |
132 |
| -* add repo and publisher ([b21381a](https://github.com/philstainer/git-worktree/commit/b21381a1a18c5d577256362706bd91a5dfb0f68a)) |
133 |
| -* get current worktree ([9e41405](https://github.com/philstainer/git-worktree/commit/9e41405358631c342e69f8c7aba6295a07db66bb)) |
134 |
| -* images links ([0ca0c1c](https://github.com/philstainer/git-worktree/commit/0ca0c1cb297656a2908bd08a0ec1f57e1d685ce6)) |
135 |
| -* tsconfig emit ([c16ad50](https://github.com/philstainer/git-worktree/commit/c16ad5079db3294f2f6ecf600e9b3d3127ecc83a)) |
136 |
| - |
| 103 | +- add remote branch ([5c8771c](https://github.com/philstainer/git-worktree/commit/5c8771cd260b20241d818ed3e46df22c178dbcd1)) |
| 104 | +- add repo and publisher ([b21381a](https://github.com/philstainer/git-worktree/commit/b21381a1a18c5d577256362706bd91a5dfb0f68a)) |
| 105 | +- get current worktree ([9e41405](https://github.com/philstainer/git-worktree/commit/9e41405358631c342e69f8c7aba6295a07db66bb)) |
| 106 | +- images links ([0ca0c1c](https://github.com/philstainer/git-worktree/commit/0ca0c1cb297656a2908bd08a0ec1f57e1d685ce6)) |
| 107 | +- tsconfig emit ([c16ad50](https://github.com/philstainer/git-worktree/commit/c16ad5079db3294f2f6ecf600e9b3d3127ecc83a)) |
137 | 108 |
|
138 | 109 | ### Features
|
139 | 110 |
|
140 |
| -* add clone bare command ([7d56846](https://github.com/philstainer/git-worktree/commit/7d568461e0b1dacf667ab7ef2c2375d83b93c4ae)) |
141 |
| -* add husky and lint-staged ([735b7eb](https://github.com/philstainer/git-worktree/commit/735b7eb76ff302c0fed2742d47bc51419fd8fde8)) |
142 |
| -* add list worktree command ([b89b1cb](https://github.com/philstainer/git-worktree/commit/b89b1cbb4d7c488c95d5e61d8dad459f741c0372)) |
143 |
| -* add logging level ([c5e4f3f](https://github.com/philstainer/git-worktree/commit/c5e4f3fa644763340430e19e1dc54d2067f013ab)) |
144 |
| -* add project command and refactor worktree type ([3c28cec](https://github.com/philstainer/git-worktree/commit/3c28cec7da1738c90cbf647c1b82b140ef0afceb)) |
145 |
| -* add prune and remove branch setting ([eff8925](https://github.com/philstainer/git-worktree/commit/eff8925a7a8d65c4bf9fc1a9ce55433027868758)) |
146 |
| -* add publish command ([3d9cb59](https://github.com/philstainer/git-worktree/commit/3d9cb59fe3df1dd0f4381f4888d1f21100c246ba)) |
147 |
| -* add remove worktree commands ([c78092e](https://github.com/philstainer/git-worktree/commit/c78092edfc546f14eacdd2926b535a5d1a63d3d1)) |
148 |
| -* add rename worktree command ([b7556f3](https://github.com/philstainer/git-worktree/commit/b7556f335abba1c14fa64f5337ed369c19f004d1)) |
149 |
| -* add save project setting and update readme ([8b3e7de](https://github.com/philstainer/git-worktree/commit/8b3e7de837234caf761d96da74ec3481d52e16e0)) |
150 |
| -* add shouldOpenOnClone option ([0b6b15c](https://github.com/philstainer/git-worktree/commit/0b6b15cbb692fcf07235e4e3a43b9475adc6c2a6)) |
151 |
| -* add tsc-files check ([11b4aee](https://github.com/philstainer/git-worktree/commit/11b4aeeec725a242515ce6bd42093a5105e72833)) |
152 |
| -* add tsconfig paths ([f981966](https://github.com/philstainer/git-worktree/commit/f98196663c2e57dafe435a7484f39190e7d04306)) |
153 |
| -* add worktree command ([8a8134d](https://github.com/philstainer/git-worktree/commit/8a8134df60ef3244ce7ced2271f93bfeb9c5de71)) |
154 |
| - |
155 |
| - |
156 |
| - |
| 111 | +- add clone bare command ([7d56846](https://github.com/philstainer/git-worktree/commit/7d568461e0b1dacf667ab7ef2c2375d83b93c4ae)) |
| 112 | +- add husky and lint-staged ([735b7eb](https://github.com/philstainer/git-worktree/commit/735b7eb76ff302c0fed2742d47bc51419fd8fde8)) |
| 113 | +- add list worktree command ([b89b1cb](https://github.com/philstainer/git-worktree/commit/b89b1cbb4d7c488c95d5e61d8dad459f741c0372)) |
| 114 | +- add logging level ([c5e4f3f](https://github.com/philstainer/git-worktree/commit/c5e4f3fa644763340430e19e1dc54d2067f013ab)) |
| 115 | +- add project command and refactor worktree type ([3c28cec](https://github.com/philstainer/git-worktree/commit/3c28cec7da1738c90cbf647c1b82b140ef0afceb)) |
| 116 | +- add prune and remove branch setting ([eff8925](https://github.com/philstainer/git-worktree/commit/eff8925a7a8d65c4bf9fc1a9ce55433027868758)) |
| 117 | +- add publish command ([3d9cb59](https://github.com/philstainer/git-worktree/commit/3d9cb59fe3df1dd0f4381f4888d1f21100c246ba)) |
| 118 | +- add remove worktree commands ([c78092e](https://github.com/philstainer/git-worktree/commit/c78092edfc546f14eacdd2926b535a5d1a63d3d1)) |
| 119 | +- add rename worktree command ([b7556f3](https://github.com/philstainer/git-worktree/commit/b7556f335abba1c14fa64f5337ed369c19f004d1)) |
| 120 | +- add save project setting and update readme ([8b3e7de](https://github.com/philstainer/git-worktree/commit/8b3e7de837234caf761d96da74ec3481d52e16e0)) |
| 121 | +- add shouldOpenOnClone option ([0b6b15c](https://github.com/philstainer/git-worktree/commit/0b6b15cbb692fcf07235e4e3a43b9475adc6c2a6)) |
| 122 | +- add tsc-files check ([11b4aee](https://github.com/philstainer/git-worktree/commit/11b4aeeec725a242515ce6bd42093a5105e72833)) |
| 123 | +- add tsconfig paths ([f981966](https://github.com/philstainer/git-worktree/commit/f98196663c2e57dafe435a7484f39190e7d04306)) |
| 124 | +- add worktree command ([8a8134d](https://github.com/philstainer/git-worktree/commit/8a8134df60ef3244ce7ced2271f93bfeb9c5de71)) |
0 commit comments