diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f78374..bd400412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.32.0 (2026-08-04) + +### Bug Fixes + +- **scan_control**: Preserve configured default scan and label filter button + ([`f30ab7b`](https://github.com/bec-project/bec_widgets/commit/f30ab7b164213170591c00ddcae33a54befe8bd5)) + +### Features + +- **scan_control**: Add scan filter and docstring info dialogs + ([`e06232e`](https://github.com/bec-project/bec_widgets/commit/e06232ee2103af04c322a13ff35b69b4602dcf26)) + +- **scan_control**: Add select all and clear buttons to scan filter dialog + ([`afd8c9c`](https://github.com/bec-project/bec_widgets/commit/afd8c9c07cc57c3539c078588858c0f51ba7e621)) + + ## v3.31.0 (2026-08-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a962046c..17890b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.31.0" +version = "3.32.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [