All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- (#45): ctrl-up and ctrl-down added as keyboard shortcuts to scroll by individual lines.
- (#45): ctrl-page-up and ctrl-page-down added as keyboard shortcuts to scroll by pages.
- (#58): Pressing question mark '?' pops up a help dialog.
- BREAKING (#45): page-up and page-down now jump to the next section of the same type. The old behavior can be accessed with ctrl-page-up and ctrl-page-down.
- BREAKING (#52): Minimum supported Rust version (MSRV) is now 1.74.
- BREAKING (#53):
scm-diff-editor
has been extracted to its own crate and can be installed as its own stand-alone binary. - (#46): Checkmarks changed to Unicode symobls.
- (#61): Control characters are replaced with Unicode symbols for rendering.
- (#37): Fixed redraw issues when rendering tabs and other non-printing characters.
- (#41) When collapsing editable sections, the uneditable context lines between those collapsed editable sections is now also hidden.
- (#31) Console mode settings are now undone in LIFO order, improving Powershell integration.
- (#47) The alternate screen is now cleared before starting, improving Mosh integration.
- Support invoking a commit editor while selecting changes.
- The maximum file view width is now 120 columns.
- (#11) Render a message when there are no changes to view.
- Fixed typo in "next item" menu item.
- Fixed build without
serde
feature.
Initial release as part of git-branchless v0.7.0.