Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

<Update label="February 6th, 2026">

## Features & enhancements

- Added the option to show/hide empty conversations in the dashboard:

<Frame>
<img
alt="Show empty conversations"
className="block dark:hidden"
src="/changelog-assets/2026-02-06/show-empty-conversations.png"
/>
<img
alt="Show empty conversations"
className="hidden dark:block"
src="/changelog-assets/2026-02-06/show-empty-conversations-dark.png"
/>
</Frame>

- Improved UX for inserting a link in a comment Node
- Improved the Translation Agent's performance when translating dropdown and multiple choice messages

## Integrations

- **LinkedIn**: Added LinkedIn integration
- **WhatsApp**: Fixed an issue where the message delivery status wasn’t updating properly in playground
- **Trello**: Improved security and reliability

## Bug fixes

- Fixed an issue where Actions would fail to capture input on first attempt
- Fixed Knowledge Bases being deleted right after creation in new bots under certain circumstances
</Update>

<Update label="January 30, 2026">
## Features & enhancements

Expand Down