Skip to content

Releases: devnull-tools/soda

Minor fixes

Choose a tag to compare

@ataxexe ataxexe released this 05 Oct 13:32

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!

Choose a tag to compare

@ataxexe ataxexe released this 18 Mar 16:03
  • Added support for convention over configuration

1.3.0

Choose a tag to compare

@ataxexe ataxexe released this 17 Dec 14:14
  • File log disabled
  • More builtin functions
    • config
    • load

1.2.2

Choose a tag to compare

@ataxexe ataxexe released this 29 Oct 23:54

More compatibility with older bash version.

Tasks with directory scope

Choose a tag to compare

@ataxexe ataxexe released this 14 Jul 23:15

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

Choose a tag to compare

@ataxexe ataxexe released this 14 Jul 23:15

This is the first release!