Skip to content

Commit 0691064

Browse files
committed
Updates for v2.2.4
1 parent 5e46ab3 commit 0691064

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

content/_index.md

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

3636
## News
3737

38+
### 2023-05-15: [StGit v2.2.4][v2.2.4] has been released.
39+
40+
StGit regained the ability to upgrade from stacks created by very old
41+
versions of StGit. This includes, for example, stacks created with StGit
42+
v0.19 which is (unfortunately) what is still shipped by Debian/Ubuntu
43+
and their derivatives.
44+
45+
Also included are fixes for regressions affecting branch creation and
46+
patch import.
47+
3848
### 2023-04-26: [StGit v2.2.3][v2.2.3] has been released.
3949

4050
StGit is repaired to work on Windows once more.
@@ -212,6 +222,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
212222

213223
[stgit-at-work2]: https://soap.coffee/~lthms/opinions/StackedGit2.html
214224
[stgit-at-work]: https://soap.coffee/~lthms/opinions/StackedGit.html
225+
[v2.2.4]: https://github.com/stacked-git/stgit/releases/tag/v2.2.4
215226
[v2.2.3]: https://github.com/stacked-git/stgit/releases/tag/v2.2.3
216227
[v2.2.2]: https://github.com/stacked-git/stgit/releases/tag/v2.2.2
217228
[v2.2.1]: https://github.com/stacked-git/stgit/releases/tag/v2.2.1

content/changelog/_index.md

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

55
# Changelog
66

7+
## [2.2.4] 2023-05-15
8+
9+
### Added
10+
- feat: Upgrade from ancient stack state formats (#235)
11+
12+
### Fixed
13+
- fix(branch): create based on remote branch (#317)
14+
- fix(import): lost subject lines resembling header (#321)
15+
- fix(import): subject line may be discarded
16+
17+
### Changed
18+
- chore: update dependencies
19+
20+
721
## [2.2.3] 2023-04-26
822

923
### Fixed

0 commit comments

Comments
 (0)