Releases: ASCOMInitiative/ASCOM.Alpaca.Simulators
v0.0.1-rc1
The first Release Candidate for version 0.0.1 of the ASCOM Alpaca Simulators projects! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Some changes since preview 6
- Updated ASCOM Standard version. This should be case aware for settings and logs based on operating system
- Switched binaries and packages to be lower case
- Synchronous Telescope methods now block correctly
- Fixed issue with excessive logs and the Telescope driver
- Improvements to readmes
- Added license and about pages
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ascom.alpaca.simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ascom.alpaca.simulators.dll" or by running the exe on Windows.
v0.0.1-preview6
The sixth preview of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Some changes since alpha5
- Improvements to comments and logging
- Initial support for Filter Colors in UI
- Clean up to API routing
- Reported version in UI and Terminal now includes build versioning
- Package updates
- Improvements to several ranges checks in the UI
- Added About page and list of 3rd party open source projects.
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.
v0.0.1-alpha5
The fifth alpha of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Breaking changes: the default port has been changed from 5000 to 32323 to avoid collisions.
Changes from alpha4
- Internal refactoring of common endpoints into AlpacaController
- Added catch all endpoint to return the correct error for any non-existing endpoints
- Configured the API model checker to return plain text http 400 for validation fails
- Device manager returns DeviceNotFound http 400 error for not available device ids
- Added connection check to settings pages to prevent changes while connected
- Improved range checks for several device setups
- Fixed a side of pier issue for telescope
- Changed the default Alpaca Port to 32323
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.
v0.0.1-alpha4
The fourth alpha of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Note on an upcoming breaking change: The default Alpaca port for the product is being changed from 5000 to a new port number in an upcoming release.
Changes from alpha3
- Improved UI for Dome / Telescope slew, park, and homed
- Updated to ASCOM Standard Alpha 16 to fix incorrect Discovery response
- Forced program to use invariant culture
- Fixed issue where the Json serializer was incorrectly formatting Alpaca responses
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.
v0.0.1-alpha3
The third alpha of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Note on an upcoming breaking change: The default Alpaca port for the product is being changed from 5000 to a new port number in an upcoming release.
(Some) Changes from alpha2
- Many device setups now have valid ranges for UI and Save functions
- Devices now have control pages
- Moved toast popups to center left of screen
- Fixed validation for Cover Calibrator max brightness
- Allow Cover Calibrator opening and stabilization time to be zero
- Not active filters are disabled in setup
- Switched to ImageSharp for better cross platform image support
- Fixed issue with some Telescope settings not persisting
- Lots of other bug and UI fixes (see commits for details)
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.
v0.0.1-alpha2
The second alpha of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
Changes from alpha1
- Added link to swagger docs from home page
- Bound all device settings resets to --reset
- Fixed an issue with negative Latitude and Longitude in Telescope setup
- Matched Telescope UTC Date to Alpaca format
- Split CoverCalibrator settings into a Control and a Setup page
- Added settings range checks to Focuser, Dome, Rotator, CoverCalibrator
- Added an icon to the executable
- Cleaned up some startup logging
- Built Windows version without ReadToRun flag
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.
v0.0.1-alpha1
The first alpha of the ASCOM Alpaca Simulators! This supports all Alpaca device types. As an Alpha expect ugly UI, UI bugs and even functional bugs.
The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. The beta builds will run in the background instead. These releases are simple zip files containing the output. For each the main binary is named ASCOM.Alpaca.Simulators.
Each OS dependent package was built as a Self Contained (does not require .Net 5.0 to be installed), Trimmed (size reduced by removing unused platform code) and Ready to Run (whatever code can be fully compiled was) program.
This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.
The zip that ends with .Net 5.0 is a release build that is much smaller but it requires .Net 5.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ASCOM.Alpaca.Simulators.dll" or by running the exe on Windows.