Releases: jlecomte/ascom-oag-focuser
Releases · jlecomte/ascom-oag-focuser
v1.3.2
- 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
This maintenance release addresses the following minor issues:
v1.3.0
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
Added support for profiles and enabled "reverse rotation" by default, in accordance to the way I wire the stepper motor.
v1.1.0-patch2
Fixed error in standalone focuser app, reported by @mpinnuck.
v1.1.0-patch1
Fixed a few minor UI issues in the standalone focuser app. No change to the ASCOM driver or the firmware.
v1.1.0
Updated default settings (limit, reverse) to best work with the v2 of this project.
v1.0.5
- 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
Fixed a minor issue with the auto detect COM port option.
v1.0.3
Further harden initialization by removing conversions in static initializers, in an attempt to fix issue #2.