@@ -4,6 +4,71 @@ title = 'StGit Changelog'
4
4
5
5
# Changelog
6
6
7
+ ## 2.5.4 2025-08-10
8
+
9
+ ### Fixed
10
+
11
+ - stgit.el: Use ` with-eval-after-load ` instead of a homemade version
12
+ - stgit.el: Use ` advice-add ` instead of ` defadvice `
13
+ - stgit.el: Fix various checkdoc warnings
14
+ - stgit.el: Support Emacs versions < 31
15
+ - stgit.el: Move 'stgit-patch-status-face-alist' before first use
16
+ - stgit.el: Silence warnings of missing vc variables
17
+ - stgit.el: Replace ad-hoc ` make-local-variable ` with ` defvar-local `
18
+ - stgit.el: Use defvar-local instead of make-local-variable
19
+ - stgit.el: Enable lexical-binding
20
+ - stgit.el: Allow empty descriptions
21
+ - stgit.el: Add "--no-color" flag to 'git log' and 'git show'
22
+ - stgit.el: Pass patch into ` stgit-process-files `
23
+
24
+ ### Changed
25
+
26
+ - chore: update gix to 0.73
27
+ - docs: Update copyright year
28
+ - feat(bash): complete patches from chosen branch
29
+
30
+
31
+ ## 2.5.3 2025-02-22
32
+
33
+ ### Added
34
+
35
+ - build: statically linked packages for riscv64
36
+
37
+ ### Changed
38
+
39
+ - chore: update dependencies
40
+ - refactor(stgit.el): use space-based indentation consistently
41
+
42
+
43
+ ## 2.5.2 2025-02-16
44
+
45
+ ### Fixed
46
+
47
+ - fix(stgit.el): various compile warnings
48
+ - fix(stgit.el): Replace depercated cl function calls with new style
49
+ - fix(stgit.el): checkdoc warnings
50
+ - fix(stgit.el): emacs pre-pending "Summary: " to log-edit buffers
51
+
52
+ ### Changed
53
+
54
+ - chore: update jiff to 0.2.0
55
+ - chore: update winnow to 0.7.2
56
+ - chore: resolve winnow deprecations
57
+ - chore: update dependencies
58
+
59
+
60
+ ## 2.5.1 2025-01-18
61
+
62
+ ### Fixed
63
+
64
+ - fix: assure branch creation respects fetch-specs of remotes (#522 )
65
+
66
+ ### Changed
67
+
68
+ - ci: ubuntu-24.04 is now used to build release binaries
69
+ - chore: gix is updated to 0.70
70
+
71
+
7
72
## 2.5.0 2025-01-01
8
73
9
74
### Added
0 commit comments