|
1 | | -# 1.6.1 (develop) |
| 1 | +# 1.6.1 (2023-12-22 11:43) |
2 | 2 |
|
3 | 3 | ### Fixed |
4 | 4 |
|
5 | 5 | * Fixed Lid Messages |
| 6 | +* Fixed sending variables to typebot |
| 7 | +* Fixed sending variables from typebot |
| 8 | +* Correction sending s3/minio media to chatwoot and typebot |
| 9 | +* Fixed the problem with typebot closing at the end of the flow, now this is optional with the TYPEBOT_KEEP_OPEN variable |
| 10 | +* Fixed chatwoot Bold, Italic and Underline formatting using Regex |
| 11 | +* Added the sign_delimiter property to the Chatwoot configuration, allowing you to set a different delimiter for the signature. Default when not defined \n |
| 12 | +* Include instance Id field in the instance configuration |
| 13 | +* Fixed the pairing code |
| 14 | +* Adjusts in typebot |
| 15 | +* Fix the problem when disconnecting the instance and connecting again using mongodb |
| 16 | +* Options to disable docs and manager |
| 17 | +* When deleting a message in whatsapp, delete the message in chatwoot too |
| 18 | + |
6 | 19 |
|
7 | 20 | # 1.6.0 (2023-12-12 17:24) |
8 | 21 |
|
9 | 22 | ### Feature |
| 23 | + |
10 | 24 | * Added AWS SQS Integration |
11 | 25 | * Added support for new typebot API |
12 | 26 | * Added endpoint sendPresence |
|
24 | 38 | * Fix workaround to manage param data as an array in mongodb |
25 | 39 | * Removed await from webhook when sending a message |
26 | 40 | * Update typebot.service.ts - element.underline change ~ for * |
27 | | -* Adjusts in proxy |
28 | 41 | * Removed api restart on receiving an error |
29 | 42 | * Fixes in mongodb and chatwoot |
30 | 43 | * Adjusted return from queries in mongodb |
|
36 | 49 |
|
37 | 50 | ### Integrations |
38 | 51 |
|
39 | | -- Chatwoot: v3.3.1 |
40 | | -- Typebot: v2.20.0 |
| 52 | +* Chatwoot: v3.3.1 |
| 53 | +* Typebot: v2.20.0 |
41 | 54 |
|
42 | 55 | # 1.5.4 (2023-10-09 20:43) |
43 | 56 |
|
|
116 | 129 |
|
117 | 130 | ### Integrations |
118 | 131 |
|
119 | | -- Chatwoot: v2.18.0 - v3.0.0 |
120 | | -- Typebot: v2.16.0 |
121 | | -- Manager Evolution API |
| 132 | +* Chatwoot: v2.18.0 - v3.0.0 |
| 133 | +* Typebot: v2.16.0 |
| 134 | +* Manager Evolution API |
122 | 135 |
|
123 | 136 | # 1.4.8 (2023-07-27 10:27) |
124 | 137 |
|
|
171 | 184 |
|
172 | 185 | ### Fixed |
173 | 186 |
|
174 | | -* Fixed validation is set settings |
| 187 | +* Fixed validation is set settings |
175 | 188 | * Adjusts in group validations |
176 | 189 | * Ajusts in sticker message to chatwoot |
177 | 190 |
|
|
206 | 219 |
|
207 | 220 | ### Integrations |
208 | 221 |
|
209 | | -- Chatwoot: v2.18.0 - v3.0.0 (Beta) |
| 222 | +* Chatwoot: v2.18.0 - v3.0.0 (Beta) |
210 | 223 |
|
211 | 224 | # 1.3.2 (2023-07-21 17:19) |
212 | 225 |
|
|
222 | 235 |
|
223 | 236 | ### Integrations |
224 | 237 |
|
225 | | -- Chatwoot: v2.18.0 |
| 238 | +* Chatwoot: v2.18.0 |
226 | 239 |
|
227 | 240 | # 1.3.1 (2023-07-20 07:48) |
228 | 241 |
|
|
232 | 245 |
|
233 | 246 | ### Integrations |
234 | 247 |
|
235 | | -- Chatwoot: v2.18.0 |
| 248 | +* Chatwoot: v2.18.0 |
236 | 249 |
|
237 | 250 | # 1.3.0 (2023-07-19 11:33) |
238 | 251 |
|
|
248 | 261 | * Translation set to default (english) in chatwoot |
249 | 262 |
|
250 | 263 | ### Fixed |
251 | | - |
| 264 | + |
252 | 265 | * Fixed error to send message in large groups |
253 | 266 | * Docker files adjusted |
254 | 267 | * Fixed in the postman collection the webhookByEvent parameter by webhook_by_events |
|
269 | 282 |
|
270 | 283 | ### Integrations |
271 | 284 |
|
272 | | -- Chatwoot: v2.18.0 |
| 285 | +* Chatwoot: v2.18.0 |
273 | 286 |
|
274 | 287 | # 1.2.2 (2023-07-15 09:36) |
275 | 288 |
|
|
280 | 293 |
|
281 | 294 | ### Integrations |
282 | 295 |
|
283 | | -- Chatwoot: v2.18.0 |
| 296 | +* Chatwoot: v2.18.0 |
284 | 297 |
|
285 | 298 | # 1.2.1 (2023-07-14 19:04) |
286 | 299 |
|
|
436 | 449 | * Sending the local webhook url as destination in the webhook data for webhook redirection |
437 | 450 | * Startup modes, server or container |
438 | 451 | * Server Mode works normally as everyone is used to |
439 | | -* Container mode made to use one instance per container, when starting the application an instance is already created and the qrcode is generated and it starts sending webhook without having to call it manually, it only allows one instance at a time. |
| 452 | +* Container mode made to use one instance per container, when starting the application an instance is already created and the qrcode is generated and it starts sending webhook without having to call it manually, it only allows one instance at a time. |
0 commit comments