Skip to content

Commit ed3cc1a

Browse files
committed
chore: release v1.2.4
* (@GermanBluefox) Corrected many GUI issues
1 parent 530d3d1 commit ed3cc1a

File tree

6 files changed

+94
-81
lines changed

6 files changed

+94
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This adapter is built with the help of `type-detector`. All possible devices cou
128128
Placeholder for the next version (at the beginning of the line):
129129
### **WORK IN PROGRESS**
130130
-->
131-
### **WORK IN PROGRESS**
131+
### 1.2.4 (2025-04-27)
132132
* (@GermanBluefox) Corrected many GUI issues
133133

134134
### 1.2.1 (2025-04-22)

admin/assets/index-Cw0iZFNT.js renamed to admin/assets/index-y0V2WkfF.js

Lines changed: 76 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/index_m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/>
2121
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
2222
<title>Devices</title>
23-
<script type="module" crossorigin src="./assets/index-Cw0iZFNT.js"></script>
23+
<script type="module" crossorigin src="./assets/index-y0V2WkfF.js"></script>
2424
<link rel="stylesheet" crossorigin href="./assets/index-KU4QC83E.css">
2525
</head>
2626
<body>

admin/tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/>
2121
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
2222
<title>Devices</title>
23-
<script type="module" crossorigin src="./assets/index-Cw0iZFNT.js"></script>
23+
<script type="module" crossorigin src="./assets/index-y0V2WkfF.js"></script>
2424
<link rel="stylesheet" crossorigin href="./assets/index-KU4QC83E.css">
2525
</head>
2626
<body>

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "devices",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"news": {
6+
"1.2.4": {
7+
"en": "Corrected many GUI issues",
8+
"de": "Viele GUI Probleme korrigiert",
9+
"ru": "Исправлено много проблем GUI",
10+
"pt": "Corrigido muitos problemas de GUI",
11+
"nl": "Veel GUI-problemen gecorrigeerd",
12+
"fr": "Correction de nombreux problèmes d'interface utilisateur",
13+
"it": "Corretto molti problemi GUI",
14+
"es": "Corregidos muchos problemas de GUI",
15+
"pl": "Poprawiono wiele problemów GUI",
16+
"uk": "Виправлено багато питань GUI",
17+
"zh-cn": "更正了许多图形用户界面问题"
18+
},
619
"1.2.1": {
720
"en": "Updated logo\nUpdated type-detector",
821
"de": "Aktualisiertes Logo\nAktualisierter Typ-Detektor",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.devices",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Manage and create devices for using it in other adapters like material, iot,...",
55
"author": {
66
"name": "bluefox",

0 commit comments

Comments
 (0)