iobroker.telegram-menu 2.4.3 → 2.4.5
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 +11 -0
- package/admin/build/index.js +68 -68
- package/admin/build/index.js.map +4 -4
- package/build/app/action.js +4 -4
- package/build/app/action.js.map +2 -2
- package/build/app/configVariables.js +2 -2
- package/build/app/configVariables.js.map +2 -2
- package/build/app/processData.js +1 -1
- package/build/app/processData.js.map +2 -2
- package/build/app/setstate.js +6 -1
- package/build/app/setstate.js.map +3 -3
- package/build/app/status.js +54 -0
- package/build/app/status.js.map +7 -0
- package/build/app/telegram.js +5 -0
- package/build/app/telegram.js.map +2 -2
- package/build/lib/exchangeValue.js +2 -2
- package/build/lib/exchangeValue.js.map +2 -2
- package/build/lib/string.js +2 -2
- package/build/lib/string.js.map +2 -2
- package/build/lib/utilities.js +3 -31
- package/build/lib/utilities.js.map +3 -3
- package/io-package.json +34 -29
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -35,6 +35,17 @@ 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.5 (2025-07-23)
|
|
39
|
+
|
|
40
|
+
- FIX: Errors reported by sentry
|
|
41
|
+
- FIX: #357 Navigation trigger input with trim method
|
|
42
|
+
|
|
43
|
+
### 2.4.4 (2025-06-09)
|
|
44
|
+
|
|
45
|
+
- FIX: #342 Result not in the correct order
|
|
46
|
+
- FIX: #341 Setstate changeValue
|
|
47
|
+
- FIX: #338 Exchange value does not work in newline
|
|
48
|
+
|
|
38
49
|
### 2.4.3 (2025-06-05)
|
|
39
50
|
|
|
40
51
|
- FIX: #332 Copy dropdown
|