Skip to content

0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 08:24
· 156 commits to main since this release

πŸš€ New

  • Added HAL auto mode. This requires HAL 0.6.0 or above, but should not cause problems if that version is not available.
  • The time displayed in the log window messages is now TAI. The offset between system time and TAI is determined by issuing a (lco)tcc show time on connect.
  • Added secondary focus value to focus plot.

✨ Improved

  • Guide button now issues cherno guide instead of cherno acquire -c. This requires cherno 0.5.0 or above.
  • The count of exposures can be modified in the expose and auto macros. To do that, change the count during an ongoing exposure and press enter. A hal auto --modify or hal expose --modify command will be issued.
  • The auto-update now accepts only two channels: stable or beta. GitHub does not support beta and alpha channels, instead we use pre-releases for all non-stable releases. This version probably won't auto-upgrade correctly. After installing 0.2.1 the channel will be set to stable, which can be changed in preferences.
  • Improved the parsing of messages that have quotes in them. There are still some lingering issues that cause problems, especially when using the Chat window.
  • The HAL window has been slightly reworked.

βš™οΈ Engineering

  • Updated eslint and electron-react-boilerplate configuration, which resulted in lots of new linting issues, which have now been resolved. Most importantly, several components that were defined inside components have now been moved out.