Skip to content

Commit 5b18a42

Browse files
committed
Release of 5.1.10
1 parent 3067489 commit 5b18a42

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CurrentVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DeepSkyStackerVersion=5.1.9
1+
DeepSkyStackerVersion=5.1.10

DeepSkyStackerKernel/DSSVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ constexpr int DSSBETAEXPIREMONTH = 5;
1010

1111
#define DSSVER_MAJOR 5
1212
#define DSSVER_MINOR 1
13-
#define DSSVER_SUB 9
13+
#define DSSVER_SUB 10
1414

1515
#ifdef DSSBETA
1616
#define DSSVER_BUILD DSSBETARELEASE

Installers/DeepSkyStacker.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FunctionEnd
3535
!define DSS_HELP_NL "DeepSkyStacker Hulp.chm"
3636

3737
!define DSS_PRODUCT "DeepSkyStacker" # For start menu
38-
!define DSS_VERSION "5.1.9" # For control panel
38+
!define DSS_VERSION "5.1.10" # For control panel
3939
!define DSS_VERSION_SUFFIX "" # For control panel (e.g. " Beta 1" or "") - note leading space
4040
!define DSS_PUBLISHER "The DeepSkyStacker Team" # For control panel
4141

Installers/README.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Welcome to DeepSkyStacker 5.1.9
1+
Welcome to DeepSkyStacker 5.1.10
22
===============================
33

44
Only 64 bit versions of Windows 10 and later are supported in this release.
55

6-
This is a bug fix release for problems found in 5.1.8
6+
This release contains some enhancements and bug fixes for problems found in 5.1.8 and 5.1.9
77

88
Reporting problems:
99

@@ -18,10 +18,12 @@ Known problems:
1818

1919
Changes since the last release:
2020

21-
1. Add code to FITSUtil.cpp to process FITS keywords DATAMIN and DATAMAX when reading floating point FITS files. If present use these to determine
22-
the minimum and maximum pixel values instead of scanning the image data.
21+
1. Add code to FITSUtil.cpp to process FITS keywords DATAMIN and DATAMAX when reading floating point FITS files.
22+
If present use these to determine the minimum and maximum pixel values instead of scanning the image data which
23+
gave inconsistent image scaling.
2324
This should be a) much faster, and b) should result in consistent image scaling.
24-
Also write these keywords when writing FITS floating point files.
25+
26+
Also write these keywords when writing floating-point FITS files.
2527

2628
2. Bug fix: Fix rounding error in "stack recap" dialogue in calculation of total exposure time.
2729

@@ -46,6 +48,8 @@ Changes since the last release:
4648

4749
9. Bug fix: Open picture file should use the Linear transformation not log(Sqrt) so that the image is displayed correctly.
4850

51+
10. Implement default values for FITS keywords DATAMIN and DATAMAX which can be set using FITS/DDP settings.
52+
4953
Welcome to DeepSkyStacker 5.1.8
5054
======================================
5155

0 commit comments

Comments
 (0)