Skip to content

Commit be0d948

Browse files
committed
chore: release v0.6.0
- (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)
1 parent 1d7b59a commit be0d948

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Placeholder for the next version (at the beginning of the line):
44
## __WORK IN PROGRESS__
55
-->
6-
7-
## __WORK IN PROGRESS__
6+
## 0.6.0 (2022-10-02)
87
- (Apollon77) Add option --doNotWatch for "watch" mode to ignore changes on defined files or locations
98
- (Apollon77/kleinOr) Set several other system settings on "setup" call like the location, currency, language and temperature unit that they are not empty
109
- (Apollon77) Only send SIGINT on exit first and then SIGKILL after 5 seconds if not yet exited to allow clean shutdown of all components
@@ -20,7 +19,6 @@
2019
- (UncleSamSwiss) js-controller is now always started with inspector on port 9228 (#150)
2120
- (UncleSamSwiss) Improvements during `dev-server setup` (#114, #201)
2221

23-
2422
## 0.4.1 (2022-04-29)
2523

2624
- (UncleSamSwiss) Fixed warnings when debugging "old-style" React adapters like ioBroker.javascript

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/dev-server",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Single package development server for ioBroker",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)