vars-annotation 1.1.13
This release allows users to drag and re-order their custom association buttons in the UI. Be warned that you may lose and have to recreate any existing association buttons.
Note that we are still working through code notarization issues on macOS. If you get a message that says the application is damaged run the following in a terminal:
cd /Applications
sudo xattr -d -r com.apple.quarantine "VARS Annotation.app"
What's Changed
- Draggable association buttons by @kevinsbarnard in #130
New Contributors
- @kevinsbarnard made their first contribution in #130
Full Changelog: 1.1.12...1.1.13