All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- Support core.commentString during restacking.
- linux-arm64: Binary is no longer statically linked.
- Support core.commentChar during restacking.
- Relicense to GPL-2.0.
- Linux binaries should be statically linked.
- Reduce binary size significantly.
- Fix branches and push directives skipped when there's an empty line and a comment right after the instruction list.
- Include binaries for Linux 32-bit ARM.
- Homebrew formula: Conform to new format.
- On Linux, don't fail to edit if
/tmp
is mounted on a different partition.
- Release Homebrew bottles.
- Simplify command line argument parsing.
- Fix CLI parsing breakage.
- Don't kill editor after 1 second.
- Write the full edit script path to git configuration.
- Handle short-forms instructions.
- Handle
fixup
andsquash
instructions.
- Migrate to Go modules.
- Interpret
GIT_EDITOR
using a shell.
- Include ARM binaries.
- setup: Allow relocating
.gitconfig
by removing hardcoded$HOME
.
- Initial release.