We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afc2a6 commit e9a6154Copy full SHA for e9a6154
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## v0.2.0 - 2020-03-15
8
+
9
+Ported to Rust. No new features.
10
11
+* Performance for repeated calls to Git hooks is significantly improved. This can happen when rebasing large commit stacks.
12
+* The `git undo` UI has been changed to use a Rust-specific TUI library (`cursive`).
13
14
## v0.1.0 - 2020-12-18
15
16
First beta release. Supports these commands:
0 commit comments