iobroker.telegram-menu 2.2.1 → 2.2.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 +8 -0
- package/admin/build/index.js +125 -117
- package/admin/build/index.js.map +4 -4
- package/admin/css/style.css +13 -13
- package/admin/package-lock.json +9246 -0
- package/admin/package.json +13 -41
- package/build/lib/utilities.js +4 -4
- package/build/lib/utilities.js.map +2 -2
- package/build/main.js +7 -1
- package/build/main.js.map +2 -2
- package/io-package.json +28 -28
- package/package.json +10 -33
package/README.md
CHANGED
|
@@ -33,6 +33,14 @@ You can create different groups with separate menus, and then assign users to th
|
|
|
33
33
|
Placeholder for the next version (at the beginning of the line):
|
|
34
34
|
### **WORK IN PROGRESS**
|
|
35
35
|
-->
|
|
36
|
+
### 2.2.3 (2025-04-05)
|
|
37
|
+
|
|
38
|
+
- FIX: #279 Backslash is in the message when using newline
|
|
39
|
+
|
|
40
|
+
### 2.2.2 (2025-03-20)
|
|
41
|
+
|
|
42
|
+
- FIX: Style and update dependencies
|
|
43
|
+
|
|
36
44
|
### 2.2.1 (2025-01-12)
|
|
37
45
|
|
|
38
46
|
- FIX: Infinite loop on open events
|