Version 0.0.10

It’s been a long time since I’ve really had to dig into CSS and styling layouts. I’ve been focusing on backend code, and devops infrastructure type things so I’m a bit rusty. The terminal window is having a few styling issues that I’m...

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...