mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
2.1.2
Automatically generated by python-semantic-release
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,6 +1,28 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.2 (2025-05-06)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **waveform**: Ignore callbacks for on_async_readback from QtSender objects that are already
|
||||||
|
destroyed; closes #497
|
||||||
|
([`64a4824`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/64a48240546846fdf4541c2adf3a0a5a0829f948))
|
||||||
|
|
||||||
|
### Build System
|
||||||
|
|
||||||
|
- Remove flush-redis from ci job
|
||||||
|
([`a6c479e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a6c479e42ea2a47c45e5a323bb3072bab503ecf1))
|
||||||
|
|
||||||
|
### Refactoring
|
||||||
|
|
||||||
|
- **bec-progressbar**: Add private method for bec_progressbar, udate client file
|
||||||
|
([`37f0024`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/37f002427ad5da01164ae3b0f4983695fe61c243))
|
||||||
|
|
||||||
|
- **bec-status-box**: Add get_server_state user_access method to BECStatusBox
|
||||||
|
([`1619446`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/1619446ec9839cfa1c666a3790a0c2abc449c4a8))
|
||||||
|
|
||||||
|
|
||||||
## v2.1.1 (2025-05-06)
|
## v2.1.1 (2025-05-06)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "bec_widgets"
|
name = "bec_widgets"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
description = "BEC Widgets"
|
description = "BEC Widgets"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Reference in New Issue
Block a user