Skip to content

Commit

Permalink
bump rev to 2.6.13dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Jan 11, 2025
1 parent 6383a38 commit 1d50f61
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion src/phd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 1d50f61

Please sign in to comment.