Skip to content

Releases: synfinatic/alpacascope

v2.4.1

09 Jul 19:42
v2.4.1
dc6ecb8
Compare
Choose a tag to compare

Nothing major really. Just some security fixes/dependency updates.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0 - Support Stellarium Mobile

24 Sep 20:03
5d62adf
Compare
Choose a tag to compare

Overview

Added:

  • Many enhancments to enable NexStar support for Stellarium Mobile
  • Added missing support for NexStar 'h', 'J' and 'm' commands
  • Added NexStar 'P' command support for GPS, RTC and get device version (1.6)
  • Improved --debug output

Changed:

  • Require Go v1.18+

Fixed:

  • NexStar tracking mode now reports correctly
  • Fix decoding of ISO8601 timestamps which include fractional seconds
    for GetUTCDate
  • Incorrectly returned Lat twice instead of lat/long
  • Error out if unable to connect to telescope

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0 - Add AutoConnect option to GUI

21 Aug 21:46
a383550
Compare
Choose a tag to compare

Overview

This release adds support to the GUI to automatically connect to the Alpaca Server on startup.

What's Changed

Full Changelog: v2.2.3...v2.3.0

Fix StarryNight/LX200 Support

07 Dec 05:46
73f8754
Compare
Choose a tag to compare

Overview

This release changes the LX200 protocol to default use the normal precision format for specifying RA/Dec to fix compatibility with StarryNight. There is now a toggle flag --high-precision to revert to the previous behavior of defaulting to high precision as well as a toggle in the GUI when LX200 is selected.

Also some improvements in the UI with more consistently shading labels for options that are disabled.

What's Changed

Full Changelog: v2.2.2...v2.2.3

Add Windows CLI

12 Nov 01:57
5075205
Compare
Choose a tag to compare

Overview

This is a small release which updates to the latest version of Fyne and re-introduces a Windows CLI binary for those people who don't have systems supporting OpenGL.

What's Changed

Full Changelog: v2.2.1...v2.2.2

Small improvements and bug fixes

04 Oct 00:19
beb075d
Compare
Choose a tag to compare
  • ClientId is now randomized per Alpaca protocol spec
  • Will attempt to Connect to the telescope if Alpaca reports the connected state is false.
  • Update to Fyne 2.1.0
  • Use SO_REUSEPORT to avoid bugs.

Automatically re-enable tracking after "stop"

02 Aug 15:51
1c7b34b
Compare
Choose a tag to compare

This release now by default will re-enable tracking on your mount after pressing "Stop" in SkySafari. Prior to this, many mounts would not accept new GoTo commands.

Also:

  • "Reset Settings" no longer deletes your saved settings on disk; only resets the active settings in AlpacaScope. If you want to reset your save settings, just click "Save Settings" after "Reset Settings".
  • Update terminology in GUI to be more accurate wrt Alpaca vs. ASCOM Remote

Add support for saving & deleting configuration settings

01 Aug 01:01
7c9d1a5
Compare
Choose a tag to compare

This release adds support for saving & automatically loading your AlpacaScope settings so once you have settings that work for you, you can save them for future use. Clicking "Reset Settings" will delete your saved settings and restore the stock defaults.

Add a GUI for Windows and MacOS

25 Jul 01:14
a0ffbe3
Compare
Choose a tag to compare

This is a significant release- adding a GUI for Windows and making an optional GUI for MacOS. Note that other platforms (Linux, Android, iOS, etc) are in theory possible- please let me know if you would be interested in any of those!

GUI binary for Windows: AlpacaScope-2.0.0.exe
GUI binary for MacOS: AlpacaScope-2.0.0.app.zip

There is also a "debug" version of the GUI for MacOS: alpacascope-gui-2.0.0-darwin-amd64

Note that there is no longer a CLI version for Windows- it is still possible to build, but I don't think anyone would be interested in that and I didn't want to make things confusing.

Initial stable release!

23 Jan 17:27
4e2fc0e
Compare
Choose a tag to compare

Fixed some bugs and added setting time/date support for LX200 as well as lots of documentation improvements. As always, read the changelog for details.