You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12

13
13
14
+
**tag list popup**
15
+
16
+

17
+
14
18
**commit subject length warning**
15
19
16
20

17
21
18
22
## Added
19
23
- merging branches, pull-merge with conflicts, commit merges ([#485](https://github.com/extrawurst/gitui/issues/485))
24
+
- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/extrawurst/gitui/issues/483))
25
+
- inspect file tree tab ([#743](https://github.com/extrawurst/gitui/issues/743))
26
+
- file tree popup (for a specific revision) ([#714](https://github.com/extrawurst/gitui/issues/714))
20
27
- warning if commit subject line gets too long ([#478](https://github.com/extrawurst/gitui/issues/478))
21
28
-`--bugreport` cmd line arg to help diagnostics [[@zcorniere](https://github.com/zcorniere)] ([#695](https://github.com/extrawurst/gitui/issues/695))
22
-
- inspect file tree at a specific revision ([#714](https://github.com/extrawurst/gitui/issues/714))
23
-
- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/extrawurst/gitui/issues/483))
0 commit comments