From 23f9620632f2e79b3cab23d0db834c134cc9a3e1 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 23 May 2016 07:44:33 +0200 Subject: [PATCH] ### 1.1.1 (2016-05-17) * (bluefox) fix set of states in States-Tab * (bluefox) show history data from adapter and not from updates * (bluefox) change default chart to flot * (bluefox) fix error if host has no IP address * (bluefox) show on the bottom only adapters without config and without links * (bluefox) fix filter in adapters if upper case * (bluefox) change file open from selectID Dialog --- io-package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/io-package.json b/io-package.json index c29b0a9c1..386069643 100644 --- a/io-package.json +++ b/io-package.json @@ -3,6 +3,11 @@ "name": "admin", "version": "1.1.1", "title": "ioBroker Admin", + "news": { + "en": "(bluefox) fix set of states in States-Tab\n(bluefox) show history data from adapter and not from updates\n(bluefox) change default chart to flot\n(bluefox) fix error if host has no IP address\n(bluefox) show on the bottom only adapters without config and without links\n(bluefox) fix filter in adapters if upper case\n(bluefox) change file open from selectID Dialog", + "de": "(bluefox) fix set of states in States-Tab\n(bluefox) show history data from adapter and not from updates\n(bluefox) change default chart to flot\n(bluefox) fix error if host has no IP address\n(bluefox) show on the bottom only adapters without config and without links\n(bluefox) fix filter in adapters if upper case\n(bluefox) change file open from selectID Dialog", + "ru": "(bluefox) fix set of states in States-Tab\n(bluefox) show history data from adapter and not from updates\n(bluefox) change default chart to flot\n(bluefox) fix error if host has no IP address\n(bluefox) show on the bottom only adapters without config and without links\n(bluefox) fix filter in adapters if upper case\n(bluefox) change file open from selectID Dialog" + }, "desc": { "en": "Opens a webserver for the ioBroker admin UI", "de": "Stellt Webserver für 'ioBroker Admin UI' zur Verfügung",