Skip to content

Commit 18e61ef

Browse files
author
Stephan Dilly
committed
fix changelog format
1 parent 389bd75 commit 18e61ef

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## Added
10+
### Added
1111
- add `trace-libgit` feature to make git tracing optional [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#902](https://github.com/extrawurst/gitui/issues/902))
1212
- support merging and rebasing remote branches ([#920](https://github.com/extrawurst/gitui/issues/920))
1313
- add highlighting matches in fuzzy finder ([#893](https://github.com/extrawurst/gitui/issues/893))
1414
- support `home` and `end` keys in branchlist ([#957](https://github.com/extrawurst/gitui/issues/957))
1515

16-
## Fixed
16+
### Fixed
1717
- honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933))
1818

1919
## [0.18] - 2021-10-11
@@ -22,12 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
![rebase-merge](assets/rebase.png)
2424

25-
## Added
25+
### Added
2626
- support rebasing branches with conflicts ([#895](https://github.com/extrawurst/gitui/issues/895))
2727
- add a key binding to stage / unstage items [[@alessandroasm](https://github.com/alessandroasm)] ([#909](https://github.com/extrawurst/gitui/issues/909))
2828
- switch to status tab after merging or rebasing with conflicts ([#926](https://github.com/extrawurst/gitui/issues/926))
2929

30-
## Fixed
30+
### Fixed
3131
- fix supported checkout of hierarchical branchnames ([#921](https://github.com/extrawurst/gitui/issues/921))
3232
- appropriate error message when pulling deleted remote branch ([#911](https://github.com/extrawurst/gitui/issues/911))
3333
- 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
4343

4444
![emojified-commit-message](assets/emojified-commit-message.png)
4545

46-
## Added
46+
### Added
4747
- add supporting rebasing on branch (if conflict-free) ([#816](https://github.com/extrawurst/gitui/issues/816))
4848
- fuzzy find files ([#891](https://github.com/extrawurst/gitui/issues/891))
4949
- visualize progress during async syntax highlighting ([#889](https://github.com/extrawurst/gitui/issues/889))
5050
- added support for markdown emoji's in commits [[@andrewpollack](https://github.com/andrewpollack)] ([#768](https://github.com/extrawurst/gitui/issues/768))
5151
- added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/extrawurst/gitui/issues/868))
5252

53-
## Fixed
53+
### Fixed
5454
- fix build when system level libgit2 version was used ([#883](https://github.com/extrawurst/gitui/issues/883))
5555
- fix merging branch not closing branch window [[@andrewpollack](https://github.com/andrewpollack)] ([#876](https://github.com/extrawurst/gitui/issues/876))
5656
- fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871))
5757
- fix filetree file content not showing tabs correctly ([#874](https://github.com/extrawurst/gitui/issues/874))
5858

59-
## Key binding notes
59+
### Key binding notes
6060
- new keys: `rebase_branch` [`R`], `file_find` [`f`]
6161

6262
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
7979

8080
![name-validation](assets/branch-validation.gif)
8181

82-
## Added
82+
### Added
8383
- allow inspecting top commit of a branch from list
8484
- compare commits in revlog and head against branch ([#852](https://github.com/extrawurst/gitui/issues/852))
8585
- 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
8888
- support deleting remote branch [[@zcorniere](https://github.com/zcorniere)] ([#622](https://github.com/extrawurst/gitui/issues/622))
8989
- mark remote branches that have local tracking branch [[@jedel1043](https://github.com/jedel1043)] ([#861](https://github.com/extrawurst/gitui/issues/861))
9090

91-
## Fixed
91+
### Fixed
9292
- error viewing filetree in empty repo ([#859](https://github.com/extrawurst/gitui/issues/859))
9393
- do not allow to ignore .gitignore files ([#825](https://github.com/extrawurst/gitui/issues/825))
9494
- 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
105105

106106
![tag-remote-marker](assets/tag-remote-marker.gif)
107107

108-
## Added
108+
### Added
109109
- taglist: show arrow-symbol on tags not present on origin [[@cruessler](https://github.com/cruessler)] ([#776](https://github.com/extrawurst/gitui/issues/776))
110110
- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/extrawurst/gitui/issues/758))
111111
- new quit key `[q]` ([#771](https://github.com/extrawurst/gitui/issues/771))
112112
- proper error message if remote rejects force push ([#801](https://github.com/extrawurst/gitui/issues/801))
113113

114-
## Fixed
114+
### Fixed
115115
- openssl vendoring broken on macos ([#772](https://github.com/extrawurst/gitui/issues/772))
116116
- amend and other commands not shown in help ([#778](https://github.com/extrawurst/gitui/issues/778))
117117
- focus locked on commit msg details in narrow term sizes ([#780](https://github.com/extrawurst/gitui/issues/780))
118118
- non-utf8 file/path names broke filetree ([#802](https://github.com/extrawurst/gitui/issues/802))
119119

120120
## [0.16.1] - 2021-06-06
121121

122-
## Added
122+
### Added
123123
- honor `config.showUntrackedFiles` improving speed with a lot of untracked items ([#752](https://github.com/extrawurst/gitui/issues/752))
124124
- improve performance when opening filetree-tab ([#756](https://github.com/extrawurst/gitui/issues/756))
125125
- indicator for longer commit message than displayed ([#773](https://github.com/extrawurst/gitui/issues/773))
126126

127127
![msg-len](assets/long-msg-indicator.gif)
128128

129-
## Fixed
129+
### Fixed
130130
- wrong file with same name shown in file tree ([#748](https://github.com/extrawurst/gitui/issues/748))
131131
- filetree collapsing broken on windows ([#761](https://github.com/extrawurst/gitui/issues/761))
132132
- 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
152152

153153
![warning](assets/commit-msg-length-limit.gif)
154154

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

163-
## Changed
163+
### Changed
164164
- smarter log timestamps ([#682](https://github.com/extrawurst/gitui/issues/682))
165165
- create-branch popup aligned with rename-branch [[@bruceCoelho](https://github.com/bruceCoelho)] ([#679](https://github.com/extrawurst/gitui/issues/679))
166166
- smart focus change after staging all files ([#706](https://github.com/extrawurst/gitui/issues/706))
167167
- do not allow to commit when `gpgsign` enabled ([#740](https://github.com/extrawurst/gitui/issues/740))
168168

169-
## Fixed
169+
### Fixed
170170
- selected-tab color broken in light theme [[@Cottser](https://github.com/Cottser)] ([#719](https://github.com/extrawurst/gitui/issues/719))
171171
- proper tmp file location to externally edit commit msg ([#518](https://github.com/extrawurst/gitui/issues/518))
172172

0 commit comments

Comments
 (0)