From d53f79ccae035156aaf2c4e88b3c4d0456633aba Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 31 Aug 2026 13:53:59 +0000 Subject: [PATCH] 0.18.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e286e19..19f6ca0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 538a8a2a..226e582c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"