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-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+
## [0.16.0] - 2021-05-28
11
+
10
12
**merge branch, merge commit**
11
13
12
14

@@ -41,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
43
- selected-tab color broken in light theme [[@Cottser](https://github.com/Cottser)] ([#719](https://github.com/extrawurst/gitui/issues/719))
@@ -62,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
64
- cleanup some stringly typed code [[@wandernauta](https://github.com/wandernauta)] ([#655](https://github.com/extrawurst/gitui/issues/655))
63
65
- introduce EventState enum (removing bool for even propagation) [[@tisorlawan](https://github.com/tisorlawan)] ([#665](https://github.com/extrawurst/gitui/issues/665))
64
66
65
-
## [0.14.0] - 2020-04-11
67
+
## [0.14.0] - 2021-04-11
66
68
67
69
### Added
68
70
-`[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
@@ -80,7 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed pull/fetch deadlocking when it fails ([#624](https://github.com/extrawurst/gitui/issues/624))
82
84
83
-
## [0.13.0] - 2020-03-15 - Happy Birthday GitUI 🥳
85
+
## [0.13.0] - 2021-03-15 - Happy Birthday GitUI 🥳
84
86
85
87
Thanks for your interest and support over this year! Read more about the 1 year anniversary reflections of this project on my [blog](https://blog.extrawurst.org/general/programming/rust/2021/03/15/gitui-a-year-in-opensource.html).
86
88
@@ -108,7 +110,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
108
110
- fix pull deadlocking when aborting credentials input ([#586](https://github.com/extrawurst/gitui/issues/586))
109
111
- error diagnostics for config loading ([#589](https://github.com/extrawurst/gitui/issues/589))
110
112
111
-
## [0.12.0] - 2020-03-03
113
+
## [0.12.0] - 2021-03-03
112
114
113
115
**pull support (ff-merge or conflict-free merge-commit)**
114
116
@@ -138,7 +140,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
138
140
- compilation broken on freebsd ([#461](https://github.com/extrawurst/gitui/issues/461))
139
141
- don’t fail if `user.name` is not set [[@cruessler](https://github.com/cruessler)] ([#79](https://github.com/extrawurst/gitui/issues/79)) ([#228](https://github.com/extrawurst/gitui/issues/228))
140
142
141
-
## [0.11.0] - 2020-12-20
143
+
## [0.11.0] - 2021-12-20
142
144
143
145
### Added
144
146
- push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267))
0 commit comments