0.18.0
Docs build and publish / docker (push) Successful in 4s
Build and Publish / release (push) Successful in 7s
CI / lint (push) Successful in 1m9s
CI / test-with-beamline-plugins (pxi_bec) (push) Successful in 1m2s
CI / test-with-coverage (push) Successful in 1m21s
CI / coverage-analysis (push) Skipped
CI / test (3.12) (push) Successful in 1m48s
CI / test-with-beamline-plugins (pxii_bec) (push) Successful in 1m56s
CI / test-with-beamline-plugins (pxiii_bec) (push) Successful in 1m54s
CI / test (3.14) (push) Successful in 2m28s
CI / test (3.13) (push) Successful in 2m32s

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-08-31 13:54:03 +00:00
parent 49d7089d69
commit d53f79ccae
2 changed files with 31 additions and 1 deletions
+30
View File
@@ -1,6 +1,36 @@
# CHANGELOG
## v0.18.0 (2026-08-31)
### Bug Fixes
- Add the transmission_updated signal back
([`49d7089`](https://gitea.psi.ch/mx/AareDAQ/commit/49d7089d69a5227a1c9b97e77d8374833b9ee6de))
- Move beam transmission back and just add a new name for screening transmission
([`07e0cad`](https://gitea.psi.ch/mx/AareDAQ/commit/07e0cad909b30f0069be0d05bc09e3492a54c649))
### Code Style
- Check QPushButton height
([`84ab3ce`](https://gitea.psi.ch/mx/AareDAQ/commit/84ab3ce57a882d37e5916d6c0261e11cf3585edf))
- Reduce separator hint deplay to 66
([`3d60293`](https://gitea.psi.ch/mx/AareDAQ/commit/3d602931e9b5612c51acc90d549833502531f925))
### Features
- Add 4x60 and 5x45 for screening
([`0ba8c5c`](https://gitea.psi.ch/mx/AareDAQ/commit/0ba8c5cef67eed574ece4d948bb89b6c63dfcc4f))
- Allow screening to take a different transmission input
([`5515673`](https://gitea.psi.ch/mx/AareDAQ/commit/5515673d81fb3b2d336a508abcb6b0d79b0cd6c3))
- Demote warning from reference tools so it does not be too obvious in user GUI
([`7b1ee68`](https://gitea.psi.ch/mx/AareDAQ/commit/7b1ee682d1e44b722c351dfa76305374f7f007c1))
## v0.17.5 (2026-08-27)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.17.5"
version = "0.18.0"
description = "AareDAQ (with GUI)"
readme = "README.md"
requires-python = ">=3.11"