Releases: crycode-de/ioBroker.canbus
Releases · crycode-de/ioBroker.canbus
Release v2.3.1
- (crycode-de) Updated Sentry DSN
Release v2.3.0
- (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
- (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
- (crycode-de) Fixed get/set functions in custom parser scripts
Release v2.1.0
- (crycode-de) Allow
setStateAsyncandsetForeignStateAsyncin custom parser scripts - (crycode-de) Allow
setTimeoutandclearTimeoutin custom parser scripts (using the adapters setTimeout implementation) - (crycode-de) Added
waitfunction to custom parser scripts
Release v2.0.0
- (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,getObjectAsyncandgetForeignObjectAsync. If you have usedgetStateAsync/getObjectAsyncbefore you need to change them togetForeignStateAsync/getForeignObjectAsyncor 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
- (crycode-de) Fixed
autoSetValuedefaults for parsers - (crycode-de) Fixed sentry admin integration
- (crycode-de) Updated dependencies
Release v1.3.0
- (crycode-de) Added
sharedDataobject in custom parsers - (crycode-de) Updated dependencies
- Some translation updates
Release v1.2.3
- (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 oldvm2version - (crycode-de) Updated dependencies
Release v1.2.2
- (crycode-de) Fixed text colors in dark theme of admin 5
- (crycode-de) Updated dependencies