Skip to content

Commit

Permalink
chore: release v3.9.3
Browse files Browse the repository at this point in the history
* (foxriver76) fix crash cases on unknown push updates (closes #417)
  • Loading branch information
foxriver76 committed Jun 14, 2023
1 parent 90b8967 commit ed7644f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 3.9.3 (2023-06-14)
* (foxriver76) fix crash cases on unknown push updates (closes #417)

### 3.9.2 (2023-06-13)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "hue",
"version": "3.9.2",
"version": "3.9.3",
"tier": 2,
"news": {
"3.9.3": {
"en": "fix crash cases on unknown push updates (closes #417)",
"de": "crash-fälle auf unbekannten push-updates beheben (schließt #417)",
"ru": "исправить случаи аварии на неизвестных push обновления (закрыты #417)",
"pt": "corrigir casos de acidente em atualizações de push desconhecidas (fecha #417)",
"nl": "vertaling:",
"fr": "corriger les cas de crash sur les mises à jour de poussée inconnues (fermeture #417)",
"it": "fix casi di crash su aggiornamenti push sconosciuti (chiude #417)",
"es": "solucionar casos de choque en actualizaciones de empuje desconocidas (cerca #417)",
"pl": "rezultaty wypadków na nieznanych aktualizacjach (zamknięto #417)",
"uk": "виправити випадки аварії на невідомих оновленнях (закривається #417)",
"zh-cn": "fix 未知的推断事件(第417)"
},
"3.9.2": {
"en": "fix sensor converting (closes #415)",
"de": "fix-sensor-konvertierung (schließt #415)",
Expand Down Expand Up @@ -79,18 +92,6 @@
"es": "sensor de software de soporte `CLIPGenericFlag` (cierra #328)",
"pl": "obsługa czujnika oprogramowania `CLIPGenericFlag` (zamyka #328)",
"zh-cn": "支持软件传感器“CLIPGenericFlag”(关闭#328)"
},
"3.6.5": {
"en": "correctly identify third party switches (closes #273)",
"de": "Schalter von Drittanbietern richtig identifizieren (schließt #273)",
"ru": "правильно идентифицировать сторонние переключатели (закрывает # 273)",
"pt": "identificar corretamente os switches de terceiros (fecha o nº 273)",
"nl": "identificeer schakelaars van derden correct (sluit #273 af)",
"fr": "identifier correctement les commutateurs tiers (ferme #273)",
"it": "identificare correttamente gli interruttori di terze parti (chiude il n. 273)",
"es": "identificar correctamente los interruptores de terceros (cierra #273)",
"pl": "poprawnie zidentyfikować przełączniki firm trzecich (zamyka #273)",
"zh-cn": "正确识别第三方开关(关闭 #273)"
}
},
"titleLang": {
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.hue",
"version": "3.9.2",
"version": "3.9.3",
"description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges",
"author": "hobbyquaker <[email protected]>",
"contributors": [
Expand Down

0 comments on commit ed7644f

Please sign in to comment.