Skip to content

Releases: ioBroker/ioBroker.javascript

Release v5.3.2

06 Mar 18:28
Compare
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
Compare
Choose a tag to compare
  • (Apollon77) Add missing callback check in setObject

Release v5.3.0

02 Mar 21:45
Compare
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
Compare
Choose a tag to compare
  • (bluefox) Fixed build process

Release v5.2.19

10 Jan 17:16
Compare
Choose a tag to compare
  • (AlCalzone) Fix broken dependency

Release v5.2.18

14 Dec 16:18
Compare
Choose a tag to compare

5.2.18 (2021-12-14)

  • (klein0r) Fixed some german translations
  • (winnyschuster) Fixed astro schedules

Release v5.2.15

18 Nov 16:31
Compare
Choose a tag to compare
  • (agross) Added the monitoring of symlinks my mirroring
  • (Apollon77) Fix two crash cases reported by Sentry

Release v5.2.14

17 Nov 20:31
Compare
Choose a tag to compare
  • (AlCalzone) Typings imrovement
  • (winnyschuster) added "Solar noon" to astro-list
  • (agross) Allowed to define different states for reading and writing alias values

Release v5.2.13

15 Sep 06:21
Compare
Choose a tag to compare

Fixed the loading of Node.js typings

Release v5.2.9

02 Sep 11:41
Compare
Choose a tag to compare

Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)
Report to sentry is disabled in GUI if sentry is deactivated
Fixed many GitHub issues