Skip to content

Commit

Permalink
chore: release v1.3.5
Browse files Browse the repository at this point in the history
* fixed: wrong type warnings with legacy devices
  • Loading branch information
Garfonso committed Oct 30, 2023
1 parent b144b00 commit f8cc58d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DSP-W115 and other *newer* devices use a completely different protocol and a dif
Placeholder for next versions (this needs to be indented):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.5 (2023-10-30)
* fixed: wrong type warnings with legacy devices

### 1.3.4 (2023-08-18)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "mydlink",
"version": "1.3.4",
"version": "1.3.5",
"news": {
"1.3.5": {
"en": "fixed: wrong type warnings with legacy devices",
"de": "fest: falsche typwarnungen mit altgeräten",
"ru": "исправлено: неправильные предупреждения типа с устройствами наследия",
"pt": "corrigido: avisos de tipo errado com dispositivos legados",
"nl": "verkeerde type waarschuwingen met nalatenschap apparatuur",
"fr": "fixe: avertissements de mauvais type avec des dispositifs existants",
"it": "fisso: avvisi di tipo errato con dispositivi legacy",
"es": "fijo: advertencias de tipo equivocado con dispositivos heredados",
"pl": "uruchomione: nieprawidłowe ostrzeżenia typu z urządzeniami spuściznymi",
"uk": "фіксована: попередження неправильного типу з застарілими пристроями",
"zh-cn": "固定:用旧装置的错误警告"
},
"1.3.4": {
"en": "fixed: missing build...",
"de": "fix: fehlender bau.",
Expand Down Expand Up @@ -79,18 +92,6 @@
"es": "arregla la liberación.",
"pl": "reaktywacja.",
"zh-cn": "fix 释放。."
},
"1.2.0": {
"en": "* Updated translations & dependencies\n* Added: support for devices with multiple sockets\n* Changed: websocket devices are now also polled",
"de": "* Aktualisierte Übersetzungen & Abhängigkeiten\n* Hinzugefügt: Unterstützung für Geräte mit mehreren Steckdosen\n* Geändert: Websocket-Geräte werden jetzt auch abgefragt",
"ru": "* Обновленные переводы и зависимости\n* Добавлена: поддержка устройств с несколькими розетками\n* Изменено: устройства websocket теперь также загрязняются",
"pt": "* Traduções e dependências atualizadas\n* Adicionado: suporte para dispositivos com várias tomadas\n* Alterado: dispositivos websocket agora também são sondados",
"nl": "♪ Vertaling:\n♪ Added: support for apparatuur with multiple sockets\nQuality over Quantity (QoQ) Releases Vertaling:",
"fr": "* Mise à jour des traductions et dépendances\n* Ajouté: support pour les appareils avec plusieurs sockets\n* Changed: les appareils websocket sont maintenant également pollués",
"it": "# Traduzioni aggiornate e dipendenze\n* Aggiunto: supporto per dispositivi con prese multiple\n* Cambiato: i dispositivi websocket sono ora anche inquinati",
"es": "* Traducciones actualizadas \" dependencias\n* Añadido: soporte para dispositivos con múltiples sockets\n* Cambio: los dispositivos websocket ahora también son encuestados",
"pl": "* Tłumaczenie i zależności\n* Added: obsługa urządzeń z wieloma gniazdami\n* Changed: Websocket devices również są zanieczyszczone",
"zh-cn": "* A/64/50。 最新翻译和频率\n* 增编:用多种装置支助装置\n* 修改:网络装置现在也受到污染。"
}
},
"title": "mydlink",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.mydlink",
"version": "1.3.4",
"version": "1.3.5",
"description": "connects mydlink plugs and sensors to ioBroker",
"author": {
"name": "Garfonso",
Expand Down

0 comments on commit f8cc58d

Please sign in to comment.