Skip to content

Commit

Permalink
chore: release v1.24.0
Browse files Browse the repository at this point in the history
* (bluefox) GUI was migrated to Admin 7
  • Loading branch information
GermanBluefox committed Jul 20, 2024
1 parent d3f5d50 commit ade2b02
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.24.0 (2024-07-20)
* (bluefox) GUI was migrated to Admin 7

### 1.23.4 (2024-07-07)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "hmip",
"version": "1.23.4",
"version": "1.24.0",
"news": {
"1.24.0": {
"en": "GUI was migrated to Admin 7",
"de": "GUI wurde zu Admin 7 migriert",
"ru": "GUI был перенесен в Админ 7",
"pt": "GUI foi migrado para Admin 7",
"nl": "GUI is gemigreerd naar Admin 7",
"fr": "L'interface graphique a été transférée à l'Admin 7",
"it": "GUI è stata migrata ad Admin 7",
"es": "GUI was migrated to Admin 7",
"pl": "GUI został przeniesiony do Admin 7",
"uk": "GUI був мігрований до Admin 7",
"zh-cn": "GUI 已迁移到管理员 7"
},
"1.23.4": {
"en": "previousShutterLevel and hardwareColorTemperatureColdWhite datatype corrected\nOptimize websocket reconnection handling",
"de": "vorherigeShutterLevel und HardwareColorTemperature kalt Weißer Datentyp korrigiert\nOptimieren Sie Websocket-Reconnecting-Handling",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Niektóre wyspy dla EnergySensor zostały naprawione.\nZaktualizowano zależność.",
"uk": "Зафіксовано деякі запобіжники для енергоносіїв.\nОновлено залежність.",
"zh-cn": "一些能量感应器被修好了.\n附属关系已经更新."
},
"1.21.0": {
"en": "Implement ENERGY_SENSORS_INTERFACE_CHANNEL\nStandard workflows and testing have been updated.\nAdapter requires nodejs 16 or newer now.\nDependencies have been updated.",
"de": "Umsetzung ENERGY_SENSORS_INTERFACE_CHANNEL\nStandard-Workflows und Tests wurden aktualisiert.\nAdapter benötigt jetzt Node-js 16 oder neuer.\nAbhängigkeiten wurden aktualisiert.",
"ru": "Внедрение ENERGY_SENSORS_INTERFACE_CHANNEL\nОбновлены стандартные рабочие процессы и тестирование.\nАдаптер требует nodejs 16 или новее теперь.\nОбновлены зависимости.",
"pt": "Implementar ENERGY_SENSORS_INTERFACE_CHANNEL\nFluxos de trabalho e testes padrão foram atualizados.\nAdaptador requer nodejs 16 ou mais recente agora.\nAs dependências foram atualizadas.",
"nl": "Vertaling:\nStandaardwerk en testen zijn geüpdateerd.\nAdapter vereist nodejs 16 of Newer nu.\nAfhankelijkheid is geüpdateerd.",
"fr": "Mettre en œuvre ENERGY_SENSORS_INTERFACE_CHANNEL\nDes workflows et des tests standard ont été mis à jour.\nAdaptateur nécessite nodejs 16 ou plus maintenant.\nLes dépendances ont été mises à jour.",
"it": "ENERGIA_SENSORS_INTERFACE_CHANNEL\nSono stati aggiornati flussi di lavoro e test standard.\nAdattatore richiede nodejs 16 o più nuovo ora.\nLe dipendenze sono state aggiornate.",
"es": "Implementar ENERGY_SENSORS_INTERFACE_CHANNEL\nSe han actualizado los flujos de trabajo y las pruebas estándar.\nAdaptador requiere nodejs 16 o más nuevo ahora.\nSe han actualizado las dependencias.",
"pl": "Współczynnik ENERGY_SENSORS_INTERFNEL\nStandardowe przepływy pracy i testowania zostały zaktualizowane.\nAdapter wymaga węzła 16 lub nowszych.\nW zależności zostały zaktualizowane.",
"uk": "Реалізація ENERGY_SENSORS_INTERFACE_CHANNEL\nОновлено стандартні робочі процеси та тестування.\nАдаптер вимагає nodejs 16 або новіший зараз.\nОновлено залежність.",
"zh-cn": "执行ENERGY_SENSORS_INTERCE_CHANNEL\n已更新了标准工作流程和试验。.\n现在需要16个或新人员。.\n情况已经更新。."
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hmip",
"version": "1.23.4",
"version": "1.24.0",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-hmip",
"private": true,
"version": "1.23.4",
"version": "1.24.0",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit ade2b02

Please sign in to comment.