From 1d50f61e1d1d3f092fe7914041ae3a8fdfaa44a3 Mon Sep 17 00:00:00 2001 From: Andy Galasso Date: Sat, 11 Jan 2025 15:12:54 -0500 Subject: [PATCH] bump rev to 2.6.13dev6 --- debian/changelog | 24 ++++++++++++++++++++++++ src/phd.h | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87b8aae79..12646956b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +phd2 (2.6.13dev6) unstable; urgency=low + + * Improved display of magnified star in StarProfile + * Improved Guiding Assistant exposure recommendations for encoder mounts + * Improved experience when MultiStar processing and subframes are both enabled + * Better handling of the minimum focal length setting + * Improved experience when the image scale changes + * Better handling of the Saturation ADU setting when camera 8/16 bit mode is changed + * Predictive PEC: fix for possible PHD2 crash when there is an extremely large dither + * Predictive PEC: use the monotonic clock rather than the system wall clock + * server: fix possible problem when imaging app sends multiple overlapping requests + * Improved alert message when Dec guiding is ineffective + * Altair cameras: update to SDK version 20241216_57.27250 + * OGMA cameras: update SDK to version 57.26291.20240811 + * Player One cameras: native support added using SDK version V3.7.1 + * QHY cameras: improved native camera support + * Svbony cameras: update SDK to v1.13.2 + * Touptek cameras: update SDK to version 57.27348.20241224 + * Updated Czech and Spanish translations + * Help file updates + * Special thanks to our new contributors - see the Help > About window + + -- Andy Galasso Sat, 11 Jan 2025 15:12:54 -0500 + phd2 (2.6.13dev5) unstable; urgency=low * Update Windows VC runtime redistributable DLLs to version 14.40.33810.0, 32-bit diff --git a/src/phd.h b/src/phd.h index b8e004790..46c1d1c89 100644 --- a/src/phd.h +++ b/src/phd.h @@ -79,7 +79,7 @@ #define APPNAME _T("PHD2 Guiding") #define PHDVERSION _T("2.6.13") -#define PHDSUBVER _T("dev5") +#define PHDSUBVER _T("dev6") #define FULLVER PHDVERSION PHDSUBVER #if defined(__WINDOWS__)