Skip to content

Releases: crycode-de/ioBroker.canbus

Release v2.3.1

25 Oct 15:14
v2.3.1
e2c0eee

Choose a tag to compare

  • (crycode-de) Updated Sentry DSN

Release v2.3.0

03 Oct 15:28
v2.3.0
b1b43cc

Choose a tag to compare

  • (crycode-de) Support for Node.js 24
  • (crycode-de) js-controller >= 6.0.11, Admin >= 7.6.17 required
  • (crycode-de) Fixed issue with importing configurations
  • (crycode-de) Updated dependencies

Release v2.2.0

27 May 12:48
v2.2.0
332b4bd

Choose a tag to compare

  • (crycode-de) Node.js >= 20 and <23, Admin >= 7.4.10 required
  • (crycode-de) Optimized admin layout for smaller devices and added a warning on very small devices
  • (crycode-de) Updated dependencies

Release v2.1.1

04 Nov 10:25
v2.1.1
a31b722

Choose a tag to compare

  • (crycode-de) Fixed get/set functions in custom parser scripts

Release v2.1.0

03 Nov 14:58
v2.1.0
27e0b1c

Choose a tag to compare

  • (crycode-de) Allow setStateAsync and setForeignStateAsync in custom parser scripts
  • (crycode-de) Allow setTimeout and clearTimeout in custom parser scripts (using the adapters setTimeout implementation)
  • (crycode-de) Added wait function to custom parser scripts

Release v2.0.0

02 Nov 20:00
v2.0.0
5bc1f84

Choose a tag to compare

  • (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
  • (crycode-de) Changed how custom parser scripts are interpreted. Most custom parser scripts should work as before but they have a limited scope now.
  • (crycode-de) Custom parser scripts now support getStateAsync, getForeignStateAsync, getObjectAsync and getForeignObjectAsync. If you have used getStateAsync/getObjectAsync before you need to change them to getForeignStateAsync/getForeignObjectAsync or update the IDs if you get data from the same adapter instance.
  • (crycode-de) Custom write parser scripts an now return false to cancel the write
  • (crycode-de) Updated dependencies

Release v1.3.1

19 Apr 11:30
v1.3.1
9dd012e

Choose a tag to compare

  • (crycode-de) Fixed autoSetValue defaults for parsers
  • (crycode-de) Fixed sentry admin integration
  • (crycode-de) Updated dependencies

Release v1.3.0

07 Feb 15:56
v1.3.0
5852f71

Choose a tag to compare

  • (crycode-de) Added sharedData object in custom parsers
  • (crycode-de) Updated dependencies
  • Some translation updates

Release v1.2.3

17 Oct 18:14
v1.2.3
3eb773d

Choose a tag to compare

  • (crycode-de) Added missing autoSet... parser options to csv export/import
  • (crycode-de) Fixed TypeError: Method Promise.prototype.then called on incompatible receiver [object Object] triggered by a bug in an old vm2 version
  • (crycode-de) Updated dependencies

Release v1.2.2

22 Aug 17:02
v1.2.2
430138a

Choose a tag to compare

  • (crycode-de) Fixed text colors in dark theme of admin 5
  • (crycode-de) Updated dependencies