Skip to content

Commit f3632ff

Browse files
committed
chore: release v6.0.1
* (bluefox) Added communication with new android application * (bluefox) Dropped support node 18 * (bluefox) Implemented QR Code for ioBroker.visu app
1 parent 58f6001 commit f3632ff

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now they could be found in `cloud.X.devices.NAME`:
8484
-->
8585

8686
## Changelog
87-
### **WORK IN PROGRESS**
87+
### 6.0.1 (2026-03-04)
8888
* (bluefox) Added communication with new android application
8989
* (bluefox) Dropped support node 18
9090
* (bluefox) Implemented QR Code for ioBroker.visu app

build/main.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "cloud",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"titleLang": {
66
"en": "Cloud connection",
77
"de": "Cloud-Verbindung",
@@ -29,6 +29,19 @@
2929
"zh-cn": "连接你的ioBroker服务器的ioBroker云"
3030
},
3131
"news": {
32+
"6.0.1": {
33+
"en": "Added communication with new android application\nDropped support node 18\nImplemented QR Code for ioBroker.visu app",
34+
"de": "Kommunikation mit neuer Android-Anwendung hinzugefügt\nAbgekürzter Stützknoten 183\nImplementierung von QR Code für ioBroker. Visu App",
35+
"ru": "Добавлена связь с новым приложением Android\nСброшенный узел поддержки 18\nРеализованный QR Код для ioBroker. visu приложение",
36+
"pt": "Adicionada comunicação com nova aplicação android\nNó de suporte abandonado 18\nQR implementado Código para ioBroker. app visu",
37+
"nl": "Toegevoegd communicatie met nieuwe android toepassing\nOndersteuningsknoop laten vallen 18\nGeïmplementeerd QR Code voor ioBroker. visu app",
38+
"fr": "Ajout de la communication avec la nouvelle application android\nNoeud de soutien abandonné 18\nMise en œuvre du QR Code pour ioBroker. visu app",
39+
"it": "Aggiunto la comunicazione con nuova applicazione Android\nNodo supporto goccia 18\nQR implementato Codice per ioBroker. visu app",
40+
"es": "Comunicación agregada con nueva aplicación androide\nNodo de apoyo retirado 18\nQR aplicada Código para ioBroker. visu app",
41+
"pl": "Dodano komunikację z nowym androidem\nZrzucony węzeł wsparcia 18\nWdrożony QR Kod dla joBrokera. visu app",
42+
"uk": "Додано зв'язок з новим додатком для андроїд\nDropped опору вузол 18 років\nРеалізовано QR Код для ioBroker. додаток Visu",
43+
"zh-cn": "与新和机器人应用程序添加通信\n已丢弃支持节点 第 18 条\n已执行 QR ioBroker的代码。 虚拟应用"
44+
},
3245
"5.1.2": {
3346
"en": "Fixing cloud connection error",
3447
"de": "Fehler der Cloud-Verbindung beheben",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.cloud",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "This adapter allows to communicate different web applications with ioBroker.",
55
"author": {
66
"name": "bluefox",

0 commit comments

Comments
 (0)