Skip to content

Releases: jlecomte/ascom-oag-focuser

v1.3.2

19 Sep 03:11
Compare
Choose a tag to compare
  • Fixed minor issue related to writing the last detected COM port to the ASCOM profile.
  • Added serial port locking in focuser driver for multi-threaded applications
  • Code cleanup

v1.3.1

02 Jul 17:05
Compare
Choose a tag to compare

This maintenance release addresses the following minor issues:

v1.3.0

26 Mar 00:57
Compare
Choose a tag to compare

Persist the filter wheel proxy profiles to an XML file on disk instead of using the ASCOM profile, so that the data remains when the driver is upgraded or uninstalled.

v1.2.0

23 Mar 23:28
6752a37
Compare
Choose a tag to compare

Added support for profiles and enabled "reverse rotation" by default, in accordance to the way I wire the stepper motor.

v1.1.0-patch2

10 Mar 00:16
Compare
Choose a tag to compare

Fixed error in standalone focuser app, reported by @mpinnuck.

v1.1.0-patch1

24 Feb 00:55
Compare
Choose a tag to compare

Fixed a few minor UI issues in the standalone focuser app. No change to the ASCOM driver or the firmware.

v1.1.0

21 Jan 18:05
Compare
Choose a tag to compare

Updated default settings (limit, reverse) to best work with the v2 of this project.

v1.0.5

02 Dec 23:06
Compare
Choose a tag to compare
  • Significantly reduced the time it takes to connect to the device, especially when the "auto-detect COM port" option is enabled.
  • Started using an installer to distribute the files!

v1.0.4

05 Jun 03:36
Compare
Choose a tag to compare

Fixed a minor issue with the auto detect COM port option.

v1.0.3

28 Sep 04:29
Compare
Choose a tag to compare

Further harden initialization by removing conversions in static initializers, in an attempt to fix issue #2.