diff --git a/README.md b/README.md index f4147be..f891b3a 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,7 @@ When there are issues with the Tuya App Cloud synchronisation then additional lo Send the log with reference to the generated GitHub issue to iobroker@fischer-ka.de ## Changelog - -### __WORK IN PROGRESS__ +### 3.9.4 (2022-11-19) * (Apollon77) More schema information added/updated ### 3.9.3 (2022-11-17) diff --git a/io-package.json b/io-package.json index 6172269..93899fd 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "tuya", - "version": "3.9.3", + "version": "3.9.4", "news": { + "3.9.4": { + "en": "More schema information added/updated", + "de": "Mehr Schemainformationen hinzugefügt/updated", + "ru": "Дополнительная информация по схеме добавлена/обновлена", + "pt": "Mais informações de esquema adicionado / atualizado", + "nl": "Meer schema informatie toegevoegd", + "fr": "Plus d'informations sur le schéma ajoutées/mises à jour", + "it": "Ulteriori informazioni sullo schema aggiunto/aggiornato", + "es": "Más información sobre esquemas añadidos / actualizados", + "pl": "Więcej informacji o schemacie dodano/updować", + "uk": "Детальніше про схему додано/оновлено", + "zh-cn": "更多的schema信息增加/更新" + }, "3.9.3": { "en": "Optimize Tuya protocol 3.4 discovery\nPrevent restart schedules that are too short when cloud is used\nFix crash cases reported by Sentry\nMore schema information added/updated", "de": "Optimieren Sie Tuya Protokoll 3.4 Entdeckung\nVerhindern Sie Neustartpläne, die zu kurz sind, wenn Cloud verwendet wird\nReparieren Crashfälle gemeldet von Sentry\nMehr Schemainformationen hinzugefügt/updated", @@ -80,19 +93,6 @@ "pl": "Optymizacja trybu Proxy\nAllow, by także kliknąć na certyfikat do pobrania certyfikatu pliku\nAdjust min/max value jeśli skala jest zdefiniowana\nWięcej informacji na temat schemy", "uk": "Оптимізація режиму Proxy для запобігання проблем з сертифікатами\nДля того щоб завантажити файл сертифіката\nРегульувати значення min/max, якщо визначено масштаб\nБільше інформації про схему", "zh-cn": "采用预防证明问题的方式\n也可点击证书以下载证书档案\n如果界定一个规模,那么调整的min/max数值\n增加的schema信息" - }, - "3.6.15": { - "en": "More schema information added\nRecreate Proxy SSL certificates once older than 3 months to prevent ssl errors", - "de": "Weitere Schemainformationen hinzugefügt\nProxy-SSL-Zertifikate neu erstellen, wenn sie älter als 3 Monate sind, um SSL-Fehler zu vermeiden", - "ru": "Добавлена дополнительная информация о схеме\nВоссоздавайте прокси-сертификаты SSL один раз старше 3 месяцев, чтобы предотвратить ошибки ssl.", - "pt": "Mais informações de esquema adicionadas\nRecrie certificados SSL de proxy uma vez com mais de 3 meses para evitar erros de SSL", - "nl": "Meer schema-informatie toegevoegd\nMaak Proxy SSL-certificaten opnieuw aan die ouder zijn dan 3 maanden om SSL-fouten te voorkomen", - "fr": "Plus d'informations sur le schéma ajoutées\nRecréez les certificats Proxy SSL datant de plus de 3 mois pour éviter les erreurs SSL", - "it": "Ulteriori informazioni sullo schema aggiunte\nRicrea i certificati SSL proxy una volta più vecchi di 3 mesi per prevenire errori SSL", - "es": "Se agregó más información del esquema\nVuelva a crear los certificados Proxy SSL una vez que tengan más de 3 meses para evitar errores SSL", - "pl": "Dodano więcej informacji o schemacie\nOdtwórz certyfikaty Proxy SSL raz starsze niż 3 miesiące, aby zapobiec błędom SSL", - "zh-cn": "添加了更多架构信息\n重新创建超过 3 个月的代理 SSL 证书以防止 ssl 错误", - "uk": "Додано більше інформації про схему\nПовторно створіть проксі-сертифікати SSL один раз, старше 3 місяців, щоб запобігти помилкам SSL" } }, "title": "Tuya", diff --git a/package-lock.json b/package-lock.json index 461d5af..fc4f2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.tuya", - "version": "3.9.3", + "version": "3.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.tuya", - "version": "3.9.3", + "version": "3.9.4", "license": "MIT", "dependencies": { "@apollon/iobroker-tools": "^0.2.1", diff --git a/package.json b/package.json index 9f0be35..97e915b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.tuya", - "version": "3.9.3", + "version": "3.9.4", "description": "Tuya", "author": { "name": "Ingo Fischer",