iobroker.telegram-menu 2.1.7 → 2.1.10

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 MiRo1310 <michael.roling@gmx.de>
3
+ Copyright (c) 2025 MiRo1310 <michael.roling@gmx.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  [![NPM](https://nodei.co/npm/iobroker.telegram-menu.png?downloads=true)](https://nodei.co/npm/iobroker.telegram-menu/)
11
11
 
12
- **Tests:** ![Test and Release](https://github.com/MiRo1310/ioBroker.telegram-menu/workflows/Test%20and%20Release/badge.svg)
12
+ ![Test and Release](https://github.com/MiRo1310/ioBroker.telegram-menu/workflows/Test%20and%20Release/badge.svg)
13
13
 
14
14
  ## ioBroker telegram-menu adapter
15
15
 
@@ -33,403 +33,417 @@ 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
+ ### 2.1.10 (2025-01-02)
37
+
38
+ - FIX: Return text for menus was not send
39
+
40
+ ### 2.1.9 (2025-01-01)
41
+
42
+ - FIX: #224 Submenu trigger
43
+
36
44
  ### 2.1.7 (2024-12-08)
37
45
 
38
- - FIX: #220 Delete button doesn´t work
39
- - FEAT: Styling
46
+ - FIX: #220 Delete button doesn´t work
47
+ - FEAT: Styling
40
48
 
41
49
  ### 2.1.6 (2024-12-04)
42
- - FEAT: Styling
50
+
51
+ - FEAT: Styling
43
52
 
44
53
  ### 2.1.5 (2024-12-04)
45
- - CHORE: Update dependencies
46
- - FIX: #211 No input is possible
47
- - CHORE: Migration to ESLint 9 and @iobroker/eslint-config
54
+
55
+ - CHORE: Update dependencies
56
+ - FIX: #211 No input is possible
57
+ - CHORE: Migration to ESLint 9 and @iobroker/eslint-config
48
58
 
49
59
  ### 2.1.4 (2024-11-23)
50
60
 
51
- - FIX: #203 Scrolling in table
61
+ - FIX: #203 Scrolling in table
52
62
 
53
63
  ### 2.1.3 (2024-10-21)
54
64
 
55
- - FIX: User checkbox error message
56
- - FEAT: #194 Styling
65
+ - FIX: User checkbox error message
66
+ - FEAT: #194 Styling
57
67
 
58
68
  ### 2.1.2 (2024-10-18)
59
69
 
60
- - FIX: Different telegram instances cannot be selected
61
- - FIX: Cannot set values in setState
62
- - Styling
70
+ - FIX: Different telegram instances cannot be selected
71
+ - FIX: Cannot set values in setState
72
+ - Styling
63
73
 
64
74
  ### 2.1.1 (2024-10-16)
65
75
 
66
- - FIX: Adapter ui cannot be loaded
76
+ - FIX: Adapter ui cannot be loaded
67
77
 
68
78
  ### 2.1.0 (2024-10-15)
69
79
 
70
- - FIX: #191 No picture can be send
71
- - FEAT: #175 Copy function in Action, Renamed Switch to Toggle
72
- - FIX: #176 Error in setDynamic value
73
- - FIX: #181 Required values in setState
80
+ - FIX: #191 No picture can be send
81
+ - FEAT: #175 Copy function in Action, Renamed Switch to Toggle
82
+ - FIX: #176 Error in setDynamic value
83
+ - FIX: #181 Required values in setState
74
84
 
75
85
  ### 2.0.0 (2024-08-11)
76
86
 
77
- - Js-controller >=5.0.19 is required
78
- - FIX: Colors in triggerOverview
79
- - FIX: #154 #152 Import config from file
80
- - Delete messages adjusted
87
+ - Js-controller >=5.0.19 is required
88
+ - FIX: Colors in triggerOverview
89
+ - FIX: #154 #152 Import config from file
90
+ - Delete messages adjusted
81
91
 
82
92
  ### 1.7.4 (2024-06-24)
83
93
 
84
- - FEAT: #160 Expand setDynamicValue
94
+ - FEAT: #160 Expand setDynamicValue
85
95
 
86
96
  ### 1.7.3 (2024-06-22)
87
97
 
88
- - FIX: Multi-user fixed
89
- - FIX: #159 Functions fixed
98
+ - FIX: Multi-user fixed
99
+ - FIX: #159 Functions fixed
90
100
 
91
101
  ### 1.7.2 (2024-06-17)
92
102
 
93
- - FIX: #158 Telegram-menu connection
94
- - FIX: #155 DynSwitch
103
+ - FIX: #158 Telegram-menu connection
104
+ - FIX: #155 DynSwitch
95
105
 
96
106
  ### 1.7.1 (2024-06-10)
97
107
 
98
- - FIX: Delete Messages
99
- - FIX: Add new row in action
100
- - FIX: Error setState "value.includes is not a function"
101
- - FIX: #144 Add new feature in setState: Now it is possible to set a static Value with a dynamic Value from id
108
+ - FIX: Delete Messages
109
+ - FIX: Add new row in action
110
+ - FIX: Error setState "value.includes is not a function"
111
+ - FIX: #144 Add new feature in setState: Now it is possible to set a static Value with a dynamic Value from id
102
112
 
103
113
  ### 1.7.0 (2024-05-11)
104
114
 
105
- - Switched to "Typescript"
115
+ - Switched to "Typescript"
106
116
 
107
117
  ### 1.6.3 (2024-02-27)
108
118
 
109
- - FIX: Bug in copy card fixed
110
- - FIX: #104 HTTP Request Beta
111
- - FIX: #111 status Value in dynamicSwitch
112
- - FIX: #112 change value
113
- - FIX: Bug in copy card fixed
114
- - FIX: #104 HTTP Request Beta
115
- - FIX: #111 status Value in dynamicSwitch
116
- - FIX: #112 change value
117
- - **_Change!!!_** menu:deleteAll removes automatic Request Ids which are older than 48h from list. The list is completely deleted once during the update
118
- - FIX: menu:number with negativ Values, see the documentation
119
- - FIX: menu:number with negativ Values, see the documentation
119
+ - FIX: Bug in copy card fixed
120
+ - FIX: #104 HTTP Request Beta
121
+ - FIX: #111 status Value in dynamicSwitch
122
+ - FIX: #112 change value
123
+ - FIX: Bug in copy card fixed
124
+ - FIX: #104 HTTP Request Beta
125
+ - FIX: #111 status Value in dynamicSwitch
126
+ - FIX: #112 change value
127
+ - **_Change!!!_** menu:deleteAll removes automatic Request Ids which are older than 48h from list. The list is
128
+ completely deleted once during the update
129
+ - FIX: menu:number with negativ Values, see the documentation
130
+ - FIX: menu:number with negativ Values, see the documentation
120
131
 
121
132
  ### 1.6.2 (2024-01-07)
122
133
 
123
- - FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function manually. For more information, see the documentation
124
- - FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
125
- - FIX: #107 one line menu without workaround
126
- - FIX: #103 scrollbar in Navigation and Action
127
- - FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function manually. For more information, see the documentation
128
- - FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
129
- - FIX: #107 one line menu without workaround
130
- - FIX: #103 scrollbar in Navigation and Action
131
- - Small visual changes in actions for small screens
132
- - FIX: Checkbox send menu after restart in settings
133
- - FIX: #94 Menu:number with Float Numbers fixed
134
- - FIX: Checkbox send menu after restart in settings
135
- - FIX: #94 Menu:number with Float Numbers fixed
136
- - Trigger Info - Overview of all menus and users, only visual but without functions
137
- - Remaining text reattached
134
+ - FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function
135
+ manually. For more information, see the documentation
136
+ - FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
137
+ - FIX: #107 one line menu without workaround
138
+ - FIX: #103 scrollbar in Navigation and Action
139
+ - FIX: #102 **_Breaking Change!!!_** menu:dynSwitch with decimal numbers, if you use it, you have to adjust the function
140
+ manually. For more information, see the documentation
141
+ - FIX: #106 **_Breaking Change!!!_** fixed change `{status:'id':'ID':true}` has now a new parameter, check docs
142
+ - FIX: #107 one line menu without workaround
143
+ - FIX: #103 scrollbar in Navigation and Action
144
+ - Small visual changes in actions for small screens
145
+ - FIX: Checkbox send menu after restart in settings
146
+ - FIX: #94 Menu:number with Float Numbers fixed
147
+ - FIX: Checkbox send menu after restart in settings
148
+ - FIX: #94 Menu:number with Float Numbers fixed
149
+ - Trigger Info - Overview of all menus and users, only visual but without functions
150
+ - Remaining text reattached
138
151
 
139
152
  ### 1.6.1 (2023-12-27)
140
153
 
141
- - FIX: Shoppinglist
142
- - FIX: Shoppinglist
154
+ - FIX: Shoppinglist
155
+ - FIX: Shoppinglist
143
156
 
144
157
  ### 1.6.0 (2023-12-26)
145
158
 
146
- - Json Table in combination with the alexa-shoppinglist adapter can remove items
147
- - Json Table without Head
148
- - FIX: Menu:back
149
- - Json Table in combination with the alexa-shoppinglist adapter can remove items
150
- - Json Table without Head
151
- - FIX: Menu:back
152
- - Possibility to stop sending Menu after restart (after save)
159
+ - Json Table in combination with the alexa-shoppinglist adapter can remove items
160
+ - Json Table without Head
161
+ - FIX: Menu:back
162
+ - Json Table in combination with the alexa-shoppinglist adapter can remove items
163
+ - Json Table without Head
164
+ - FIX: Menu:back
165
+ - Possibility to stop sending Menu after restart (after save)
153
166
 
154
167
  ### 1.5.1 (2023-12-20)
155
168
 
156
- - No Icons in events condition
157
- - FIX: Copy events and echarts
158
- - Moveable DropBox
159
- - No Icons in events condition
160
- - FIX: Copy events and echarts
161
- - Moveable DropBox
169
+ - No Icons in events condition
170
+ - FIX: Copy events and echarts
171
+ - Moveable DropBox
172
+ - No Icons in events condition
173
+ - FIX: Copy events and echarts
174
+ - Moveable DropBox
162
175
 
163
176
  ### 1.5.0 (2023-12-19)
164
177
 
165
- - FIX: #92 send echarts
166
- - FIX: #93 Scrollbar in Menus
167
- - FIX: #89 go back to menu by setting setDynamicValue
168
- - Delete all Messages by Bot
169
- - FIX: #92 send echarts
170
- - FIX: #93 Scrollbar in Menus
171
- - FIX: #89 go back to menu by setting setDynamicValue
172
- - Delete all Messages by Bot
178
+ - FIX: #92 send echarts
179
+ - FIX: #93 Scrollbar in Menus
180
+ - FIX: #89 go back to menu by setting setDynamicValue
181
+ - Delete all Messages by Bot
182
+ - FIX: #92 send echarts
183
+ - FIX: #93 Scrollbar in Menus
184
+ - FIX: #89 go back to menu by setting setDynamicValue
185
+ - Delete all Messages by Bot
173
186
 
174
187
  ### 1.4.0 (2023-12-16)
175
188
 
176
- - #88 Menu with dynamic Values
177
- - #87 Event opens a menu
189
+ - #88 Menu with dynamic Values
190
+ - #87 Event opens a menu
178
191
 
179
192
  ### 1.3.0 (2023-12-13)
180
193
 
181
- - insert Dynamic Values
194
+ - insert Dynamic Values
182
195
 
183
196
  ### 1.2.3 (2023-12-12)
184
197
 
185
- - small fixes
186
- - Menu Entrys will sorted by Name
198
+ - small fixes
199
+ - Menu Entrys will sorted by Name
187
200
 
188
201
  ### 1.2.2 (2023-12-11)
189
202
 
190
- - style fix and Helper Card texts expanded
203
+ - style fix and Helper Card texts expanded
191
204
 
192
205
  ### 1.2.1 (2023-12-11)
193
206
 
194
- - fix in parse_Mode SetState
207
+ - fix in parse_Mode SetState
195
208
 
196
209
  ### 1.2.0 (2023-12-10)
197
210
 
198
- - textarea in Helper Card
199
- - text table from Json
200
- - It is now possible to copy rows into the same menu
201
- - small fixes
202
- - fixed parse_mode in submenu
203
- - get json as inline-Keyboard Table
211
+ - textarea in Helper Card
212
+ - text table from Json
213
+ - It is now possible to copy rows into the same menu
214
+ - small fixes
215
+ - fixed parse_mode in submenu
216
+ - get json as inline-Keyboard Table
204
217
 
205
218
  ### 1.1.0 (2023-12-08)
206
219
 
207
- - confirm the set and not processed state
208
- - fixed User checkbox check
209
- - new Icons
210
- - Error by Starting with new Values of Ack and Parse_mode
211
- - #85 bindings
212
- - added {time} to Navigation
213
- - #82 Get Location
214
- - #85 get state.ls oder state.ts from a state and converts to a local time
215
- - #81 get Status of more than one ID
216
- - #83 New line in Text
217
- - fixed menu:number
220
+ - confirm the set and not processed state
221
+ - fixed User checkbox check
222
+ - new Icons
223
+ - Error by Starting with new Values of Ack and Parse_mode
224
+ - #85 bindings
225
+ - added {time} to Navigation
226
+ - #82 Get Location
227
+ - #85 get state.ls oder state.ts from a state and converts to a local time
228
+ - #81 get Status of more than one ID
229
+ - #83 New line in Text
230
+ - fixed menu:number
218
231
 
219
232
  ### 1.0.1 (2023-12-06)
220
233
 
221
- - fixed Error read UserList
222
- - remove ack:true and ack:false from Confirm Message, and create a checkbox for it
223
- - parse-Mode HTML
234
+ - fixed Error read UserList
235
+ - remove ack:true and ack:false from Confirm Message, and create a checkbox for it
236
+ - parse-Mode HTML
224
237
 
225
238
  ### 0.9.3 (2023-12-04)
226
239
 
227
- - fixed scrolling
228
- - values changed to value not icon
229
- - fixed save Value from HelperCard
230
- - changeValue extends
231
- - small fixes
232
- - it is now possible to mark text in draggable rows
240
+ - fixed scrolling
241
+ - values changed to value not icon
242
+ - fixed save Value from HelperCard
243
+ - changeValue extends
244
+ - small fixes
245
+ - it is now possible to mark text in draggable rows
233
246
 
234
247
  ### 0.9.2 (2023-11-26)
235
248
 
236
- - fixed error when the Adapter starts
237
- - Drag & Drop in Action Card
249
+ - fixed error when the Adapter starts
250
+ - Drag & Drop in Action Card
238
251
 
239
252
  ### 0.9.0 (2023-11-26)
240
253
 
241
- - React UI with more features
242
- - #75 fixed add new row in Action and edit it
254
+ - React UI with more features
255
+ - #75 fixed add new row in Action and edit it
243
256
 
244
257
  ### 0.8.7 (2023-11-25)
245
258
 
246
- - React UI with more features
259
+ - React UI with more features
247
260
 
248
261
  ### 0.8.6 (2023-11-21)
249
262
 
250
- - fixed change and set value
263
+ - fixed change and set value
251
264
 
252
265
  ### 0.8.5 (2023-11-10)
253
266
 
254
- - fixed, menu:back in Subnavigation
267
+ - fixed, menu:back in Subnavigation
255
268
 
256
269
  ### 0.8.4 (2023-11-08)
257
270
 
258
- - round values in getState
259
- - fixed, rename menuname
260
- - fixed calling submenus in subordinate menus
261
- - convert type values to type of target ID
271
+ - round values in getState
272
+ - fixed, rename menuname
273
+ - fixed calling submenus in subordinate menus
274
+ - convert type values to type of target ID
262
275
 
263
276
  ### 0.8.3 (2023-10-23)
264
277
 
265
- - fix, step smaller than 1 in submenu number and percent
266
- - global fixes in submenu
278
+ - fix, step smaller than 1 in submenu number and percent
279
+ - global fixes in submenu
267
280
 
268
281
  ### 0.8.2 (2023-10-22)
269
282
 
270
- - fix {status:...}
283
+ - fix {status:...}
271
284
 
272
285
  ### 0.8.1 (2023-10-22)
273
286
 
274
- - hotfix, submenu switch
287
+ - hotfix, submenu switch
275
288
 
276
289
  ### 0.8.0 (2023-10-22)
277
290
 
278
- - text blocks created as a selection list, including the selection of the ID
279
- - text in submenus is now editable in the textfield in the navigation
280
- - set ID by open a menu
281
- - get status
282
- - small fixes
291
+ - text blocks created as a selection list, including the selection of the ID
292
+ - text in submenus is now editable in the textfield in the navigation
293
+ - set ID by open a menu
294
+ - get status
295
+ - small fixes
283
296
 
284
297
  ### 0.7.2 (2023-10-15)
285
298
 
286
- - submenu Number fixed
287
- - text is lost when editing #63
288
- - convert milliseconds value to a local time specification
289
- - setstate and get result of another state with text adjusted
299
+ - submenu Number fixed
300
+ - text is lost when editing #63
301
+ - convert milliseconds value to a local time specification
302
+ - setstate and get result of another state with text adjusted
290
303
 
291
304
  ### 0.7.1 (2023-10-02)
292
305
 
293
- - bugfix, Error read UserListTypeError: Cannot read properties of undefined
306
+ - bugfix, Error read UserListTypeError: Cannot read properties of undefined
294
307
 
295
308
  ### 0.7.0 (2023-10-01)
296
309
 
297
- - #53 feature: sendPicture von server-path
298
- - #52 icons are missing, copy data
299
- - #51 by creating a new Menu, the Users are not shown
310
+ - #53 feature: sendPicture von server-path
311
+ - #52 icons are missing, copy data
312
+ - #51 by creating a new Menu, the Users are not shown
300
313
 
301
314
  ### 0.6.10 (2023-09-23)
302
315
 
303
- - bug fix
316
+ - bug fix
304
317
 
305
318
  ### 0.6.9 (2023-09-23)
306
319
 
307
- - Rearranging listed actions #49
308
- - when calling up the submenu, Text was send no entry found, fixed
309
- - bug switch menu, fixed
310
- - set a state, and receive the change of another state
320
+ - Rearranging listed actions #49
321
+ - when calling up the submenu, Text was send no entry found, fixed
322
+ - bug switch menu, fixed
323
+ - set a state, and receive the change of another state
311
324
 
312
325
  ### 0.6.8 (2023-09-16)
313
326
 
314
- - chatId in UI
315
- - trigger is not displayed when editing, fixed
327
+ - chatId in UI
328
+ - trigger is not displayed when editing, fixed
316
329
 
317
330
  ### 0.6.7 (2023-09-05)
318
331
 
319
- - fixed, send menu with error
332
+ - fixed, send menu with error
320
333
 
321
334
  ### 0.6.6 (2023-09-03)
322
335
 
323
- - add info-big.png
336
+ - add info-big.png
324
337
 
325
338
  ### 0.6.5 (2023-09-01)
326
339
 
327
- - get user by chatID and send back to this chatID
340
+ - get user by chatID and send back to this chatID
328
341
 
329
342
  ### 0.6.4 (2023-08-20)
330
343
 
331
- - Trigger check, used triggers are no longer available in action, in nav it is visualized that the trigger is already in use
344
+ - Trigger check, used triggers are no longer available in action, in nav it is visualized that the trigger is already in
345
+ use
332
346
 
333
347
  ### 0.6.3 (2023-08-17)
334
348
 
335
- - user check, least one user must be checked
349
+ - user check, least one user must be checked
336
350
 
337
351
  ### 0.6.2 (2023-08-14)
338
352
 
339
- - Active Menu Output fixed
340
- - change instance, user will be load from new instance
353
+ - Active Menu Output fixed
354
+ - change instance, user will be load from new instance
341
355
 
342
356
  ### 0.6.1 (2023-08-13)
343
357
 
344
- - bug fixed style
358
+ - bug fixed style
345
359
 
346
360
  ### 0.6.0 (2023-08-13)
347
361
 
348
- - checkbox for Telegram Users
349
- - styling
350
- - small fixes
351
- - Add Row Button in Nav for every Row
352
- - More Groups with the same User
353
- - Trigger generates without saving
362
+ - checkbox for Telegram Users
363
+ - styling
364
+ - small fixes
365
+ - Add Row Button in Nav for every Row
366
+ - More Groups with the same User
367
+ - Trigger generates without saving
354
368
 
355
369
  ### 0.5.1 (2023-08-05)
356
370
 
357
- - sent to the wrong instance, fixed
371
+ - sent to the wrong instance, fixed
358
372
 
359
373
  ### 0.5.0 (2023-08-05)
360
374
 
361
- - trigger avoid duplicate entries and sort alphabetical
362
- - adapter stops responding after some time, fixed #42
363
- - generate Trigger in Action, fixed
364
- - math value for getstate
365
- - settings instance #41, menus, fixed
366
- - no spellcheck for input fields
367
- - menu go back to last Sides
375
+ - trigger avoid duplicate entries and sort alphabetical
376
+ - adapter stops responding after some time, fixed #42
377
+ - generate Trigger in Action, fixed
378
+ - math value for getstate
379
+ - settings instance #41, menus, fixed
380
+ - no spellcheck for input fields
381
+ - menu go back to last Sides
368
382
 
369
383
  ### 0.4.2 (2023-07-30)
370
384
 
371
- - menu switch ersetzt menu yes-no, on-off, it is possible to customize text and value with this menu
385
+ - menu switch ersetzt menu yes-no, on-off, it is possible to customize text and value with this menu
372
386
 
373
387
  ### 0.4.1 (2023-07-30)
374
388
 
375
- - Return text for submenus adjusted
389
+ - Return text for submenus adjusted
376
390
 
377
391
  ### 0.4.0 (2023-07-28)
378
392
 
379
- - change output value for getState
380
- - checkbox to disbale Text No Entry found in the settings #34
381
- - submenu
382
- - **changed!!!**, states are always set with ack false
383
- - adapter does not restart when telegram restarts #35
393
+ - change output value for getState
394
+ - checkbox to disbale Text No Entry found in the settings #34
395
+ - submenu
396
+ - **changed!!!**, states are always set with ack false
397
+ - adapter does not restart when telegram restarts #35
384
398
 
385
399
  ### 0.3.0 (2023-07-02)
386
400
 
387
- - add ack Flag
388
- - Copy-Button to copy User-elements to activ User
401
+ - add ack Flag
402
+ - Copy-Button to copy User-elements to activ User
389
403
 
390
404
  ### 0.2.0 (2023-05-28)
391
405
 
392
- - rename button
393
- - create groups with users
406
+ - rename button
407
+ - create groups with users
394
408
 
395
409
  ### 0.1.1 (2023-05-18)
396
410
 
397
- - shift rows
398
- - small fixes
399
- - Darkmode fixed
400
- - option, return text without value
401
- - get all Values of functions
411
+ - shift rows
412
+ - small fixes
413
+ - Darkmode fixed
414
+ - option, return text without value
415
+ - get all Values of functions
402
416
 
403
417
  ### 0.1.0 (2023-05-07)
404
418
 
405
- - Fixes
406
- - Style
407
- - Confirmation, that the value has been set
408
- - Second User Menu fixed
419
+ - Fixes
420
+ - Style
421
+ - Confirmation, that the value has been set
422
+ - Second User Menu fixed
409
423
 
410
424
  ### 0.0.8 (2023-05-01)
411
425
 
412
- - Send Grafana Diagrams
426
+ - Send Grafana Diagrams
413
427
 
414
428
  ### 0.0.7 (2023-04-23)
415
429
 
416
- - Bugs fixed
417
- - Translate
430
+ - Bugs fixed
431
+ - Translate
418
432
 
419
433
  ### 0.0.6 (2023-04-18)
420
434
 
421
- - Fixed SetState and GetState
422
- - Translate
435
+ - Fixed SetState and GetState
436
+ - Translate
423
437
 
424
438
  ### 0.0.2 (2023-04-16)
425
439
 
426
- - (MiRo1310) initial release
440
+ - (MiRo1310) initial release
427
441
 
428
442
  ## License
429
443
 
430
444
  MIT License
431
445
 
432
- Copyright (c) 2024 MiRo1310 <michael.roling@gmx.de>
446
+ Copyright (c) 2025 MiRo1310 <michael.roling@gmx.de>
433
447
 
434
448
  Permission is hereby granted, free of charge, to any person obtaining a copy
435
449
  of this software and associated documentation files (the "Software"), to deal