Skip to content

Releases: onecrayon/ShellActions-sugar

1.2.1: pass config variables to shell actions

24 Jun 18:07
Compare
Choose a tag to compare

You can now pass configuration variables to your shell script using environment variables (see the README for info).

1.2.0: message output for notifying users of action success

18 Jun 21:51
Compare
Choose a tag to compare

This version adds the ability to output a message to the users (using STDERR) through the built-in console window, HTML window, or a simple sheet. This permits you to notify them why things have failed in the event of an error, or otherwise interact with the user on success.

Minor fix for Espresso 2.2.

05 Feb 19:32
Compare
Choose a tag to compare

Fixes a bug that could prevent project URLs from being passed through to shell actions for Espresso 2.2 (at the time of this release, currently in public beta).

1.1.1: minor bugfixes

03 Sep 19:27
Compare
Choose a tag to compare
Removed custom implementation of getWordAtIndex since it's just calli…

…ng back into TEA, anyway