Version 0.0.9

I really need to get some more testing in place. When I was getting rid of all the modals and converting to the new tabbed system I broke the ability to import or update SSH keys. Not necessarily broke, I just left the code out, oops. Fixed – Import / Update...

Version 0.0.8

I wasn’t really liking the whole modal window interaction for editing an organization. It was limiting in space, and it just didn’t really feel much like a desktop application. So I took a page from how Visual Studio Code does things and decided to open up...

Version 0.0.7

First feature request was added on Github. That’s cool. Many users, myself included, don’t just use the default users to SSH into AWS instances. Request was for the ability to add custom users so you can ssh in as johndoe instead of ec2-user or ubuntu....

Version 0.0.6

Couple things I wanted to tackle here. One was an About page, so people could get to the Github repo easily to report issues/feedback. This turned into a bit of a learning experience. I initially wanted to do a native window for the about page, but I ran into a few...

Version 0.0.5

Found out that when a region was deleted it was not actually deleting the SSH keys that were imported along with it. fs-extra and emptyDir to the rescue. I also added a bunch of test organizations for some screenshots I was working on and realized I didn’t add...

Version 0.0.4

Finally decided on a name. DevOps helper was a mouthful and led to some interesting discussions on Reddit where I had posted a couple of release announcements. Things such as “You can’t call it DevOps Helper, because DevOps doesn’t involve...