File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.4 2025-08-10
4
+
5
+ ### Fixed
6
+
7
+ - stgit.el: Use ` with-eval-after-load ` instead of a homemade version
8
+ - stgit.el: Use ` advice-add ` instead of ` defadvice `
9
+ - stgit.el: Fix various checkdoc warnings
10
+ - stgit.el: Support Emacs versions < 31
11
+ - stgit.el: Move 'stgit-patch-status-face-alist' before first use
12
+ - stgit.el: Silence warnings of missing vc variables
13
+ - stgit.el: Replace ad-hoc ` make-local-variable ` with ` defvar-local `
14
+ - stgit.el: Use defvar-local instead of make-local-variable
15
+ - stgit.el: Enable lexical-binding
16
+ - stgit.el: Allow empty descriptions
17
+ - stgit.el: Add "--no-color" flag to 'git log' and 'git show'
18
+ - stgit.el: Pass patch into ` stgit-process-files `
19
+
20
+ ### Changed
21
+
22
+ - chore: update gix to 0.73
23
+ - docs: Update copyright year
24
+ - feat(bash): complete patches from chosen branch
25
+
26
+
3
27
## 2.5.3 2025-02-22
4
28
5
29
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stgit"
3
- version = " 2.5.3 "
3
+ version = " 2.5.4 "
4
4
description = " Stack-based patch management for Git"
5
5
edition = " 2021"
6
6
rust-version = " 1.70"
You can’t perform that action at this time.
0 commit comments