Releases: MitMaro/git-interactive-rebase-tool
Releases · MitMaro/git-interactive-rebase-tool
Release list
Version 1.1.0
Added
- Add support for the break action
- The command of an exec action can now be edited
- Visual mode - change action and reorder with multiple selections
- Configuration option for vertical spacing character
- Configurable key bindings
- Horizontal scrolling
Fixed
- A noop rebase will no longer return a non-zero status code
Version 1.0.0
Added
- Support for unicode characters
- Horizontal and vertical overflow support
Changed
- Show git now uses libgit2 instead of external command
Version 1.0.0 - RC 3
Added
- Support for unicode characters
- Horizontal and vertical overflow support
Changed
- Show git now uses libgit2 instead of external command
Version 1.0.0 - RC 2
Added
- Support for unicode characters
- Horizontal and vertical overflow support
Changed
- Show git now uses libgit2 instead of external command
Version 0.7.0
Added
- Support git
core.commentCharoption - Configuration of colors
- Support for the exec action
- Auto-select next line configuration
- Prepend application name to error messages
Fixed
- Windows creating a new window on run (hopefully)
- Resize not handled in all cases
Version 0.6.0
See README.md for instruction on how to install and use.
Changes
- Added man pages for Debian
- Updated dependencies and recompiled with latest rust.
Version 0.5.0
See README.md for instruction on how to install and use.
Changes
- Added a
--versionand-vflag.
Version 0.4.0
See README.md for instruction on how to install and use.
Version 0.3.0
See README.md for instruction on how to install and use.
You may need ncurses for this project to work, on OSX:
brew install --force homebrew/dupes/ncurses
Version 0.2.0 Release
This is a early beta of the tool.
To use copy the binary below to a location on your PATH and run git config --global sequence.editor git-interactive-tool.
You may need ncurses for this project to work, on OSX:
brew install --force homebrew/dupes/ncurses