Skip to content

Commit

Permalink
# 1.4.1 (2018-04-12)
Browse files Browse the repository at this point in the history
Main changes: add instance with desired number, Force using of socket.io 2.1.0, Bugfixes

* (bluefox) fix error with letsencrypt debug output
* (bluefox) fix delObject
* (bluefox) fix restore of backup
* (bluefox) allow to add instance with desired number
* (apollon77) fix auto multihost
* (bluefox) fix for adapter update
* (bluefox) Force using of socket.io 2.1.0
  • Loading branch information
GermanBluefox committed Apr 12, 2018
1 parent d6cb406 commit 1b5bd46
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.4.1 (2018-04-12)
Main changes: add instance with desired number, Force using of socket.io 2.1.0, Bugfixes

* (bluefox) fix error with letsencrypt debug output
* (bluefox) fix delObject
* (bluefox) fix restore of backup
* (bluefox) allow to add instance with desired number
* (apollon77) fix auto multihost
* (bluefox) fix for adapter update
* (bluefox) Force using of socket.io 2.1.0

# 1.4.0 (2018-04-03)
Main changes: uninstall via npm, downgrade winston-syslog, refactored deleteAdapter, object.json auto-backups

Expand Down
13 changes: 12 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "js-controller",
"version": "1.4.0",
"version": "1.4.1",
"platform": "Javascript/Node.js",
"controller": true,
"title": "JS controller",
Expand All @@ -17,6 +17,17 @@
"pl": "Kontroler JS"
},
"news": {
"1.4.1": {
"en": "see CHANGELOG.md",
"de": "Sehe CHANGELOG.md",
"ru": "см. CHANGELOG.md",
"pt": "veja CHANGELOG.md",
"nl": "zie CHANGELOG.md",
"fr": "voir CHANGELOG.md",
"it": "vedi CHANGELOG.md",
"es": "ver CHANGELOG.md",
"pl": "zobacz CHANGELOG.md"
},
"1.4.0": {
"en": "see CHANGELOG.md",
"de": "Sehe CHANGELOG.md",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "iobroker.js-controller",
"version": "1.4.0",
"version": "1.4.1",
"engines": {
"node": ">=4"
},
"optionalDependencies": {
"redis": "^2.8.0",
"greenlock": "^2.1.18",
"greenlock": "^2.1.19",
"le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.1",
"winston-syslog": "^1.2.6"
Expand All @@ -27,14 +27,14 @@
"prompt": "^1.0.0",
"pyconf": "^1.1.2",
"request": "^2.85.0",
"jsonwebtoken": "^8.2.0",
"jsonwebtoken": "^8.2.1",
"safe-replace": "^1.0.2",
"semver": "^5.5.0",
"socket.io": "~2.1.0",
"socket.io-client": "~2.1.0",
"tar": "^4.4.0",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"tar": "^4.4.1",
"winston": "^2.4.1",
"winston-daily-rotate-file": "^3.0.2",
"yargs": "^11.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1b5bd46

Please sign in to comment.