Gitin Versions Save

commit/branch/workdir explorer for git

v0.3.0

1 year ago

v0.2.5

3 years ago
  • Dependency update.
  • Under the hood improvements.

v0.2.3

4 years ago
  • This release contains minor changes on prompt API

v0.2.1

4 years ago
  • 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

4 years ago
  • 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

4 years ago

This is the latest release for v0.1

v0.1.5

5 years ago
  • 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

5 years ago
  • Add interactive diff hunk staging feature
  • Add branch --date-order option
  • Under the hood changes and improvements
  • Minor bugfixes

v0.1.3

5 years ago
  • Fix linewrapping after quit
  • Ressurect gitin log --tags
  • Add D key for force delete a branch for gitin branch

v0.1.2

5 years ago
  • Drop less command and replace it by git itself
  • Better app quit handle
  • Solve #4 on macOS