Releases: pspiagicw/qemantra
Releases · pspiagicw/qemantra
Release v0.2.3
This release fixes some bugs, makes a config file available and moves from CLI args to prompts.
Changed
- Moved from 'promptui' to 'survey/v2' for prompting the user.
Removed
- Removed mdboook website, moved to single README.md file.
- Removed GitHub pages website.
- Removed unit tests.
- Removed autoinstall script.
Added
- Added
delete
subcommand. - Help printers for each subcommand.
- Added support for config files.
The documentation is also combined into a single README.md file.
Which is published here.
Release v0.2.0
This release introduces the new website (https://qemantra.pspiagicw.xyz).
This release also has a lot of refactored changes.
- Removes flaggy as dependency
- Simplifies argument parsing with eliminating structs
- Combined all structures into one, simplifying the code.
- Added code to support higher verbosity.
- Changed from argument execution to prompt execution.
First Release of qemantra
Changelog
v0.0.1 - 2022-06-29
Added
- Supports
run
,create-img
,create-machine
,list
,check
,rename
,edit
subcommands. - Has basic unit testing along with changelog.md