11Revision History
22----------------
33
4+ OATControl V1.0.2.6 18 Oct 2021
5+ - Updated Target Chooser point positions after slewing is finished
6+ - Rearranged and tidied up Settings dialog
7+ - Fixed DEC sign for simulation
8+ - Refactored the way that coordinate system is handled to better cope with
9+ negative coordinates.
10+ - Tracking indicator is not turned off when guiding anymore.
11+
12+ OATControl V1.0.2.4 18 Jul 2021
13+ - Fixed persistence of some settigns (ShowLimits, KeepMiniWindowOnTop,..)
14+ - Added support for Hall sensor-based autohoming for the RA ring (requires
15+ firmware V1.9.21)
16+ - Added ability to park DEC before power off.
17+ - Fixed Guiding indicator. Tracking remains on.
18+ - Fixed indicator for RA position to take tracked distance into account.
19+ - Moved some Settings buttons around.
20+ - Added support for focuser reset on Settings page.
21+
22+ OATControl V1.0.2.2 21 Jun 2021
23+ - DEC Go Home command was requiring one firmware version too high. Fixed.
24+ - Focuser position was being queried incorrectly. Fixed.
25+
26+ OATControl V1.0.2.1 14 Jun 2021
27+ - Enabled OATControl to use ASCOM driver.
28+ - Added support for communication handlers to open a settings dialog.
29+ - Added display of active connection to main window.
30+ - Added ability to set a DEC offset from power on state to home and to slew
31+ there (requires V1.9.16 firmware) on button press (see Settings Dialog)
32+ - Mini Control can be set to be Always On Top (right click on Mini-Control
33+ button in main UI).
34+ - Swapped out the application settings logic so settings don't get lost
35+ between builds.
36+ - State of Show DEC limits toggle is now persisted.
37+ - Made some cosmetic changes in Connection dialog to accomodate setup.
38+ - Made some cosmetic changes in Main window to line up display of stepper
39+ and mount values.
40+ - Changed all black or dark text to light red for better readability.
41+
442OATControl V1.0.1.2 20 May 2021
543- Re-enabled logging by default and provided a -nolog switch instead.
644- Added display of Focus stepping position if focuser addon is present.
@@ -10,17 +48,22 @@ OATControl V1.0.1.1 18 May 2021
1048
1149OATControl V1.0.1.0 15 May 2021
1250- Support new split ALT/AZ configuration
13- - Allow ALT control in MiniController window (keys 'W' and 'S' to move up and down, 1 - 4 to select distance).
14- - Allow AZ control in MiniController (keys 'A' and 'D' to move left and right, 1 - 4 to select distance).
51+ - Allow ALT control in MiniController window (keys 'W' and 'S' to move up
52+ and down, 1 - 4 to select distance).
53+ - Allow AZ control in MiniController (keys 'A' and 'D' to move left and
54+ right, 1 - 4 to select distance).
1555- Allow Focus control in MiniController (keys 'X' and 'C' move in and out)
1656- Added shortcut key display to MiniController arrows
1757- Added control area labels and changed some label colors in MiniController
1858- Added LST display to main window.
1959- Fixed the Stop button to actually work.
20- - Fixed some culture specific code that was causing issues with OAT on non-US machines.
60+ - Fixed some culture specific code that was causing issues with OAT on
61+ non-US machines.
2162- Changed the way that connection retries work.
22- - Hardened app to better protect against disconnects and to prevent zombie OATControls and random hangs when communication issues arise.
23- - Turned logging of for release app, but support -log commandline parameter to turn it on.
63+ - Hardened app to better protect against disconnects and to prevent zombie
64+ OATControls and random hangs when communication issues arise.
65+ - Turned logging of for release app, but support -log commandline parameter
66+ to turn it on.
2467
2568OATControl V1.0.0.4 23 April 2021
2669 - Fixed a bug that would cause issues in regions/countries that did not use
0 commit comments