Releases: mbari-org/vars-annotation
vars-annotation 1.1.15
This release addresses a bug where a users custom association buttons could be inadvertently deleted.
Note that VARS Annotation will run on Windows and Linux too. If you're interested in using VARS on a non-Mac OS, please submit an issue requesting a build for your OS of choice.
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"
Full Changelog: 1.1.14...1.1.15
vars-annotation 1.1.14
This release is exploring fixes for issues #131 and #128. The C2 JIT compiler is disabled and the JavaFX version updated to v18.
Note that VARS Annotation will run on Windows and Linux too. If you're interested in using VARS on a non-Mac OS, please submit an issue requesting a build for your OS of choice.
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"
Full Changelog: 1.1.13...1.1.14
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
vars-annotation 1.1.12
This releases tweaks the selection behavior in the tableview. We're still investigating #128.
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"
Full Changelog: 1.1.11...1.1.12
vars-annotation 1.1.11
Rolled back change that triggers #128.
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"
Full Changelog: 1.1.10...1.1.11
vars-annotation 1.1.10
- Added a quick
population-quantity
button for DARC - Fixed a bug in the association editor where the to-concept was not being set correctly.
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"
Full Changelog: 1.1.9...1.1.10
vars-annotation 1.1.9
- Address jumpy scrolling when a new annotation is added.
- Remove native code for RS422 and AVFoundation based image capture.
Full Changelog: 1.1.7...1.1.9
vars-annotation 1.1.7
This release addresses a minor bug in the upon button (the toConcept and LinkValue were switched)
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"
Full Changelog: 1.1.6...1.1.7
vars-annotation 1.1.6
This is a minor update to address issues encountered with migrating DARC's video file annotations from the old VARS system to the new one.
- Removed seek to timecode support as video tapes are no longer supported
Note that we are still working through code signing 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"
Full Changelog: 1.1.4...1.1.6
vars-annotation 1.1.4
This release address several issues:
- The association editor has a minor bug that could prevent the toConcept from being selected or edited
- MBARI uses a special prefix of
dsg-
for certain link templates used in our Deep-sea Guide. This release filters those out of the association editor. - Associations are now alphabetically sorted in any view that displays them
- When an association is selected, pressing
Enter
opens the association editor. - Removed all support for annotating video tape.
- Updated all dependencies to the latest versions
- Change logging level from DEBUG to INFO
Note that we are still working through code signing 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"
Full Changelog: 1.1.3...1.1.4