iobroker.telegram-menu 0.8.6 → 0.9.0
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 +1394 -0
- package/admin/i18n/de/translations.json +25 -4
- package/admin/i18n/en/translations.json +21 -0
- package/admin/i18n/es/translations.json +21 -0
- package/admin/i18n/fr/translations.json +21 -0
- package/admin/i18n/it/translations.json +21 -0
- package/admin/i18n/nl/translations.json +21 -0
- package/admin/i18n/pl/translations.json +21 -0
- package/admin/i18n/pt/translations.json +21 -0
- package/admin/i18n/ru/translations.json +21 -0
- package/admin/i18n/uk/translations.json +21 -0
- package/admin/i18n/zh-cn/translations.json +21 -0
- package/admin/index_m.html +10 -1179
- package/admin/src/style.css +715 -0
- package/admin/words.js +26 -5
- package/io-package.json +27 -27
- package/main.js +13 -1
- package/package.json +26 -5
- package/admin/css/color.css +0 -93
- package/admin/css/scrolling.css +0 -53
- package/admin/css/style.css +0 -279
- package/admin/js/component.js +0 -284
- package/admin/js/emit.js +0 -65
- package/admin/js/global.js +0 -63
- package/admin/js/helper.js +0 -69
- package/admin/js/main.js +0 -685
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
|
+
|
|
37
|
+
### 0.9.0 (2023-11-26)
|
|
38
|
+
|
|
39
|
+
- React UI with more features
|
|
40
|
+
- #75 fixed add new row in Action and edit it
|
|
41
|
+
|
|
42
|
+
### 0.8.7 (2023-11-25)
|
|
43
|
+
|
|
44
|
+
- React UI with more features
|
|
45
|
+
|
|
36
46
|
### 0.8.6 (2023-11-21)
|
|
37
47
|
|
|
38
48
|
- fixed change and set value
|