Skip to content

Commit

Permalink
(bluefox) 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 27, 2015
1 parent e6b3acd commit ef0c3b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.7.5 (2015-07-27)
* (bluefox) add "iobroker upload all" and "iobroker start all" commands
* (bluefox) fix "iobroker package"
* (bluefox) make it possible to allow OBJECTS and STATES only on localhost
* (bluefox) add new adapter pushbullet
* (bluefox) fix restart by installing.

# 0.7.4 (2015-07-19)
* (bluefox) fix restartAdapters flag.(for vis-metro and co)
* (bluefox) add vis-hqWidgets
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "js-controller",
"version": "0.7.4",
"version": "0.7.5",
"platform": "Javascript/Node.js",
"controller": true,
"title": "ioBroker.js-controller",
Expand Down
3 changes: 0 additions & 3 deletions lib/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2326,9 +2326,6 @@ function checkRestartOther(adapter, callback) {
}
});
} else {
if (err) {
console.error('Cannot restart adapter ' + (obj ? obj._id : '') + ': ' + err);
}
callback();
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "0.7.4",
"version": "0.7.5",
"engines": {
"node": ">=0.8"
},
Expand Down

0 comments on commit ef0c3b1

Please sign in to comment.