Skip to content

Releases: pokanop/nostromo

v0.7.0

07 Apr 10:01

Choose a tag to compare

Changelog

fd6bb97 Add blurb about interactive commands to README
dc749d4 Clean up README a bit for interactive mode and command modes
8005dd0 Fix unit test build
f2c17f3 Improve prompt pkg and interactive mode guidance
3f90a5d Merge pull request #20 from pokanop/interactive-cmds
8aed1b9 Shell completion support for manifest commands and refactor
a24ab43 Update README with note about shell completions for user commands

v0.6.0

06 Apr 09:10

Choose a tag to compare

Changelog

4129f09 Add command mode feature for different execution modes
05683f4 Add goreport card badge to README
87b5163 Add more tests for config and command mode
72e274e Add more unit tests and improve coverage
5a89320 Fix bug with printing manifest with shell profile info
a08d8a2 Fix coloring issues on light backgrounds
28170e7 Interactive command support for nostromo add
35ae700 Merge pull request #17 from pokanop/fix-color-scheme
c473c31 Merge pull request #18 from pokanop/fix-manifest-show
cac5c4a Merge pull request #19 from pokanop/add-cmd-mode
699125f Move shell init lines to show for all manifest views
487e54b New unit tests for command mode feature
b132ab9 Remove run command and related functionality
399b2ed Update README with info about command modes

v0.5.0

05 Apr 07:01

Choose a tag to compare

Changelog

76f20f3 Attempt to fix code snippets by surrounding code with single quotes
3f6c09a Fix aliases only functionality and startup file unit tests
3e842a6 Fix blip in README for adding commands with descriptions
7584664 Move debug logging verbose check into logger
4407351 Remove legacy json config support
63b10fd Rework nostromo to eval directly from generated commands improving performance
aaf61a2 Update .gitignore for IDE folders
9f727c4 Update readme based on new eval mechanism for running nostromo commands

v0.4.2

26 Feb 03:57

Choose a tag to compare

Changelog

96ac594 Fix startup file command omissions and add more tests

v0.4.1

25 Feb 06:44

Choose a tag to compare

Changelog

8b27740 Fix issue with looking up preferred init filenames

v0.4.0

25 Feb 06:12

Choose a tag to compare

Changelog

87bd58a Fix issue with writing shell profiles and add unit tests

v0.3.4

07 Nov 07:22

Choose a tag to compare

Changelog

021464b Fix crash in tasks that are missing returns
107d087 Fix shell init file handling when missing content block

v0.3.3

12 Oct 21:39

Choose a tag to compare

Changelog

69b0b02 Add tests for config pkg
fd3de52 Add tests for manifest model
3f7e510 Remove sh syntax highlighting for some sections
b04a91f Support alias only mode for pure shell commands
1e2e6f2 Update readme with shell aliases information
a2d84b9 Update show cmd var names to be consistent

v0.3.2

12 Oct 02:27

Choose a tag to compare

Changelog

ff43e0c Add --tree to print manifest as a tree
94c8b21 Omit empty strings for manifest show
a9d15c6 Print manifest in tables for verbose mode
09250e1 Update readme with new info on showing manifests

v0.3.1

04 Oct 06:21

Choose a tag to compare

Changelog

c3e2dba Change config to default to yaml
5ae624c Sync build version with manifest
70afa55 Update comments and readme to reflect yaml change
7eaf407 Upgrade config file to yaml on init