Releases: albireox/boson
Releases · albireox/boson
v0.4.9
v0.4.8
🚀 New
- Added a button to the Expose macro to cancel ongoing exposures.
✨ Improved
- Added option to not disable other macros in HAL when the auto-pilot is running.
v0.4.7
✨ Improved
- Add option to use different background colours for the various macros in HAL.
🔧 Fixed
- Fix theme mode in preferences.
v0.4.6
✨ Improved
- Support HAL 1.2.0.
v0.4.5
✨ Improved
- Added a new
Custom
sound mode that allows for assignment of a sound to all implemented sound triggers. After selecting theCustom
sound mode you can also upload your own .wav or .mp3 files for use. - Added a drop down and play button to test available sounds. If sounds are listed but not playing use the
Remove Missing Sounds
button to update the list. - Added the sound files from STUI to the default sounds list.
🔧 Fixed
- An error sound should no longer play when boson first starts.
v0.4.4
🏷️ Changed
- The
Guider Exp. Time
box in Go To Field is now empty by default, which will not issue the command with the--guider-time
flag. If the box is populated with an exposure time, the flag is issued. - Renamed
Auto Mode
toAuto Pilot
.
🔧 Fixed
- Sounds should now play in both the packaged and development versions.
⚙️ Engineering
- Reverted to using the internal
electron
auto-updater, but now with some hooks that will show a dialog when a new version has been downloaded. This auto-updater does not allow to reject the update before it's downloaded. - Fixed an issue that often caused the GitHub
publish
workflow to hand during code-signing. - In macOS, package for
arm64
,x64
, anduniversal
architectures.
v0.4.3
v0.4.1
✨ Improved
- Add preload ahead time box to auto mode.
- Set the
CommandButton
colour toerror
when the command fails.
🔧 Fixed
- Fix the
LOAD
button in the preload banner not being clickable. - Fix
CommandButton
not being clickable/cancellable while the command is running.
v0.4.0
🚀 New
- Initial implementation of sounds. In this versions sounds will play when an error message is received, and at the beginning and end of slews and exposures. Sounds can be configured in Preferences to play only on error or be completely silenced. Sounds can be temporarily muted from the
boson
menu. - Added an
Auto
option to the expose macro in HAL which will select the exposure time automatically.
🔧 Fixed
- Fixed the behaviour of the
Auto
andAll stages
menu options in HAL macros.
⚙️ Engineering
- The entire project has been migrated to use the
electron-forge
boilerplate with thevite-typescript
template.
Warning: this version is unlikely to trigger the autoupdate for version 0.3.1 and below. Please update manually by downloading the DMG file.
0.3.2
✨ Improved
- APO-33 Ask for confirmation before loading a preloaded design or running goto-field while an exposure is ongoing.
- Modifying the count of exposures in
Auto
orExpose
takes effect immediately without having to press Enter. A snackbar shows the updated count.
⚙️ Engineering
- HAL hooks have been moved to
src/renderer/hooks
- Added a
useIsExposing
hook that track whether BOSS and/or APOGEE are exposing. - Added a
SnackAlert
component.
Full Changelog: v0.3.1...v0.3.2