Skip to content

Releases: scripthaus-dev/scripthaus

ScriptHaus v0.5.0 Release

01 Jun 07:47
Compare
Choose a tag to compare
Pre-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

29 May 08:10
Compare
Choose a tag to compare
Pre-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

26 May 05:11
Compare
Choose a tag to compare
Pre-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

26 May 04:12
Compare
Choose a tag to compare
Pre-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

23 May 22:51
Compare
Choose a tag to compare
Pre-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

23 May 21:59
Compare
Choose a tag to compare
Pre-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

21 May 19:39
Compare
Choose a tag to compare
Pre-release

Initial ScriptHaus release.