Skip to content

Releases: kojung/git-dashboard

v0.1.14

26 Dec 02:23
a6e7564
Compare
Choose a tag to compare

Fixed program freeze bug when HEAD is not a valid reference.

v0.1.13

02 Jun 16:46
d9aa638
Compare
Choose a tag to compare

Added --version option to help track current version.

v0.1.12

22 May 23:02
20e613d
Compare
Choose a tag to compare

Allow one to exclude directories

v0.1.11

24 Apr 23:08
3f2fb17
Compare
Choose a tag to compare

Allow --no-gui mode where repo status is printed as a JSON object.

v0.1.10

10 Apr 23:40
56acaa0
Compare
Choose a tag to compare

Added status bar and refresh button
Increase refresh rate to 60 seconds
Deal with invalid path more gracefully

v0.1.9

03 Apr 02:51
ab1464a
Compare
Choose a tag to compare

Moved git repo status update into a separate thread, fixing unresponsive GUI issues

v0.1.8

27 Mar 20:04
4ca4800
Compare
Choose a tag to compare

Fixed unresponsiveness when there are too many untracked files in a repo.

v0.1.7

13 Mar 23:41
Compare
Choose a tag to compare

Let the status column stretchable so the table fills the entire window.

v0.1.6

07 Mar 04:20
Compare
Choose a tag to compare

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

03 Mar 05:23
Compare
Choose a tag to compare

Bugfixes to enable Windows installation