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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
## Added
10
+
###Added
11
11
- add `trace-libgit` feature to make git tracing optional [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#902](https://github.com/extrawurst/gitui/issues/902))
12
12
- support merging and rebasing remote branches ([#920](https://github.com/extrawurst/gitui/issues/920))
13
13
- add highlighting matches in fuzzy finder ([#893](https://github.com/extrawurst/gitui/issues/893))
14
14
- support `home` and `end` keys in branchlist ([#957](https://github.com/extrawurst/gitui/issues/957))
15
15
16
-
## Fixed
16
+
###Fixed
17
17
- honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933))
18
18
19
19
## [0.18] - 2021-10-11
@@ -22,12 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
23
23

24
24
25
-
## Added
25
+
###Added
26
26
- support rebasing branches with conflicts ([#895](https://github.com/extrawurst/gitui/issues/895))
27
27
- add a key binding to stage / unstage items [[@alessandroasm](https://github.com/alessandroasm)] ([#909](https://github.com/extrawurst/gitui/issues/909))
28
28
- switch to status tab after merging or rebasing with conflicts ([#926](https://github.com/extrawurst/gitui/issues/926))
29
29
30
-
## Fixed
30
+
###Fixed
31
31
- fix supported checkout of hierarchical branchnames ([#921](https://github.com/extrawurst/gitui/issues/921))
32
32
- appropriate error message when pulling deleted remote branch ([#911](https://github.com/extrawurst/gitui/issues/911))
33
33
- improved color contrast in branches popup for light themes [[@Cottser](https://github.com/Cottser)] ([#922](https://github.com/extrawurst/gitui/issues/922))
@@ -43,20 +43,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- visualize progress during async syntax highlighting ([#889](https://github.com/extrawurst/gitui/issues/889))
50
50
- added support for markdown emoji's in commits [[@andrewpollack](https://github.com/andrewpollack)] ([#768](https://github.com/extrawurst/gitui/issues/768))
51
51
- added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/extrawurst/gitui/issues/868))
52
52
53
-
## Fixed
53
+
###Fixed
54
54
- fix build when system level libgit2 version was used ([#883](https://github.com/extrawurst/gitui/issues/883))
55
55
- fix merging branch not closing branch window [[@andrewpollack](https://github.com/andrewpollack)] ([#876](https://github.com/extrawurst/gitui/issues/876))
56
56
- fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871))
57
57
- fix filetree file content not showing tabs correctly ([#874](https://github.com/extrawurst/gitui/issues/874))
58
58
59
-
## Key binding notes
59
+
###Key binding notes
60
60
- new keys: `rebase_branch`[`R`], `file_find`[`f`]
61
61
62
62
see `vim_style_key_config.ron` for their default vim binding
@@ -79,7 +79,7 @@ see `vim_style_key_config.ron` for their default vim binding
79
79
80
80

81
81
82
-
## Added
82
+
###Added
83
83
- allow inspecting top commit of a branch from list
84
84
- compare commits in revlog and head against branch ([#852](https://github.com/extrawurst/gitui/issues/852))
85
85
- new options popup (show untracked files, diff settings) ([#849](https://github.com/extrawurst/gitui/issues/849))
@@ -88,7 +88,7 @@ see `vim_style_key_config.ron` for their default vim binding
88
88
- support deleting remote branch [[@zcorniere](https://github.com/zcorniere)] ([#622](https://github.com/extrawurst/gitui/issues/622))
89
89
- mark remote branches that have local tracking branch [[@jedel1043](https://github.com/jedel1043)] ([#861](https://github.com/extrawurst/gitui/issues/861))
90
90
91
-
## Fixed
91
+
###Fixed
92
92
- error viewing filetree in empty repo ([#859](https://github.com/extrawurst/gitui/issues/859))
93
93
- do not allow to ignore .gitignore files ([#825](https://github.com/extrawurst/gitui/issues/825))
94
94
- crash in shallow repo ([#836](https://github.com/extrawurst/gitui/issues/836))
@@ -105,28 +105,28 @@ see `vim_style_key_config.ron` for their default vim binding
- taglist: show arrow-symbol on tags not present on origin [[@cruessler](https://github.com/cruessler)] ([#776](https://github.com/extrawurst/gitui/issues/776))
110
110
- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/extrawurst/gitui/issues/758))
111
111
- new quit key `[q]` ([#771](https://github.com/extrawurst/gitui/issues/771))
112
112
- proper error message if remote rejects force push ([#801](https://github.com/extrawurst/gitui/issues/801))
113
113
114
-
## Fixed
114
+
###Fixed
115
115
- openssl vendoring broken on macos ([#772](https://github.com/extrawurst/gitui/issues/772))
116
116
- amend and other commands not shown in help ([#778](https://github.com/extrawurst/gitui/issues/778))
117
117
- focus locked on commit msg details in narrow term sizes ([#780](https://github.com/extrawurst/gitui/issues/780))
- honor `config.showUntrackedFiles` improving speed with a lot of untracked items ([#752](https://github.com/extrawurst/gitui/issues/752))
124
124
- improve performance when opening filetree-tab ([#756](https://github.com/extrawurst/gitui/issues/756))
125
125
- indicator for longer commit message than displayed ([#773](https://github.com/extrawurst/gitui/issues/773))
126
126
127
127

128
128
129
-
## Fixed
129
+
###Fixed
130
130
- wrong file with same name shown in file tree ([#748](https://github.com/extrawurst/gitui/issues/748))
131
131
- filetree collapsing broken on windows ([#761](https://github.com/extrawurst/gitui/issues/761))
132
132
- unnecessary overdraw of the spinner on each redraw ([#764](https://github.com/extrawurst/gitui/issues/764))
@@ -152,21 +152,21 @@ see `vim_style_key_config.ron` for their default vim binding
152
152
153
153

154
154
155
-
## Added
155
+
###Added
156
156
- merging branches, pull-merge with conflicts, commit merges ([#485](https://github.com/extrawurst/gitui/issues/485))
157
157
- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/extrawurst/gitui/issues/483))
158
158
- inspect file tree tab ([#743](https://github.com/extrawurst/gitui/issues/743))
159
159
- file tree popup (for a specific revision) ([#714](https://github.com/extrawurst/gitui/issues/714))
160
160
- warning if commit subject line gets too long ([#478](https://github.com/extrawurst/gitui/issues/478))
161
161
-`--bugreport` cmd line arg to help diagnostics [[@zcorniere](https://github.com/zcorniere)] ([#695](https://github.com/extrawurst/gitui/issues/695))
0 commit comments