All Versions
11
Latest Version
Avg Release Cycle
5 days
Latest Release
1469 days ago

Changelog History
Page 1

  • v0.7.7 Changes

    April 16, 2020

    ๐Ÿ”„ Changelog

    โœ… 717dedb Add a couple of unit tests for config method
    โœ… 479b2ed Add another unit test for shell var replacement
    59847b3 Adjust lookup of startup files to respect ZDOTDIR
    4e9586e Fix shell var functionality with replacement util call
    ๐Ÿ”€ f4bbb24 Merge pull request #28 from lewiscowper/fix-zdotdir-not-respected
    ๐Ÿ”€ f0b3f3d Merge pull request #29 from pokanop/issue-5-shell-vars
    d9ee100 run gofmt

  • v0.7.6 Changes

    April 15, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ‘• 0184996 Clean up godoc comments and linter errors
    ๐Ÿ”ง ce18baf Configure base config location with NOSTROMO_HOME
    ๐Ÿ‘• d8ee4a2 Fix a couple more linter errors
    ๐Ÿ”ง 68ee458 Merge pull request #27 from lewiscowper/26/allow-configuration-of-base-config
    ๐Ÿšš 544f607 Move sourcing note to end of caveats section

  • v0.7.5 Changes

    April 11, 2020

    ๐Ÿ”„ Changelog

    โœ… b4e6c15 Fix unit tests
    ๐Ÿ–จ 8faef05 Print profile only for standard manifest show
    ๐Ÿšš 6ac4b8d Remove width for gifs in markdown
    ๐Ÿš€ 299d910 Update .goreleaser config with guidance to re-source config files after init
    โšก๏ธ 4daee1f Update README with more animated gifs

  • v0.7.4 Changes

    April 11, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ–จ 0d30ab6 Clean up fields to print on show
    โšก๏ธ 1c5e3ce Update README terminal image to gif
    โšก๏ธ 4f9c98a Update set command for valid args to config changes

  • v0.7.3 Changes

    April 09, 2020

    ๐Ÿ”„ Changelog

    070aec2 Small optimization to call correct nostromo shell function

  • v0.7.2 Changes

    April 08, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ‘ 97073dc Add support for reloading shell bindings on the fly.
    ๐Ÿ— 31d29d3 Fix test build and failures
    โœ… 31d1ee9 Fix unit tests related to shell completion
    โšก๏ธ 70ec31e Update README for shell completion
    โšก๏ธ 65e463a Update README remove info on sourcing shell profiles

  • v0.7.1 Changes

    April 07, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ eaa004e Update .goreleaser.yml to remove completion script note

  • v0.7.0 Changes

    April 07, 2020

    ๐Ÿ”„ 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 Changes

    April 06, 2020

    ๐Ÿ”„ 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 Changes

    April 05, 2020

    ๐Ÿ”„ 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