Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ description: 'The latest updates and improvements to Botpress.'
mode: 'wide'
---

<Update label="October 10, 2025">
## Bug fixes

- Fixed a visual bug with Webchat on iOS 26 where scrolling through a converstaion would scroll the page itself

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'converstaion'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I didn't. Thank you vale

- Fixed an issue where the **Copy to bot** option wasn't displaying all available bots after a certain number
- Fixed a bug with storing a Card's output in a variable, where:
- Existing Workflow variables weren't visible in the output picker
- Creating a variable within the picker resulted in a duplicate variable if it had the same name as an existing variable
- Fixed an issue where the Set Activity Timeout Card wasn't working under certain circumstances
- Fixed an issue that was making the Webchat typing indicator appear and disappear irregularly while a bot prepared its reply
- Fixed an issue where file storage wasn't always being reduced even when file was deleted from bot

## Features & Enhancements

- Conversations with the Botpress Help Desk now persist between the Dashboard and the Studio

## Integrations

- **WhatsApp**: Added better support for international phone numbers

</Update>

<Update label="October 3, 2025">
## Features & Enhancements

Expand Down