Skip to content

Releases: MitMaro/git-interactive-rebase-tool

Version 1.1.0

Choose a tag to compare

@MitMaro MitMaro released this 16 Aug 16:01
b0e82d4

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

Choose a tag to compare

@MitMaro MitMaro released this 10 Apr 15:37
371df63

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

Version 1.0.0 - RC 3 Pre-release
Pre-release

Choose a tag to compare

@MitMaro MitMaro released this 10 Apr 02:17

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

Version 1.0.0 - RC 2 Pre-release
Pre-release

Choose a tag to compare

@MitMaro MitMaro released this 09 Apr 00:29

Added

  • Support for unicode characters
  • Horizontal and vertical overflow support

Changed

  • Show git now uses libgit2 instead of external command

Version 0.7.0

Choose a tag to compare

@MitMaro MitMaro released this 30 Oct 00:19

Added

  • Support git core.commentChar option
  • 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

Choose a tag to compare

@MitMaro MitMaro released this 13 Feb 00:31
39c82b5

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

Choose a tag to compare

@MitMaro MitMaro released this 29 Dec 19:24
fc32861

See README.md for instruction on how to install and use.

Changes

  • Added a --version and -v flag.

Version 0.4.0

Choose a tag to compare

@MitMaro MitMaro released this 11 Feb 22:03

See README.md for instruction on how to install and use.

Version 0.3.0

Choose a tag to compare

@MitMaro MitMaro released this 22 Jan 02:42

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

Choose a tag to compare

@MitMaro MitMaro released this 09 Jan 13:52

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