Skip to content

Commit d15cbca

Browse files
committed
chore: release v4.4.0
* (bluefox) Corrected error with `name` command * (bluefox) Corrected `text2speech` functionality
1 parent 4965b2f commit d15cbca

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can deactivate HTTPS and authentication on these web instance, but better is
7575
-->
7676

7777
## Changelog
78-
### **WORK IN PROGRESS**
78+
### 4.4.0 (2023-04-03)
7979
* (bluefox) Corrected error with `name` command
8080
* (bluefox) Corrected `text2speech` functionality
8181

io-package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
33
"name": "cloud",
4-
"version": "4.3.1",
4+
"version": "4.4.0",
55
"title": "Cloud connection",
66
"titleLang": {
77
"en": "Cloud connection",
@@ -28,6 +28,19 @@
2828
"zh-cn": "连接你的ioBroker服务器的ioBroker云"
2929
},
3030
"news": {
31+
"4.4.0": {
32+
"en": "Corrected error with `name` command\nCorrected `text2speech` functionality",
33+
"de": "Fehler behoben mit Namensbefehl\nKorrigierte Text2speech-Funktionalität",
34+
"ru": "Исправлена ошибка с командой имени\nИсправлена функция text2speech",
35+
"pt": "Erro corrigido com comando de nome\nFuncionalidade de texto2speech correta",
36+
"nl": "Gecorrigeerde fout met de naam\nVertaling:",
37+
"fr": "Erreur corrigée avec commande de nom\nCorrection de la fonctionnalité text2speech",
38+
"it": "Errore corretto con comando nome\nFunzionalità di text2speech corretta",
39+
"es": "Error corregido con comando nombre\nFunción de texto corregido2 altavoz",
40+
"pl": "Nieprawdopodobny błąd z nazwiskiem\nCzytelnia tekst2",
41+
"uk": "Виправлена помилка з командуванням імені\nВиправлено функціональність тексту2speech",
42+
"zh-cn": "姓名指挥错误\n更正案文2"
43+
},
3144
"4.3.1": {
3245
"en": "Downgrade of axios package to 0.27.2",
3346
"de": "Abwärts von Axios Paket auf 0,27.2",
@@ -101,18 +114,6 @@
101114
"es": "Preparativos adicionales para el Admin 6",
102115
"pl": "Administrowane przygotowania do Admin 6",
103116
"zh-cn": "增 编 6"
104-
},
105-
"4.1.2": {
106-
"en": "Added preparations for Admin 6\nAdded better error reporting\nRemoved outdated `request` library\nUsed common sockets (could be buggy)",
107-
"de": "Weitere Vorbereitungen für Admin 6\nBessere Fehlermeldung\nEntfernte veraltete Anfrage-Bibliothek\nVerwendete häufige Steckdosen (sollte Buggy sein)",
108-
"ru": "Добавлены препараты для Admin 6\nДобавлена лучшая отчетность об ошибке\nУдаленная библиотека запросов\nИспользуемые общие розетки (может быть багги)",
109-
"pt": "Preparações adicionadas para Admin 6\nAdicionado melhor relatório de erro\nBiblioteca de solicitação desatualizada\nTomadas comuns usadas (pode ser buggy)",
110-
"nl": "Aangepaste voorbereidingen voor Admin 6\nVoeg betere fouten toe\nVerwijder de bibliotheek\nGebruikte gemeenschappelijke sokken",
111-
"fr": "Préparations supplémentaires pour Admin 6\nAjout d'une meilleure déclaration d'erreur\nBibliothèque de demandes désuètes\nDouilles courantes usagées (peut être buggy)",
112-
"it": "Aggiunto preparazioni per Admin 6\nAggiunto migliore segnalazione di errore\nLibreria di richiesta obsoleta\nUsato prese comuni (potrebbe essere buggy)",
113-
"es": "Preparativos adicionales para el Admin 6\nMás información sobre errores\nBiblioteca de solicitud desactualizada\nEnchufes comunes usados (puede ser buggy)",
114-
"pl": "Administrowane przygotowania do Admin 6\nPoniższy raport dotyczący błędów\nPrzewidywać się\nStosowane gniazda (could be buggy)",
115-
"zh-cn": "增 编 6\n增加较好的错误报告\n删除过时要求图书馆\nA. 使用共同配量(可偷运)"
116117
}
117118
},
118119
"authors": [

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": "4.3.1",
3+
"version": "4.4.0",
44
"description": "This adapter allows to communicate different web applications with ioBroker.",
55
"author": {
66
"name": "bluefox",

0 commit comments

Comments
 (0)