iobroker.telegram-menu 2.4.5 → 3.0.1
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 +26 -26
- package/admin/build/index.js.map +3 -3
- package/admin/css/style.css +14 -2
- package/admin/i18n/de/translations.json +1 -0
- package/admin/i18n/en/translations.json +1 -0
- package/admin/i18n/es/translations.json +1 -0
- package/admin/i18n/fr/translations.json +1 -0
- package/admin/i18n/it/translations.json +1 -0
- package/admin/i18n/nl/translations.json +1 -0
- package/admin/i18n/pl/translations.json +1 -0
- package/admin/i18n/pt/translations.json +1 -0
- package/admin/i18n/ru/translations.json +1 -0
- package/admin/i18n/uk/translations.json +1 -0
- package/admin/i18n/zh-cn/translations.json +1 -0
- package/admin/words.js +1 -0
- package/build/app/action.js +7 -7
- package/build/app/action.js.map +2 -2
- package/build/app/adapterStartMenuSend.js +15 -11
- package/build/app/adapterStartMenuSend.js.map +2 -2
- package/build/app/configVariables.js +15 -8
- package/build/app/configVariables.js.map +2 -2
- package/build/app/connection.js +25 -11
- package/build/app/connection.js.map +2 -2
- package/build/app/logging.js +4 -4
- package/build/app/logging.js.map +2 -2
- package/build/app/messageIds.js +3 -0
- package/build/app/messageIds.js.map +2 -2
- package/build/app/telegram.js +8 -2
- package/build/app/telegram.js.map +2 -2
- package/build/lib/appUtils.js +8 -1
- package/build/lib/appUtils.js.map +2 -2
- package/build/lib/utils.js.map +2 -2
- package/build/main.js +197 -174
- package/build/main.js.map +2 -2
- package/build/types/types.js.map +1 -1
- package/io-package.json +107 -27
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,6 +35,15 @@ 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
|
+
### 3.0.1 (2025-08-02)
|
|
39
|
+
|
|
40
|
+
- CHORE: Update dependencies
|
|
41
|
+
- FIX: Errors reported by sentry
|
|
42
|
+
|
|
43
|
+
### 3.0.0 (2025-07-23)
|
|
44
|
+
|
|
45
|
+
- FEAT: #266 Usage of multiple telegram instances
|
|
46
|
+
|
|
38
47
|
### 2.4.5 (2025-07-23)
|
|
39
48
|
|
|
40
49
|
- FIX: Errors reported by sentry
|
|
@@ -67,9 +76,9 @@ You can create different groups with separate menus, and then assign users to th
|
|
|
67
76
|
|
|
68
77
|
### 2.3.1 (2025-05-20)
|
|
69
78
|
|
|
70
|
-
|
|
71
79
|
- FIX: #309 SetState only sets false
|
|
72
80
|
- FIX: #311 Delete does not navigate
|
|
81
|
+
- FIX: #310 DynSwitch sets key not the value
|
|
73
82
|
|
|
74
83
|
### 2.3.0 (2025-05-12)
|
|
75
84
|
|