Skip to content

Releases: SupportClass/lfg-omega13

v0.2.1

07 Mar 15:47

Choose a tag to compare

0.2.1 (2016-03-07)

Bug Fixes

  • dialog: fix manifest path to dialog (a7582d0)

v0.2.0

07 Mar 15:40

Choose a tag to compare

0.2.0 (2016-03-07)

Features

  • slack: add Slack integration (d77957e)

BREAKING CHANGES

  • slack: Config format changed.

    To migrate the config follow the example below:

    Before:

    {
      "appToken": "",
      "deliveryToken": ""
    }

    After:

    {
      "pushover": {
        "enabled": true,
        "appToken": "",
        "deliveryToken": ""
      }
    }

    This is due to the addition of Slack support, which requires
    it's own configuration, therefore each service has an object
    inside the configuration file.

Beta Release v0.1.1

20 Feb 20:07

Choose a tag to compare

0.1.1 (2016-02-20)

Bug Fixes

  • button: fix button not showing up when login security was disabled (9abcc65)
  • toast: use a dedicated instance of nodecg-toast (f48dfcc)

Features

  • configschema: add config validation via a configschema.json (1e9a87e)