iobroker.telegram-menu 2.4.1 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/admin/build/index.js +59 -59
- package/admin/build/index.js.map +3 -3
- package/admin/css/style.css +7 -0
- package/admin/i18n/de/translations.json +1 -1
- package/admin/i18n/en/translations.json +1 -1
- package/admin/words.js +3 -3
- package/build/app/dynamicValue.js +12 -11
- package/build/app/dynamicValue.js.map +2 -2
- package/build/app/getstate.js +8 -6
- package/build/app/getstate.js.map +2 -2
- package/build/app/processData.js +9 -9
- package/build/app/processData.js.map +2 -2
- package/build/app/setstate.js +1 -0
- package/build/app/setstate.js.map +2 -2
- package/build/app/telegram.js +5 -1
- package/build/app/telegram.js.map +2 -2
- package/build/lib/utilities.js +3 -1
- package/build/lib/utilities.js.map +3 -3
- package/build/main.js +18 -4
- package/build/main.js.map +2 -2
- package/build/types/types.js.map +1 -1
- package/io-package.json +27 -27
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -35,13 +35,22 @@ You can create different groups with separate menus, and then assign users to th
|
|
|
35
35
|
Placeholder for the next version (at the beginning of the line):
|
|
36
36
|
### **WORK IN PROGRESS**
|
|
37
37
|
-->
|
|
38
|
+
### 2.4.3 (2025-06-05)
|
|
39
|
+
|
|
40
|
+
- FIX: #332 Copy dropdown
|
|
41
|
+
- FIX: SetDynamicValue
|
|
42
|
+
- FIX: Change value in getStatus
|
|
43
|
+
|
|
44
|
+
### 2.4.2 (2025-05-26)
|
|
45
|
+
|
|
46
|
+
- FIX: Error returnText is empty
|
|
47
|
+
|
|
38
48
|
### 2.4.1 (2025-05-26)
|
|
39
49
|
|
|
40
50
|
- Fix some errors and update tests
|
|
41
51
|
|
|
42
52
|
### 2.4.0 (2025-05-24)
|
|
43
53
|
|
|
44
|
-
- FIX: Error returnText is empty
|
|
45
54
|
- FEAT: Extension for get by function
|
|
46
55
|
- FIX: Errors reported by sentry
|
|
47
56
|
|