diff --git a/CHANGELOG.md b/CHANGELOG.md index 00092d4f..457b8aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # CHANGELOG +## v0.30.0 (2026-09-10) + +### Bug Fixes + +- According to 6124 planner feedback, use 10 to 20 keV at PXII + ([`b27556e`](https://gitea.psi.ch/mx/AareDAQ/commit/b27556e4cf971222d9732f8dd54e029abb60b090)) + +### Features + +- Compact sample list headers, move Comment column + ([`d5a7074`](https://gitea.psi.ch/mx/AareDAQ/commit/d5a7074ec1d528514acfb082b5806fc14720cdea)) + +Count columns use glyphs instead of long headers to save width, Comment moves ahead of the + data-collection params, transmission shown as the stored value instead of percent. + +Co-Authored-By: Claude Fable 5.1 + +- X10sa energy range 6-30 keV + ([`39631c5`](https://gitea.psi.ch/mx/AareDAQ/commit/39631c5206071811be1dd51b207d9bba6d134851)) + +Pick the mono limits by BEAMLINE env via mx_beamline(): X10SA gets 6-30 keV, other beamlines keep + the 4-20 placeholder until confirmed. + +Co-Authored-By: Claude Fable 5.1 + + ## v0.29.1 (2026-09-10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d68ef568..95e4d920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.29.1" +version = "0.30.0" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"