You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.