Skip to content

Commit

Permalink
chore: release v3.10.1
Browse files Browse the repository at this point in the history
* (foxriver76) fixed frontend/backend communication (closes #481)
  • Loading branch information
foxriver76 committed Oct 17, 2023
1 parent aa7c8fb commit 2e717b6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 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.10.1 (2023-10-17)
* (foxriver76) fixed frontend/backend communication (closes #481)

### 3.10.0 (2023-08-29)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "hue",
"version": "3.10.0",
"version": "3.10.1",
"tier": 2,
"news": {
"3.10.1": {
"en": "fixed frontend/backend communication (closes #481)",
"de": "feste frontend/backd-kommunikation (schließt #481)",
"ru": "фиксированное frontend/backend сообщение (closes #481)",
"pt": "comunicação frontend/backend fixo (fecha #481)",
"nl": "vertaling:",
"fr": "communication fixe frontend/backend (ferme #481)",
"it": "comunicazione fisso frontend/backend (chiude #481)",
"es": "comunicación de frontend fijo/backend (cerca #481)",
"pl": "komunikat ustalony (odcinek #481)",
"uk": "фіксований передній / зворотній зв'язок (закривається #481)",
"zh-cn": "固定前线/后端通信(第481号)"
},
"3.10.0": {
"en": "fixed problem on auto-deletion of groups\nimplemented Hue Tap Dial (closes #368, closes #416)",
"de": "problem bei der auto-deleetion von gruppen behoben\ndurchgeführt Hue Tap Dial (schließt #368, schließt #416)",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "reakcja czujnika (zamknięta #415)",
"uk": "перетворення датчика (закривається #415)",
"zh-cn": "fix 转换传感器(第415)"
},
"3.9.1": {
"en": "implemented more commands of the Push API (mainly buttons)",
"de": "mehr Befehle der Push-API implementiert (hauptsächlich Buttons)",
"ru": "реализовали больше команд Push API (в основном кнопки)",
"pt": "implementou mais comandos da API Push (principalmente botões)",
"nl": "voerde meer commando's van de Push API (mainly knopen)",
"fr": "implémenté plus de commandes de l'API Push (principalement des boutons)",
"it": "implementato più comandi dell'API Push (principalmente pulsanti)",
"es": "implementó más comandos de la API Push (principalmente botones)",
"pl": "zaimplementowano bardziej nadrzędne API Push (głównie guzki)",
"uk": "реалізовано більше команд Push API (головно кнопки)",
"zh-cn": "普什·阿普惠制(主要但州)的指挥"
}
},
"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.10.0",
"version": "3.10.1",
"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 2e717b6

Please sign in to comment.