From e9a7b03243c8615efcc7a2296d9bee190aae47db Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 17 Jun 2026 08:01:39 +0000 Subject: [PATCH] 3.17.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b264f2a6..cd2c3dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,45 @@ # CHANGELOG +## v3.17.0 (2026-06-17) + +### Bug Fixes + +- **beamline_states**: Listen to the updates of the scan interlock HLI for interlock enable/disable + ([`fe305d5`](https://github.com/bec-project/bec_widgets/commit/fe305d5d077edcac806a73a6f185f79720bc499e)) + +- **beamline_states**: Support multiple accepted statuses in the scan interlock + ([`2084edb`](https://github.com/bec-project/bec_widgets/commit/2084edb576497124b2d4d2aa1a4fa66ec8952956)) + +- **beamline_states**: Trigger on Warning checkbox in the setting of the beamline pill + ([`73d49d9`](https://github.com/bec-project/bec_widgets/commit/73d49d9dfa6ac392a26271d469acf146b8d0812e)) + +### Features + +- **beamline_states**: Add scan-interlock options to the add-state dialog + ([`3cd37fe`](https://github.com/bec-project/bec_widgets/commit/3cd37fea26acf90a3712855dc63e881b8838df6d)) + +- **beamline_states**: Exempt scan-interlock states from display filters + ([`beddfb1`](https://github.com/bec-project/bec_widgets/commit/beddfb14b2c93e09c0fb79d307f5d59d507b8a23)) + +- **beamline_states**: Integrate scan interlock into state manager and pills + ([`87be649`](https://github.com/bec-project/bec_widgets/commit/87be6496ebf590c75cf79175ea53828bcc02d978)) + +- **beamline_states**: Order states by status severity within each section + ([`90084db`](https://github.com/bec-project/bec_widgets/commit/90084db58085ef777c0c673152b99055c2e98f85)) + +- **elide_label**: General elide label + ([`1fac492`](https://github.com/bec-project/bec_widgets/commit/1fac492b0bb4f195fc612102fad4eb10127fa0c1)) + +### Refactoring + +- **beamline_states**: Beamline headed as separate widget, not in paint + ([`2a8a726`](https://github.com/bec-project/bec_widgets/commit/2a8a7261be22929113d75242b961d1ee5fba1ccb)) + +- **beamline_states**: Drop idle_card_background from the manager + ([`ecf3a37`](https://github.com/bec-project/bec_widgets/commit/ecf3a37cbf5e0770d41d65030cb4491bbde769fd)) + + ## v3.16.1 (2026-06-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2e88b2c6..dfa81bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.16.1" +version = "3.17.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [ @@ -77,6 +77,7 @@ qtermwidget = ["pyside6_qtermwidget"] + [build-system]