Releases: isacikgoz/gitin
Releases · isacikgoz/gitin
v0.3.0
20 Jan 13:48
Compare
Sorry, something went wrong.
No results found
feat(status): Remove untracked file on discard (#66)
v0.2.5
13 Sep 12:46
Compare
Sorry, something went wrong.
No results found
Dependency update.
Under the hood improvements.
v0.2.3
18 Sep 17:52
Compare
Sorry, something went wrong.
No results found
This release contains minor changes on prompt API
v0.2.1
21 Jun 08:16
Compare
Sorry, something went wrong.
No results found
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
17 Jun 19:49
Compare
Sorry, something went wrong.
No results found
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
17 Jun 19:45
Compare
Sorry, something went wrong.
No results found
This is the latest release for v0.1
v0.1.5
13 Feb 21:04
Compare
Sorry, something went wrong.
No results found
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
12 Feb 07:12
Compare
Sorry, something went wrong.
No results found
Add interactive diff hunk staging feature
Add branch --date-order option
Under the hood changes and improvements
Minor bugfixes
v0.1.3
08 Feb 13:21
Compare
Sorry, something went wrong.
No results found
Fix linewrapping after quit
Ressurect gitin log --tags
Add D key for force delete a branch for gitin branch
v0.1.2
07 Feb 14:55
Compare
Sorry, something went wrong.
No results found
Drop less command and replace it by git itself
Better app quit handle
Solve #4 on macOS