Skip to content

Releases: plugsy/core

v2.2.0

19 Jun 12:51
Compare
Choose a tag to compare

2.2.0 (2021-06-19)

Features

  • add ability to define docker containers in config instead of labels (f29d6e1)

Bug Fixes

  • bug in old docker container mapping code (6a9f16b)
  • bug where normalising server time can cause an error if backend doesn't respond correctly (0497fa6)

v2.1.0

18 Jun 18:04
Compare
Choose a tag to compare

2.1.0 (2021-06-18)

Features

  • Add connectorType to items (9ff376a)
  • Add website connector (d05cb4f)
  • Connector Type now shows on the tags (eabefb9)
  • Correct for server time being out on frontend (23a9aa2)

Bug Fixes

  • add debounce between file config changes to prevent spamming (0570213)
  • Handle case where an error in your config stops the updating (d6b8e28)
  • last updated no longer jitters when server time is updated (5e5692c)
  • website connector dying if status error (828bd97)

v2.0.0

17 Jun 16:32
Compare
Choose a tag to compare

2.0.0 (2021-06-17)

⚠ BREAKING CHANGES

  • Initial release of the config file

Features

  • Initial release of the config file (35d3b60)

Bug Fixes

  • ensure the schema file gets built before github release (adad68b)

v1.1.0

16 Jun 17:37
Compare
Choose a tag to compare

1.1.0 (2021-06-16)

Features

Bug Fixes

  • remove all the useless logging (bac1bad)

v1.0.0

16 Jun 13:01
Compare
Choose a tag to compare

1.0.0 (2021-06-16)

⚠ BREAKING CHANGES

  • Initial release

Features

Bug Fixes

  • categories will now show again (f751f2f)
  • last updated being incorrectly red (e48708d)
  • updates last updated timer every second (c91fc69)
  • websocket scheme for those not using https (1e203cd)