iobroker.telegram-menu 2.1.7 → 2.1.9

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