- Fix: docs
- Feat: Command suggestions by prefix
- Fix: Script ENV not being passed properly
- Update dependencies
- Fix: Exit with code
- Update dependencies
- Add
-ls/--listflag
- Update dependencies
- Fix: Config path searching
- Improve config loading & searching
- Rename
suppress_header_outputtodisplay_cmdand flipped the boolean logic
- Fix bad command spliting in some cases
- Less restrictive dependencies (compatible with Flutter stable)
- Use unlocked dependencies
- Updated dependencies
- Colorized help output
- Improve I/O pass-through to commands
- Add
appendNewLineoption (default:false)
- Windows shell support (experimental)
- Use temporary script file to run commands
- Search up all directories while searching for config
- Add
suppress_header_outputoption to allow scripts to output easily to other scripts
- Improve platform shell detection
- Update
-hflag output
- Fix error when not supplying shell in config
- Improve errors for bad configurations
- Code improvements
- Fix utf8 decoding in process output
- Add shell config per OS
- Rename bin from
dartsctoscr - Update help usage print format
- Fix bug when pubspec.yaml is missing
- Add line_length config
- Update code formatting
- Update docs
- Add
-hflag with auto-script listing
- Attempt to fix analyzer issues
- Initial pre-release version.