Skip to content

Releases: crycode-de/ioBroker.canbus

Release v1.3.1

19 Apr 11:30
v1.3.1
9dd012e
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • (crycode-de) Fixed text colors in dark theme of admin 5
  • (crycode-de) Updated dependencies

Release v1.2.1

22 Jun 13:54
v1.2.1
ce3030e
Compare
Choose a tag to compare
  • (crycode-de) Added option to automatically set a certain value in a given interval for each parser
  • (crycode-de) Added checks for duplicate parser IDs
  • (VeSler) Russian translation updates
  • (crycode-de) Use inline sourcemaps for the adapter build files to make remote debugging work
  • (crycode-de) Updated dependencies

Release v1.1.4

30 Apr 18:00
1794ba2
Compare
Choose a tag to compare
  • (crycode-de) Added license information to import of well-known configurations
  • (crycode-de) Fixed "Parser returned wrong data type undefined" log message
  • (crycode-de) Updated dependencies

Release v1.1.3

12 Apr 11:29
6fd238f
Compare
Choose a tag to compare
  • (crycode-de) Added definition of possible state values in admin
  • (crycode-de) Added selection of the state role for each parser in admin
  • (crycode-de) Fixed display bug of floating action buttons in admin
  • (crycode-de) Export uses defaults if some config parts are not defined (e.g. if the config is from an older version)
  • (crycode-de) Fixed wrong validation if a message/parser was deleted

Release v1.1.2

06 Apr 12:17
127c889
Compare
Choose a tag to compare
  • (crycode-de) Added copy/paste function for message and parser configurations in admin

Release v1.1.1

02 Apr 16:32
67a463f
Compare
Choose a tag to compare
  • (crycode-de) Import bugfixes
  • (crycode-de) Prevent wrong log warning if a parser returned undefined
  • (crycode-de) Added react errorboundary for better clientside error handling

Release v1.1.0

01 Apr 12:35
4ab5569
Compare
Choose a tag to compare
  • (crycode-de) Added import/export feature for messages in json or csv format
  • (crycode-de) Added import of well known configurations from GitHub
  • (crycode-de) Fixed config import in admin
  • (crycode-de) Added ioBroker state data type option for custom parsers