Skip to content

Releases: ioBroker/dev-server

Release v0.7.8

29 Jan 18:08
Compare
Choose a tag to compare

Release v0.7.7

27 Jan 14:49
Compare
Choose a tag to compare

Release v0.7.6

25 Jan 13:39
Compare
Choose a tag to compare

Release v0.7.5

24 Jan 21:59
Compare
Choose a tag to compare

Release v0.7.4

24 Jan 13:42
Compare
Choose a tag to compare

Release v0.7.3

02 May 20:29
896cdaf
Compare
Choose a tag to compare
  • (foxriver76) set activeRepo as an array as it is intended

Release v0.7.2

26 Mar 16:23
Compare
Choose a tag to compare
  • (stevenengland) Add support for jsonconfig json5 files hot reload

Release v0.7.1

09 Nov 15:57
Compare
Choose a tag to compare
  • (Apollon77) downgrade boxen again to fix problems with it

Release v0.7.0

09 Nov 15:48
Compare
Choose a tag to compare
  • (AlCalzone/Garfonso) symlink the local adapter instead of pack/install on each change
  • (Apollon77) Update dependencies

Release v0.6.0

02 Oct 17:03
Compare
Choose a tag to compare
  • (Apollon77) Add option --doNotWatch for "watch" mode to ignore changes on defined files or locations
  • (Apollon77/kleinOr) Set several other system settings on "setup" call like the location, currency, language and temperature unit that they are not empty
  • (Apollon77) Only send SIGINT on exit first and then SIGKILL after 5 seconds if not yet exited to allow clean shutdown of all components
  • (Apollon77) Make sure initial file sync is finished before starting adapter (incl. a short static delay to make sure all is persisted before start watching)
  • (Apollon77) Wait that js-controller DB ports are available before starting adapter
  • (Apollon77) User 127.0.0.1 instead of localhost to avoid DNS lookup issues with Node.js 18 (looks up IPv6 by default)