Skip to content

Commit 1b5bd46

Browse files
committed
# 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 parent d6cb406 commit 1b5bd46

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.4.1 (2018-04-12)
2+
Main changes: add instance with desired number, Force using of socket.io 2.1.0, Bugfixes
3+
4+
* (bluefox) fix error with letsencrypt debug output
5+
* (bluefox) fix delObject
6+
* (bluefox) fix restore of backup
7+
* (bluefox) allow to add instance with desired number
8+
* (apollon77) fix auto multihost
9+
* (bluefox) fix for adapter update
10+
* (bluefox) Force using of socket.io 2.1.0
11+
112
# 1.4.0 (2018-04-03)
213
Main changes: uninstall via npm, downgrade winston-syslog, refactored deleteAdapter, object.json auto-backups
314

io-package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "js-controller",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"platform": "Javascript/Node.js",
66
"controller": true,
77
"title": "JS controller",
@@ -17,6 +17,17 @@
1717
"pl": "Kontroler JS"
1818
},
1919
"news": {
20+
"1.4.1": {
21+
"en": "see CHANGELOG.md",
22+
"de": "Sehe CHANGELOG.md",
23+
"ru": "см. CHANGELOG.md",
24+
"pt": "veja CHANGELOG.md",
25+
"nl": "zie CHANGELOG.md",
26+
"fr": "voir CHANGELOG.md",
27+
"it": "vedi CHANGELOG.md",
28+
"es": "ver CHANGELOG.md",
29+
"pl": "zobacz CHANGELOG.md"
30+
},
2031
"1.4.0": {
2132
"en": "see CHANGELOG.md",
2233
"de": "Sehe CHANGELOG.md",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "iobroker.js-controller",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"engines": {
55
"node": ">=4"
66
},
77
"optionalDependencies": {
88
"redis": "^2.8.0",
9-
"greenlock": "^2.1.18",
9+
"greenlock": "^2.1.19",
1010
"le-challenge-fs": "^2.0.8",
1111
"le-sni-auto": "^2.1.1",
1212
"winston-syslog": "^1.2.6"
@@ -27,14 +27,14 @@
2727
"prompt": "^1.0.0",
2828
"pyconf": "^1.1.2",
2929
"request": "^2.85.0",
30-
"jsonwebtoken": "^8.2.0",
30+
"jsonwebtoken": "^8.2.1",
3131
"safe-replace": "^1.0.2",
3232
"semver": "^5.5.0",
3333
"socket.io": "~2.1.0",
3434
"socket.io-client": "~2.1.0",
35-
"tar": "^4.4.0",
36-
"winston": "^2.4.0",
37-
"winston-daily-rotate-file": "^1.7.2",
35+
"tar": "^4.4.1",
36+
"winston": "^2.4.1",
37+
"winston-daily-rotate-file": "^3.0.2",
3838
"yargs": "^11.0.0"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)