Skip to content

Commit

Permalink
Update changelog for v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed May 24, 2024
1 parent cde4cae commit cbe0ef5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG.md

## v1.6.2 (25-05-2024)

**Added:**
- Added a new `allowNewline` property to the `chatInput` section which determines if user input can contain newline (`\n`)
- The notifications feature is now properly supported for embedded chatbots and will chime only if the chatbot is scrolled out of view

**Fixed:**
- Fixed an issue where voice detection may not be properly disabled while the chatbot is still streaming messages
- Fixed an issue where **shift + enter** submits user input instead of attempting to add newline
- Fixed an issue where newline is automatically converted to whitespace in user and bot bubbles

## v1.6.1 (19-05-2024)

**Added:**
Expand Down

0 comments on commit cbe0ef5

Please sign in to comment.