diff --git a/CHANGELOG.md b/CHANGELOG.md index 990dae3c..4dccad5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.29.0 (2026-07-10) + +### Features + +- **heatmap**: Scan history plotting via browser popup and settings scan selection + ([`53b2172`](https://github.com/bec-project/bec_widgets/commit/53b21725fd604a47a6cb4894ef2af0ff508d5cca)) + +- **utility**: Add scan index combobox widget + ([`567b10c`](https://github.com/bec-project/bec_widgets/commit/567b10c137bf5f47d469b8884af9aa0710c4536a)) + +### Refactoring + +- **curve_tree**: Use shared scan index combobox + ([`d2b5c74`](https://github.com/bec-project/bec_widgets/commit/d2b5c74204d585b1a0f3d575aba10f2ea8aac7a3)) + + ## v3.28.0 (2026-07-10) ### Features diff --git a/pyproject.toml b/pyproject.toml index 695ccb75..1c9382d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.28.0" +version = "3.29.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [