Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
- (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)
  • Loading branch information
Apollon77 committed Oct 2, 2022
1 parent 1d7b59a commit be0d948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 0.6.0 (2022-10-02)
- (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
Expand All @@ -20,7 +19,6 @@
- (UncleSamSwiss) js-controller is now always started with inspector on port 9228 (#150)
- (UncleSamSwiss) Improvements during `dev-server setup` (#114, #201)


## 0.4.1 (2022-04-29)

- (UncleSamSwiss) Fixed warnings when debugging "old-style" React adapters like ioBroker.javascript
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/dev-server",
"version": "0.5.0",
"version": "0.6.0",
"description": "Single package development server for ioBroker",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit be0d948

Please sign in to comment.