Skip to content

Commit 52c1a94

Browse files
author
Excodibur
committed
chore: release v0.7.1
- (StrathCole) Fixed parsing issues as result of latest Tahoma Box update by Somfy
1 parent 0d13f51 commit 52c1a94

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Placeholder for the next version (add instead of version-number-headline below):
44
## **WORK IN PROGRESS**
55
-->
6+
## 0.7.1 (2022-05-15)
7+
- (StrathCole) Fixed parsing issues as result of latest Tahoma Box update by Somfy
8+
69
## 0.7.0 (2022-05-12)
710
- (StrathCole) Added local API support to adapter
811
- Some fixes for newly added functionality

io-package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "tahoma",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"news": {
6+
"0.7.1": {
7+
"en": "Fixed parsing issues as result of latest Tahoma Box update by Somfy",
8+
"de": "Parsing-Probleme als Ergebnis des neuesten Tahoma Box-Updates von Somfy behoben",
9+
"ru": "Исправлены проблемы с синтаксическим анализом в результате последнего обновления Tahoma Box от Somfy.",
10+
"pt": "Corrigidos problemas de análise como resultado da atualização mais recente da Tahoma Box da Somfy",
11+
"nl": "Parseerproblemen opgelost als gevolg van de laatste Tahoma Box-update van Somfy",
12+
"fr": "Correction de problèmes d'analyse à la suite de la dernière mise à jour de Tahoma Box par Somfy",
13+
"it": "Risolti problemi di analisi come risultato dell'ultimo aggiornamento di Tahoma Box di Somfy",
14+
"es": "Se corrigieron problemas de análisis como resultado de la última actualización de Tahoma Box de Somfy",
15+
"pl": "Naprawiono problemy z analizowaniem w wyniku ostatniej aktualizacji Tahoma Box przez Somfy",
16+
"zh-cn": "修复了由于尚飞最新的 Tahoma Box 更新导致的解析问题"
17+
},
618
"0.7.0": {
719
"en": "Added local API support to adapter\nSome fixes for newly added functionality",
820
"de": "Lokale API-Unterstützung zum Adapter hinzugefügt\nEinige Korrekturen für neu hinzugefügte Funktionen",
@@ -74,18 +86,6 @@
7486
"es": "Permitir control de temperatura por estado",
7587
"pl": "Zezwalaj na kontrolę temperatury według stanu",
7688
"zh-cn": "允许按状态控制温度"
77-
},
78-
"0.5.3": {
79-
"en": "Fix handling of special characters in device-names",
80-
"de": "Behandlung von Sonderzeichen in Gerätenamen korrigiert",
81-
"ru": "Исправлена обработка специальных символов в именах устройств.",
82-
"pt": "Corrige o manuseio de caracteres especiais em nomes de dispositivos",
83-
"nl": "Afhandeling van speciale tekens in apparaatnamen repareren",
84-
"fr": "Correction de la gestion des caractères spéciaux dans les noms de périphériques",
85-
"it": "Risolto il problema con la gestione dei caratteri speciali nei nomi dei dispositivi",
86-
"es": "Arreglar el manejo de caracteres especiales en los nombres de los dispositivos",
87-
"pl": "Popraw obsługę znaków specjalnych w nazwach urządzeń",
88-
"zh-cn": "修复设备名称中特殊字符的处理"
8989
}
9090
},
9191
"title": "Somfy Tahoma",

package-lock.json

Lines changed: 1 addition & 1 deletion
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.tahoma",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Somfy Tahoma",
55
"author": {
66
"name": "Marius Burkard",

0 commit comments

Comments
 (0)