This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
Releases: major/supernova
Releases · major/supernova
Version 2.2.0
The details of this release are on my blog:
Version 2.0.5
v2.0.5 Version 2.0.5
Friendlier errors when credentials don't exist in your keyring
Supernova now returns friendlier errors (along with suggestions to fix the problem) when a credential referenced in your configuration file doesn't exist in your keyring.
Fixed quoted arguments
As reported in issue #81, quoted arguments weren't handled correctly. That's been fixes and now nova_args are passed as a list all the way through into the subprocess call.
Enjoy! --Major
Overhaul & tests
The project has been overhauled to make it more simplistic, functional, and testable. Test coverage is currently at 100%!
Small bug fix when retrieving password from keyring
There was a bug that cropped up when a user attempted to retrieve their password from the keyring. That's now fixed.