Skip to content

Releases: ioBroker/ioBroker.javascript

Release v5.4.3

17 Mar 22:37

Choose a tag to compare

  • (Apollon77) Fix handling of month schedules with given date list
  • (Apollon77) Optimize scheduling to make sure to not miss triggers if callbacks would need too long

Release v5.4.2

16 Mar 07:06

Choose a tag to compare

  • (Apollon77) Fix automatic start of Rules scripts when starting adapter

Release v5.4.1

15 Mar 21:18

Choose a tag to compare

  • (Apollon77) Fix blockly subscribes broken in 5.4.0

Release v5.4.0

13 Mar 21:50

Choose a tag to compare

  • (Apollon77) Automatically create missing folder objects when states are created using createState
  • (Apollon77) Fix special characters in blockly subscribe logic
  • (Apollon77) Fix timing issue where state updates could not be current on startup
  • (Apollon77) Fix state name handing
  • (Apollon77) Fix potential crash cases reported by Sentry

Release v5.3.3

06 Mar 19:38

Choose a tag to compare

  • (bluefox) Added async functions: createStateAsync, deleteStateAsync

Release v5.3.2

06 Mar 18:28

Choose a tag to compare

  • (Apollon77) fix problem that scripts were not starting when scriptsEnabled State was triggered (or startScript was used)
  • (Apollon77) Make sure callbacks on startScript/stopScript work and Async variants also resolve
  • (Apollon77) Make sure startScriptAsync, stopScriptAsync and runScriptAsync resolve in debug mode too

Release v5.3.1

03 Mar 22:04

Choose a tag to compare

  • (Apollon77) Add missing callback check in setObject

Release v5.3.0

02 Mar 21:45

Choose a tag to compare

  • (Apollon77) Prevent some crash cases reported by Sentry (IOBROKER-JAVASCRIPT-A3)
  • (Apollon77) Fix Enum Updates
  • (Apollon77) Optimize making sure data are current for synchronous return of states/objects even for asynchronous action cases before
  • (Apollon77) Make sure admin files is cleaned up on update
  • (Apollon77) update channel/device structures for $ selector on object updates
  • (Apollon77) Adjustments for js-controller 4.0

Release v5.2.21

16 Jan 21:18

Choose a tag to compare

  • (bluefox) Fixed build process

Release v5.2.19

10 Jan 17:16

Choose a tag to compare

  • (AlCalzone) Fix broken dependency