summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2020-07-05 23:17:35 -0230
committerTim Oram <dev@mitmaro.ca>2020-07-06 22:49:43 -0230
commitbce966812a2d7a17a50174f800ae31f8fda069da (patch)
tree6de46edcfd84c906d3ba9f27c72802175cc5d2da /CHANGELOG.md
parentd2a5162ea461b5e3215f7b5d80e3449b62757d81 (diff)
Improve show commit module
This change refactors and improves the show commit module. This change added: - key bindings/help displayed on the last line - list of number of files changed as well as the number of additions and deletions - git configuration for renames, rename_limit and copies now respected - full help page This change refactored: - input handling to be specific to the show commit module - rewritten how git diff information is queried from the git2-rs bindings - new ViewDataBuilder struct for building the view lines
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c4393f..9ca1462 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - 2020-03-14
### Added
-- Added page up and down to help view
-- Added page up and down to show commit
+- Page up and down to help view
+- Page up and down to show commit
- Most missing key bindings for special keys
+- Builtin help for show commit
+- Number of files change in show commit
+- Number of total additions and deletions in show commit
+- The Git "diff.renames" and "diff.rename_limit" options are now respected during show commit
### Changed
- Change page up and page down to scroll half the height of the view area