-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
79 lines (53 loc) · 2.07 KB
/
CHANGES.txt
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
Changelog
=========
Starbook Driver v1.0.3
----------------------
* Hotfix / SyncToCoordinates doesn't work on Starbook Ten when Use Extended Feature is checked.
Starbook Driver v1.0.2
----------------------
* Hotfix / Inaccuracy issue on Starbook Ten when Use Extended Feature is checked.
Starbook Driver v1.0.1
----------------------
* Add J2000 (Starbook side) to specify the equatorial systme of Starbook which supports both J2000 and JNow.
* Hotfix / Starbook Ten not connectable when Use Extended Feature is checked.
Starbook Driver v1.0
--------------------
* Add Use Extended Feature to support more features of Starbook Ten.
Starbook Driver v0.9
--------------------
* Fix the bug that SetPark not working under Starbook Ten.
* Remember the last Parked Azimuth/Elevation for the ease of automation.
* Fix some minor bugs.
Starbook Driver v0.8
--------------------
* Add predefined guide rates for Starbook, Starbook S and Starbook Ten.
* Fix some minor bugs.
Starbook Driver v0.7
--------------------
* Add J2000 & JNow equatorial system options.
* Add Auto Meridian Flip feature.
Starbook Driver v0.6
--------------------
* Fix the bug that numeric parser gets wrong floating number under some locales.
Starbook Driver v0.5
--------------------
* Introduce multi-thread structure to overcome stuck problem in Stellarium.
* Add Slew & Sync under Alt/Az coordinate.
* Fix the problem that FindHome doesn't set AtHome to True.
Starbook Driver v0.4
--------------------
* Fix several bugs to pass ASCOM Conformance Checker.
Starbook Driver v0.3
--------------------
* Improve robustness with more defensive coding.
* Fix some UI state errors in SetupDialogForm
* Add SetPark and Park functions (Park will not stop tracking because of the limitation of Starbook)
* Add AtHome by XY encode values.
Starbook Driver v0.2
--------------------
* Add user input validation in setup dialog to prevent unexpected driver behaviour.
* Add GuideRateDeclination and GuideRateRightAscension setter for PulseGuide.
* Add MoveAxis and Park support.
Starbook Driver v0.1
--------------------
* First release.