Skip to content

Releases: devnull-tools/soda

Minor fixes

05 Oct 13:32

Choose a tag to compare

The shebangs were fixed (pointing now to /bin/bash instead of /bin/sh). Also, the SODA_HOME variable is now optional (the script will find the correct home based even if it's symlinked).

Convention over configuration!

18 Mar 16:03

Choose a tag to compare

  • Added support for convention over configuration

1.3.0

17 Dec 14:14

Choose a tag to compare

  • File log disabled
  • More builtin functions
    • config
    • load

1.2.2

29 Oct 23:54

Choose a tag to compare

More compatibility with older bash version.

Tasks with directory scope

14 Jul 23:15

Choose a tag to compare

This release brings a new feature: tasks that resides on a directory and thus can only be invoked on it. Just make a file .soda-tasks (or override the SODA_QUICK_TASKS_FILE variable with your own convention) and put your tasks here.

Initial Release

14 Jul 23:15

Choose a tag to compare

This is the first release!