0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-05-26 11:14:09 +00:00
parent a939c3b1c4
commit 6bf4c53805
2 changed files with 32 additions and 1 deletions

View File

@ -1,6 +1,37 @@
# CHANGELOG # CHANGELOG
## v2.6.0 (2025-05-26)
### Bug Fixes
- **image_roi**: Position can be set from rpc
([`41b7ca8`](https://github.com/bec-project/bec_widgets/commit/41b7ca8e649d39dd21d09febfa8aabfc8f6f98fc))
### Chores
- Migrate issue template to github form syntax
([`05489a1`](https://github.com/bec-project/bec_widgets/commit/05489a1c563e20a49fe34d4df97ca0c3c23d8634))
### Continuous Integration
- Add pr issue sync
([`53377d2`](https://github.com/bec-project/bec_widgets/commit/53377d26e2767b3df7c788330c4d592fc12051ed))
### Features
- **image_roi_tree**: Gui roi manager for image widget
([`a939c3b`](https://github.com/bec-project/bec_widgets/commit/a939c3b1c4a7bcf1322f2d1d330fdb721ea04d56))
- **waveform**: Lmfitdialog cleanup after close
([`a020f2d`](https://github.com/bec-project/bec_widgets/commit/a020f2dc7e537493ce4aff5d88ea003956624869))
### Refactoring
- **image_roi**: Glowing handles for Rectangle roi
([`7a531c1`](https://github.com/bec-project/bec_widgets/commit/7a531c17d6a4411550600ddc8bb9d56ee777259d))
## v2.5.4 (2025-05-22) ## v2.5.4 (2025-05-22)
### Bug Fixes ### Bug Fixes

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bec_widgets" name = "bec_widgets"
version = "2.5.4" version = "2.6.0"
description = "BEC Widgets" description = "BEC Widgets"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [