Releases: isacikgoz/gitin
Releases · isacikgoz/gitin
v0.3.0
feat(status): Remove untracked file on discard (#66)
v0.2.5
- Dependency update.
- Under the hood improvements.
v0.2.3
- This release contains minor changes on prompt API
v0.2.1
- fix a bug on selecting empty list
- performance improvements on list scroll
- reduce call stack
- improve code maintainability
- make prompt application agnostic (internal design decision)
v0.2.0
- Deprecation of subcommand paramters see #50
- Refreshed UI
- Better input handling
- Less code more room for extending (now have better UI implementation)
- Better search performance
v0.1.6
This is the latest release for v0.1
v0.1.5
- Add fuzzy search
- Add option to start in search mode (
gitin --search
)
- Add
!
keybind to gitin status
to file checkout (git checkout -- /path/to/file
)
- Add CI file (
.travis.yml
)
- Keep search mode after return log prompt
- Minor bugfixes and performance improvements
v0.1.4
- Add interactive diff hunk staging feature
- Add branch --date-order option
- Under the hood changes and improvements
- Minor bugfixes
v0.1.3
- Fix linewrapping after quit
- Ressurect
gitin log --tags
- Add
D
key for force delete a branch for gitin branch
v0.1.2
- Drop
less
command and replace it by git
itself
- Better app quit handle
- Solve #4 on macOS