-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCHANGELOG
80 lines (66 loc) · 2.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#######################################################
# LXNSTACK #
#######################################################
version 1.0.0:
* First public release.
version 1.1.0:
* Added FITS file support (optional, by installig
pyfits python package).
* Added 'jet' colormap for black & white images.
* Added automatic detection of best size and quality
of alignpoints.
* Fixed some minor bugs.
* Removed the "exposure control" tool because it does
not work anymore.
version 1.2.0:
* Added derotation ability.
* Added phase correlation alignment method.
* Added sub-pixel precision (0.1 pixel for
phase correlation and 0.01 for manual alignment).
* Fixed some flatfield calibration errors.
* Now image levels are preserved when saving the
result as JPG, PNG or TIFF.
version 1.3.0:
* Fixed a bug that prevented loading of some
non RGB fits.
* Added grayscale "raw" images support.
* Improoved displaying of images.
* Added image levels editing ability.
version 1.3.1:
* Fixed file dialog displaying in GNOME environment
* Fixed minor bugs in capture controls
* Faster zooming
* Added mouse Pan&Zoom
version 1.4.0:
* Fixed a bug in captured image naming
* Fixed a bug in align points displaying
* Added the ability to save the image list as a video
* Added CR2 file native support
* Added lightcurve generation module
* Updated documentation
version 1.4.1:
* Updated installation script to
include "cr2plugin.py"
* Fixed a bug that caused the introduction
of extra noise in the resulting image
* Fixed some other minor bugs in cr2plugin
* Fixed the reading of EXIF data
* Added the Bias-frame section
* Added hot-pixels automatic correction routines
* Added white balance.
version 1.4.2:
* Fixed a bug in hot-pixels detection
* Fixed other minor bugs
* Added more command line options
version 1.4.3:
* Fixed a bug in the CR2 decoder
* Added astropy support
version 1.4.4:
* Fixed some compatibility issues with old pyfits
package in Ubuntu 12.04
* Added the capability to save 8bits and 16bits FITS
* Fixed other minor bugs
version 1.5.0
* Added capture scheduler
* Fixed a bug that caused the cpu running at 100%
* Added new MDI interface