Skip to content

Commit

Permalink
chore: release v3.9.4
Browse files Browse the repository at this point in the history
* (foxriver76) fixed edge case crash on button updates
* (foxriver76) fix crash case if uuids can not be retrieved
  • Loading branch information
foxriver76 committed Jul 30, 2023
1 parent d6cdd9f commit 9626729
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.4 (2023-07-30)
* (foxriver76) fixed edge case crash on button updates
* (foxriver76) fix crash case if uuids can not be retrieved

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.3",
"version": "3.9.4",
"tier": 2,
"news": {
"3.9.4": {
"en": "fixed edge case crash on button updates\nfix crash case if uuids can not be retrieved",
"de": "fester randfall auf knopfaktualisierung\nreparieren crash-fall, wenn uuids nicht abgerufen werden können",
"ru": "фикчированный случай аварии на обновления кнопки\nисправить случай аварии, если uuids не могут быть извлечены",
"pt": "falha de caso de borda fixa em atualizações de botão\ncorrigir caso de acidente se uuids não pode ser recuperado",
"nl": "vertaling:\nvertaling:",
"fr": "crash du boîtier de bord fixe sur les mises à jour du bouton\ncorriger le cas de crash si les uuids ne peuvent pas être récupérés",
"it": "crash caso bordo fisso sugli aggiornamenti del pulsante\nrisolvere caso crash se uuids non può essere recuperato",
"es": "bloqueo de caso de borde fijo en actualizaciones de botón\nsolucionar caso de accidente si uuids no se puede recuperar",
"pl": "sprawa skręcania krawędź przycisku\nw przypadku, gdy uuidy nie mogą zostać odzyskane",
"uk": "виправлений випадок аварійного аварійного завершення на кнопка оновлення\nвиправити випадковий випадок, якщо слух не можна отримати",
"zh-cn": "b. 固定案件坠落\nf 如果不能再婚,便发生意外事故。"
},
"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)",
Expand Down Expand Up @@ -80,18 +93,6 @@
"es": "también actualización estado para sensores CLIPGenericFlag",
"pl": "zaktualizowano również stan CLIPGenericFlag",
"zh-cn": "还更新了克里米尔的传感器状况"
},
"3.7.0": {
"en": "support software sensor `CLIPGenericFlag` (closes #328)",
"de": "Support-Software-Sensor `CLIPGenericFlag` (schließt #328)",
"ru": "датчик поддержки программного обеспечения `CLIPGenericFlag` (закрывает #328)",
"pt": "sensor de software de suporte `CLIPGenericFlag` (fecha #328)",
"nl": "ondersteuningssoftware sensor `CLIPGenericFlag` (sluit #328)",
"fr": "prend en charge le capteur logiciel `CLIPGenericFlag` (ferme #328)",
"it": "supporto software sensore `CLIPGenericFlag` (chiude #328)",
"es": "sensor de software de soporte `CLIPGenericFlag` (cierra #328)",
"pl": "obsługa czujnika oprogramowania `CLIPGenericFlag` (zamyka #328)",
"zh-cn": "支持软件传感器“CLIPGenericFlag”(关闭#328)"
}
},
"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.3",
"version": "3.9.4",
"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 9626729

Please sign in to comment.