File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ StGit is licensed under the GNU General Public License, version 2.
35
35
36
36
## News
37
37
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
+
38
48
### 2023-04-26: [ StGit v2.2.3] [ v2.2.3 ] has been released.
39
49
40
50
StGit is repaired to work on Windows once more.
@@ -212,6 +222,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
212
222
213
223
[ stgit-at-work2 ] : https://soap.coffee/~lthms/opinions/StackedGit2.html
214
224
[ 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
215
226
[ v2.2.3 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.3
216
227
[ v2.2.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.2
217
228
[ v2.2.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.1
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ title = 'StGit Changelog'
4
4
5
5
# Changelog
6
6
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
+
7
21
## [ 2.2.3] 2023-04-26
8
22
9
23
### Fixed
You can’t perform that action at this time.
0 commit comments