0.2.0-beta.11
Pre-release
Pre-release
github-actions
released this
15 Dec 17:22
·
254 commits
to main
since this release
Another release with a few performance gains and bugs fixed.
✨ Improved
- The performance of the guider window should be improved. The component was running the code to update the image parameters multiple times every image, instead of only doing it when a new image loads or the configuration changes. Restricting the changes to
guiderConfig.config
gets rid of the extra re-renders. - Do not show actors with
keys_
in the log window actor selector.
🔧 Fixed
useKeywords
now stores the received keyword askeyword_name
andactor.keyword_name
. This is a consequence of being able to specify keywords from different actors. It's convenient for deconstructing to just refer to{ keyword }
, but if two keywords with the same name from different actors are tracked at the same time, that would cause a problem.- Related to the previous change, the tracking of running macros in HAL was using the incorrect keyword.