From f7616102d8f156bca21e7a93e4f35e14666b4a46 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 21 Apr 2026 06:39:11 +0000 Subject: [PATCH] 3.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14f6376..2a712696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # CHANGELOG +## v3.6.0 (2026-04-21) + +### Bug Fixes + +- Change resize mode to interactive + ([`a5db2dc`](https://github.com/bec-project/bec_widgets/commit/a5db2dc340f3386e68b300fd4528a44f87cbbf97)) + +- Small usability changes + ([`5a497c3`](https://github.com/bec-project/bec_widgets/commit/5a497c3598c2d8f27916d91d53c646d5d6d3a4a7)) + +### Features + +- Add button/slot to pause/unpause logs + ([`23e3644`](https://github.com/bec-project/bec_widgets/commit/23e3644619de958bcfdb8a0b2ee1f7c2ce05b235)) + +- Add logpanel to menu + ([`2e8f43f`](https://github.com/bec-project/bec_widgets/commit/2e8f43fcac581cd1c227308198565d142a1bf276)) + +- Migrate logpanel to table model/view + ([`09bb112`](https://github.com/bec-project/bec_widgets/commit/09bb1121d83bac1f6e4827daa476fbe7cd5b3a80)) + + ## v3.5.1 (2026-04-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 8f2b4c89..70134760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.5.1" +version = "3.6.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [