Releases: kojung/git-dashboard
Releases · kojung/git-dashboard
v0.1.14
Fixed program freeze bug when HEAD
is not a valid reference.
v0.1.13
Added --version option to help track current version.
v0.1.12
Allow one to exclude directories
v0.1.11
Allow --no-gui mode where repo status is printed as a JSON object.
v0.1.10
Added status bar and refresh button
Increase refresh rate to 60 seconds
Deal with invalid path more gracefully
v0.1.9
Moved git repo status update into a separate thread, fixing unresponsive GUI issues
v0.1.8
Fixed unresponsiveness when there are too many untracked files in a repo.
v0.1.7
Let the status column stretchable so the table fills the entire window.
v0.1.6
Added
- Added Changelog
- Added detailed status: ahead, behind, untracked, staged, clean/dirty
- Added -s option to scale fonts
Changed
- Removed path column and replaced with tooltips
v0.1.5
Bugfixes to enable Windows installation