Releases: scripthaus-dev/scripthaus
ScriptHaus v0.5.0 Release
Big simplification of ScriptHaus core. More focused on getting text files of commands into executable markdown and easily annotating existing readme files with executable commands.
Use directives to mark executable markdown sections (for easier use with existing content)
Remove raw script processing -- just focus on markdown
Remove docker mode (complicated and untested)
Remove required variable directives
Better directive parsing
Update how help text is generated (uses new directives and break points)
Added .env file parsing
More logging flexibility and control
Do not show command summary info by default
Added FAQ, updated README and docs
ScriptHaus v0.4.0 Release
- Big changes for how ScriptHaus resolves playbook files
- Allow global lookups with "^", project lookups with ".", and use "::" as a playbook / script divider
- Better tests for playbook resolution, history updates, etc.
- Bug fixes
ScriptHaus v0.3.1 Release
- added command history database (sqlite, scripthaus.db)
- added 'history' command to view history
- added 'manage' command to manage history items (clear all, delete items, etc.)
- bug fixes and cleanup
- v0.3.1 - quick fix for null history db fields
ScriptHaus v0.3.0 Release
- added command history database (sqlite, scripthaus.db)
- added 'history' command to view history
- added 'manage' command to manage history items (clear all, delete items, etc.)
- bug fixes and cleanup
ScriptHaus v0.2.1 Release
Lots of code cleanup. Also added the 'add' command to add a script to a playbook directly from the command-line.
ScriptHaus v0.2.0 Release
Lots of code cleanup. Also added the 'add' command to add a script to a playbook directly from the command-line.
ScriptHaus v0.1.0 Release
Initial ScriptHaus release.