You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
1
# 1.6.1 (develop)
2
2
3
-
### Feature
4
-
5
-
* New env `TYPEBOT_KEEP_OPEN` to keep the session open after the end of the flow
6
-
* Add `sign_delimiter` to chatwoot set to change the delimiter of the signature
7
-
8
3
### Fixed
9
4
10
5
* Fixed Lid Messages
11
6
* Fixed sending variables to typebot
12
7
* Fixed sending variables from typebot
13
8
* Correction sending s3/minio media to chatwoot and typebot
14
-
* Fixed message formatting in chatwoot (bold, italic, underline, monospace)
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
0 commit comments