Skip to content

Commit

Permalink
chore: release v1.24.1
Browse files Browse the repository at this point in the history
* (bluefox) GUI was migrated for Admin 7
  • Loading branch information
GermanBluefox committed Aug 6, 2024
1 parent 9490a24 commit dc9bd8f
Show file tree
Hide file tree
Showing 11 changed files with 30 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.1 (2024-08-06)
* (bluefox) GUI was migrated for Admin 7

### 1.23.4 (2024-07-07)
Expand Down
6 changes: 3 additions & 3 deletions admin/custom/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"custom_hmip_not_alive": "HMIP-Instanz ist nicht am Leben",
"custom_hmip_not_alive": "HMIP-Instanz ist nicht gestartet",
"custom_hmip_request_token": "Token erstellen",
"custom_hmip_started token creation": "Token-Erstellung gestartet...",
"custom_hmip_press blue button on accesspoint": "Drücken Sie die blaue Taste am Accesspoint",
"custom_hmip_press blue button on accesspoint": "Drücken Sie die blaue Taste am Access point",
"custom_hmip_confirming token": "Bestätigungstoken...",
"custom_hmip_error occurred during token generation, look at the logs": "Während der Token-Generierung ist ein Fehler aufgetreten. Sehen Sie sich die Protokolle an",
"custom_hmip_press \"request token\"": "Drücken Sie „Token erstellen“",
"custom_hmip_token created, save settings to use your accesspoint": "Token erstellt, Einstellungen speichern, um Ihren Zugangspunkt zu verwenden"
}
}
6 changes: 3 additions & 3 deletions admin/custom/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"custom_hmip_not_alive": "HMIP instance is not alive",
"custom_hmip_request_token": "Create token",
"custom_hmip_started token creation": "Started token creation...",
"custom_hmip_press blue button on accesspoint": "Press blue button on accesspoint",
"custom_hmip_press blue button on accesspoint": "Press blue button on access point",
"custom_hmip_confirming token": "confirming token...",
"custom_hmip_error occurred during token generation, look at the logs": "error occurred during token generation, look at the logs",
"custom_hmip_press \"request token\"": "press \"Create token\"",
"custom_hmip_token created, save settings to use your accesspoint": "token created, save settings to use your accesspoint"
}
"custom_hmip_token created, save settings to use your accesspoint": "token created, save settings to use your access point"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions admin/custom/static/js/src_bootstrap_jsx.74b7298f.chunk.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions admin/custom/static/js/src_bootstrap_jsx.a41e0aa8.chunk.js

This file was deleted.

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "hmip",
"version": "1.24.0",
"version": "1.24.1",
"news": {
"1.24.1": {
"en": "GUI was migrated for Admin 7",
"de": "GUI wurde für Admin 7 migriert",
"ru": "GUI был перенесен на Админ 7",
"pt": "GUI foi migrado para Admin 7",
"nl": "GUI is gemigreerd voor Admin 7",
"fr": "GUI a été migré pour l'Admin 7",
"it": "GUI è stata migrata per Admin 7",
"es": "GUI was migrated for Admin 7",
"pl": "Interfejs GUI został wyemigrowany do Admin 7",
"uk": "GUI був мігрований для адміністратора 7",
"zh-cn": "管理员 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
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.24.0",
"version": "1.24.1",
"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.24.0",
"version": "1.24.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit dc9bd8f

Please sign in to comment.