Skip to content

Sekubu 1.1.4

Latest
Compare
Choose a tag to compare
@rotten77 rotten77 released this 11 Jun 07:44
· 2 commits to main since this release

Changelog 1.1.4

  • Command can be executed in the background using the new attribute new_console
<button
   label="Computer name"
   new_console="false"
   show_output="always"
>
   powershell.exe -Command "$env:COMPUTERNAME"
</button>