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
Binary file added changelog-assets/2025-12-05/filters-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2025-12-05/filters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

<Update label="December 5, 2025">
## Dashboard improvements

- Added menu to manage website Knowledge Base crawling
- Improved UX for filtering conversations:

<Frame>
<img
alt="Conversation filters"
className="block dark:hidden"
src="/changelog-assets/2025-12-05/filters.png"
/>
<img
alt="Conversation filters"
className="hidden dark:block"
src="/changelog-assets/2025-12-05/filters-dark.png"
/>
</Frame>

## Integrations

- **Linear**: Fixed an issue where bots would reply to their own comments in an endless loop
- **Notion**: Improved error handling

## Bug fixes

- Fixed an issue where code editors in the Studio became unresponsive after switching to new tab
- Fixed and issue where leaving the optional subtitle field empty in Carousel Cards would result in an error

</Update>

<Update label="November 28, 2025">
## Features & enhancements

Expand Down