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.
Files changed (38) hide show
  1. package/README.md +10 -1
  2. package/admin/build/index.js +26 -26
  3. package/admin/build/index.js.map +3 -3
  4. package/admin/css/style.css +14 -2
  5. package/admin/i18n/de/translations.json +1 -0
  6. package/admin/i18n/en/translations.json +1 -0
  7. package/admin/i18n/es/translations.json +1 -0
  8. package/admin/i18n/fr/translations.json +1 -0
  9. package/admin/i18n/it/translations.json +1 -0
  10. package/admin/i18n/nl/translations.json +1 -0
  11. package/admin/i18n/pl/translations.json +1 -0
  12. package/admin/i18n/pt/translations.json +1 -0
  13. package/admin/i18n/ru/translations.json +1 -0
  14. package/admin/i18n/uk/translations.json +1 -0
  15. package/admin/i18n/zh-cn/translations.json +1 -0
  16. package/admin/words.js +1 -0
  17. package/build/app/action.js +7 -7
  18. package/build/app/action.js.map +2 -2
  19. package/build/app/adapterStartMenuSend.js +15 -11
  20. package/build/app/adapterStartMenuSend.js.map +2 -2
  21. package/build/app/configVariables.js +15 -8
  22. package/build/app/configVariables.js.map +2 -2
  23. package/build/app/connection.js +25 -11
  24. package/build/app/connection.js.map +2 -2
  25. package/build/app/logging.js +4 -4
  26. package/build/app/logging.js.map +2 -2
  27. package/build/app/messageIds.js +3 -0
  28. package/build/app/messageIds.js.map +2 -2
  29. package/build/app/telegram.js +8 -2
  30. package/build/app/telegram.js.map +2 -2
  31. package/build/lib/appUtils.js +8 -1
  32. package/build/lib/appUtils.js.map +2 -2
  33. package/build/lib/utils.js.map +2 -2
  34. package/build/main.js +197 -174
  35. package/build/main.js.map +2 -2
  36. package/build/types/types.js.map +1 -1
  37. package/io-package.json +107 -27
  38. 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