[0.7.0]
Special thanks to @xeoneox for their contributions for this release!
DEPRECATION NOTICE
- The "--json" will be deprecated as of the 1.0.0 release. I am not sure when exactly that will be, but please make efforts to move away from the "--json" boolean and move towards the "--output_format" flag
Added
- Added application to Homebrew (@xeoneox)
- Added new artifact for direct Homebrew downloads
- Added output_format to arguments that previously only had the "--json" flag
Changed
- Changed ordering of help menu and various functions in the code
- Help menu can now be shown prior to initial configuration
Maintenance
- Clippy cleanup
- Updated documentation
- Formatted code via rustfmt