Skip to content

Commit 6a23091

Browse files
committed
chore: release v4.4.1
* (bluefox) allowed to use "neural" voices for aws text-to-speech engine
1 parent 964c986 commit 6a23091

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.1 (2023-04-17)
7979
* (bluefox) allowed to use "neural" voices for aws text-to-speech engine
8080

8181
### 4.4.0 (2023-04-03)

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.4.0",
4+
"version": "4.4.1",
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.1": {
32+
"en": "allowed to use \"neural\" voices for aws text-to-speech engine",
33+
"de": "erlaubt, neuronale stimmen für aws text-to-speech-engine zu verwenden",
34+
"ru": "разрешено использовать нейронные голоса для aws text-to-speech engine",
35+
"pt": "permitido usar vozes neurais para aws text-to-speech motor",
36+
"nl": "_",
37+
"fr": "autorisé à utiliser des voix neurales pour le moteur texte-à-speech",
38+
"it": "permesso di utilizzare voci neurali per aws text-to-speech motore",
39+
"es": "permite utilizar las voces neuronales para un motor de texto a voz",
40+
"pl": "pozwoliło to na użycie głosu neuronowego dla silnika tekst-to-speech",
41+
"uk": "допускається використання нейронних голосів для aws текстово-дозволених двигунів",
42+
"zh-cn": "允许对文本-技术工程师使用微妙的声音"
43+
},
3144
"4.4.0": {
3245
"en": "Corrected error with `name` command\nCorrected `text2speech` functionality",
3346
"de": "Fehler behoben mit Namensbefehl\nKorrigierte Text2speech-Funktionalität",
@@ -102,18 +115,6 @@
102115
"es": "Nueva versión utilizada de la biblioteca de sockets.",
103116
"pl": "Jest to nowa wersja biblioteki gniazda.",
104117
"zh-cn": "使用新的手库图书馆。."
105-
},
106-
"4.2.0": {
107-
"en": "Added preparations for Admin 6",
108-
"de": "Weitere Vorbereitungen für Admin 6",
109-
"ru": "Добавлены препараты для Admin 6",
110-
"pt": "Preparações adicionadas para Admin 6",
111-
"nl": "Aangepaste voorbereidingen voor Admin 6",
112-
"fr": "Préparations supplémentaires pour Admin 6",
113-
"it": "Aggiunto preparazioni per Admin 6",
114-
"es": "Preparativos adicionales para el Admin 6",
115-
"pl": "Administrowane przygotowania do Admin 6",
116-
"zh-cn": "增 编 6"
117118
}
118119
},
119120
"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.4.0",
3+
"version": "4.4.1",
44
"description": "This adapter allows to communicate different web applications with ioBroker.",
55
"author": {
66
"name": "bluefox",

0 commit comments

Comments
 (0)