iobroker.telegram-menu 0.8.7 → 0.9.2
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 -0
- package/admin/build/index.js +90 -90
- package/admin/src/style.css +2 -10
- package/io-package.json +40 -40
- package/main.js +197 -192
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,16 @@ 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
|
+
### 0.9.2 (2023-11-26)
|
|
37
|
+
|
|
38
|
+
- fixed error when the Adapter starts
|
|
39
|
+
- Drag & Drop in Action Card
|
|
40
|
+
|
|
41
|
+
### 0.9.0 (2023-11-26)
|
|
42
|
+
|
|
43
|
+
- React UI with more features
|
|
44
|
+
- #75 fixed add new row in Action and edit it
|
|
45
|
+
|
|
36
46
|
### 0.8.7 (2023-11-25)
|
|
37
47
|
|
|
38
48
|
- React UI with more features
|