File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ StGit is licensed under the GNU General Public License, version 2.
35
35
36
36
## News
37
37
38
+ ### 2023-04-26: [ StGit v2.2.3] [ v2.2.3 ] has been released.
39
+
40
+ StGit is repaired to work on Windows once more.
41
+
38
42
### 2023-04-01: [ StGit v2.2.2] [ v2.2.2 ] has been released.
39
43
40
44
This release addresses a bug that broke rebasing to a ref containing a
@@ -208,6 +212,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
208
212
209
213
[ stgit-at-work2 ] : https://soap.coffee/~lthms/opinions/StackedGit2.html
210
214
[ stgit-at-work ] : https://soap.coffee/~lthms/opinions/StackedGit.html
215
+ [ v2.2.3 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.3
211
216
[ v2.2.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.2
212
217
[ v2.2.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.1
213
218
[ v2.2.0 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.0
Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ title = 'StGit Changelog'
4
4
5
5
# Changelog
6
6
7
+ ## [ 2.2.3] 2023-04-26
8
+
9
+ ### Fixed
10
+ - fix: error using on Windows (#273 )
11
+ - fix: path handling for Windows compatibility
12
+ - fix: commit-msg hook run from work root
13
+ - fix: avoid "stg.exe" in usage on Windows
14
+ - fix: use gitattributes to force LF endings on Windows
15
+ - fix: wrap hooks with sh on Windows
16
+
17
+ ### Changed
18
+ - chore: update to gix 0.44.0
19
+ - chore: update other dependencies
20
+
21
+
7
22
## [ 2.2.2] 2023-04-01
8
23
9
24
### Fixed
You can’t perform that action at this time.
0 commit comments