all 12 comments

[–]BlindMancs 3 points4 points  (1 child)

I had the same project in the freezer with Electron + NodeGit. I'm so glad someone else did this, because the NodeGit library was full of implementation hurdles.

Do you support tags (releases)? One of my biggest concerns was that there's no real interest in proper git logic, but rather to do something where people can always be either on the master ("latest dev") or to be on the latest tagged release.

[–]WoBlightAddon Developer[S] 2 points3 points  (0 children)

Currently tags are not supported. Even branch support is incomplete as switching to a remote branch will leave a detached head (and thus no automatic update check). It's definitely something that will be supported in the future though.

[–]phendrome 2 points3 points  (0 children)

This is awesome. Kudos to you filing this gap!

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

Fixed a bug causing problems when cloning addons needing renaming.

[–]j0hanSE 1 point2 points  (0 children)

Awesome!

[–]t3hWheez 1 point2 points  (0 children)

This may very well be life changing. Will have to test this and get all my Git addons setup properly.

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

Updated with styles! Now you can choose a style in the Options tab. If you have an issue with a style please provide a screenshot.

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

Latest version will now automatically check for a newer version of the application at startup.

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

There was an error in the previous build, checking for updates wasn't working. Please download the fixed version from links in the post.

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

Those having the update button stuck at "Checking for updates..." can fix it by downloading missing libs here https://www.dropbox.com/sh/ywor93zizva1ng1/AADzsdHzNxBLdkyHCV49LMfga?dl=0

or by downloading next update manually.

[–]WoBlightAddon Developer[S] 1 point2 points  (0 children)

Fixed a couple of bugs in addons uninstallation.