Skip to content

Commit aa25501

Browse files
committed
Updates for v2.2.3
1 parent 7d9ff2a commit aa25501

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ StGit is licensed under the GNU General Public License, version 2.
3535

3636
## News
3737

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+
3842
### 2023-04-01: [StGit v2.2.2][v2.2.2] has been released.
3943

4044
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
208212

209213
[stgit-at-work2]: https://soap.coffee/~lthms/opinions/StackedGit2.html
210214
[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
211216
[v2.2.2]: https://github.com/stacked-git/stgit/releases/tag/v2.2.2
212217
[v2.2.1]: https://github.com/stacked-git/stgit/releases/tag/v2.2.1
213218
[v2.2.0]: https://github.com/stacked-git/stgit/releases/tag/v2.2.0

content/changelog/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ title = 'StGit Changelog'
44

55
# Changelog
66

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+
722
## [2.2.2] 2023-04-01
823

924
### Fixed

0 commit comments

Comments
 (0)