iobroker.telegram-menu 2.4.4 → 3.0.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.
Files changed (38) hide show
  1. package/README.md +10 -1
  2. package/admin/build/index.js +46 -46
  3. package/admin/build/index.js.map +4 -4
  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 +8 -8
  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 +17 -10
  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 +13 -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 +114 -29
  38. package/package.json +6 -6
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.0 (2025-07-23)
39
+
40
+ - FEAT: #266 Usage of multiple telegram instances
41
+
42
+ ### 2.4.5 (2025-07-23)
43
+
44
+ - FIX: Errors reported by sentry
45
+ - FIX: #357 Navigation trigger input with trim method
46
+
38
47
  ### 2.4.4 (2025-06-09)
39
48
 
40
49
  - FIX: #342 Result not in the correct order
@@ -62,9 +71,9 @@ You can create different groups with separate menus, and then assign users to th
62
71
 
63
72
  ### 2.3.1 (2025-05-20)
64
73
 
65
-
66
74
  - FIX: #309 SetState only sets false
67
75
  - FIX: #311 Delete does not navigate
76
+ - FIX: #310 DynSwitch sets key not the value
68
77
 
69
78
  ### 2.3.0 (2025-05-12)
70
79