Skip to content
-
- Experimental support for LX-200 EMC
- Code tidyup
-
- Adding version number to the settings dialog
- Added feature where setup dialog controls are disabled when the telescope or focuser is attached
- Modified the whole solution to use Any CPU, and changed the installer to use the /register /unregister commands
- ASCOM Profile for Meade Generic removed on uninstall, but not on upgrade (the not on upgrade part is experimental)
-
- Fixed typo in new secondary connection log message (added the missing closing bracket)
- Added the MIT License to the installer
- Please note, this is not a required update.
-
- Added log message when connecting a telescope to show when the first connection adjustments are made or skipped
-
- Telescope settings for long format, Guide speed and slewing precision are set only when the first device connects, subsequent connections now skip that step.
- Fixed issue where the setup dialog someone appears behind the active application.
- Adding unit testing to the focuser implementation
-
- Adding site count custom action to return the number of sites supported by the driver
- Adding configuration option to allow selection of the telescope slewing precision method. Defaulted to “Unchanged” which will not set the precision on connection
-
- Added support for the :Mg…# pulse guiding commands for the LX200GPS
- Added custom action site to allow selection of the site in the Autostar.
- reading and writing of guide rate implemented on supported telescopes (caveate: Unable to read the guide rate. After connection driver based value written to telescope.)
- Builds are now processed via continuous integration.
-
- Site no longer set to site 1 on connect. (Custom action available to do this manually)
- Fixed defect when setting site latitude to a negative value. (Southern hemisphere)
- Unit test coverage for Telescope class (Ensures regression consistency between versions)
- Setup files will extracted from a continuous integration environment rather than build from developer machine. (this will help to ensure that the regression libraries are executed)
-
- Fixed defect when trying to slew to targets with a negative declination.
- Added custom command “handbox” in preperation for a virtual handbox application.
-
- Added check to ensure that ASCOM Platform 6.4 SP 1 or higher is installed.