From 0c457551708de8bda9abec990865767d5d20e45a Mon Sep 17 00:00:00 2001 From: Jenkins system Date: Tue, 20 Jun 2023 14:38:00 +0200 Subject: [PATCH] [deb] Release v0.17.13 --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 897f1995..307cfadb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +frappy-core (0.17.13) focal; urgency=medium + + [ Alexander Zaft ] + * add egg-info to gitignore + + [ Markus Zolliker ] + * GUI bugfix: use isChecked instead of checkState in BoolInput + * frappy_psi.mercury/triton: add control_off command + * frappy_psi.phytron: rename reset_error to clear_errors + * frappy.mixins.HasOutputModule + * frappy_psi.mercury: proper handling of control_active + * add a hook for reads to be done initially + * frappy_psi.triton: fix HeaterOutput.limit + * frappy_psi.magfield: bug fix + * frappy_psi.sea: bug fixes + + [ Alexander Zaft ] + * server: fix systemd variable scope + + -- Alexander Zaft Tue, 20 Jun 2023 14:38:00 +0200 + frappy-core (0.17.12) focal; urgency=medium [ Alexander Zaft ]