diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe26fa4..e5981593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # CHANGELOG +## v0.8.2 (2026-08-12) + +### Bug Fixes + +- Allow str has no get when in recovery + ([`34c8182`](https://gitea.psi.ch/mx/AareDAQ/commit/34c8182cfa54da98baeed0376d9c5d32b13efc6c)) + +- Include graphics to wheel + ([`ca05748`](https://gitea.psi.ch/mx/AareDAQ/commit/ca05748d1fdf092d962f074f570e583b3490ac54)) + +### Chores + +- Add test to improve coverage + ([`9906937`](https://gitea.psi.ch/mx/AareDAQ/commit/9906937525f73a91b658fdcb50ea7093cc76a759)) + +- Fix linting + ([`bb35209`](https://gitea.psi.ch/mx/AareDAQ/commit/bb35209be8737f2db107f092a6cac6bfe2b0e026)) + +- Formatting, tab space misused + ([`17bb654`](https://gitea.psi.ch/mx/AareDAQ/commit/17bb65420f85319e793873481e0f6536f26a4d66)) + +- Hide debug log in the log_panel + ([`328a46b`](https://gitea.psi.ch/mx/AareDAQ/commit/328a46b09c4b08f3704cd9c577c687ed043b166d)) + +- Make default theme bluebird (solid) + ([`8a9f35e`](https://gitea.psi.ch/mx/AareDAQ/commit/8a9f35ef7409465a139a33b603ab332ad151061e)) + +- Removing trailing space + ([`23ad114`](https://gitea.psi.ch/mx/AareDAQ/commit/23ad11430bf639bc2263b25fe8bd6f8a107b4cac)) + +- Stop logger info display lots of pgroups + ([`0ca9682`](https://gitea.psi.ch/mx/AareDAQ/commit/0ca968277c68a456f3944cd72831ee4b5a58396a)) + + ## v0.8.1 (2026-08-11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 433020b2..13ee3640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.8.1" +version = "0.8.2" description = "AareDAQ (with GUI)" readme = "README.md" requires-python = ">=3.11"