mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
1.12.0
Automatically generated by python-semantic-release
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,15 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12.0 (2024-12-12)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **safe_property**: Added decorator to handle errors in Property decorator from qt to not crash
|
||||||
|
designer
|
||||||
|
([`e380489`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e38048964f942f9f4edba225835ad0a937503dd4))
|
||||||
|
|
||||||
|
|
||||||
## v1.11.0 (2024-12-11)
|
## v1.11.0 (2024-12-11)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
@ -203,11 +212,3 @@ Depending on the test, auto-updates are enabled or not.
|
|||||||
|
|
||||||
- **positioner_box**: Adjusted default signals
|
- **positioner_box**: Adjusted default signals
|
||||||
([`8e5c0ad`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8e5c0ad8c8eff5a9308169bc663d2b7230f0ebb1))
|
([`8e5c0ad`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8e5c0ad8c8eff5a9308169bc663d2b7230f0ebb1))
|
||||||
|
|
||||||
|
|
||||||
## v1.4.0 (2024-11-11)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- **crosshair**: Label of coordinates of TextItem displays numbers in general format
|
|
||||||
([`11e5937`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/11e5937ae0f3c1413acd4e66878a692ebe4ef7d0))
|
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_widgets"
|
name = "bec_widgets"
|
||||||
version = "1.11.0"
|
version = "1.12.0"
|
||||||
description = "BEC Widgets"
|
description = "BEC Widgets"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user