Skip to content

Releases: albireox/boson

v0.5.1

01 Sep 18:24

Choose a tag to compare

  • Remove keytar and use Electron's safeStorage instead.
  • Fix an issue with electron-squirrel-startup.

v0.5.0

31 Aug 18:38

Choose a tag to compare

🚀 New

v0.4.9

31 May 01:20

Choose a tag to compare

✨ Improved

  • Added a Hartmann checkbox to the Auto Pilot feature that allows to request a Hartmann to be taken with the next goto-field.

v0.4.8

30 May 00:08

Choose a tag to compare

🚀 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

29 May 23:45

Choose a tag to compare

✨ Improved

  • Add option to use different background colours for the various macros in HAL.

🔧 Fixed

  • Fix theme mode in preferences.

v0.4.6

26 May 21:01

Choose a tag to compare

✨ Improved

  • Support HAL 1.2.0.

v0.4.5

26 May 20:41
4bde74e

Choose a tag to compare

✨ Improved

  • Added a new Custom sound mode that allows for assignment of a sound to all implemented sound triggers. After selecting the Custom 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

26 May 20:41

Choose a tag to compare

🏷️ 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 to Auto 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, and universal architectures.

v0.4.3

06 Apr 01:30

Choose a tag to compare

⚙️ Engineering

  • Reverted to using electron-updater.

v0.4.1

05 Apr 21:37

Choose a tag to compare

✨ Improved

  • Add preload ahead time box to auto mode.
  • Set the CommandButton colour to error 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.