Releases: mbari-org/vars-annotation
vars-annotation 1.4.0-rc6
This release is targeting a fix for #128 . This version disables a check to see if a newly created row in visible in the table. A side-effect of disabling this check is that new rows will always appear at the top of the table.
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.4.0-rc5...1.4.0-rc6
vars-annotation 1.4.0-rc5
This fixes a regression where updated annotations were not being redrawn in the main TableView.
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.4.0-rc4...1.4.0-rc5
vars-annotation 1.4.0-rc4
Modified the AnnotationTableController to use a SortedList with a separate backing list. This is the latest fix for #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"
What's Changed
- Feature/image ml by @hohonuuli in #138
Full Changelog: 1.3.0...1.4.0-rc4
vars-annotation 1.4.0-rc3
Sets the fixedCellSize property to -1.
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.4.0-rc2...1.4.0-rc3
vars-annotation 1.4.0-rc2
There's a new column added labeled # Details
that provides a count of associations on an annotation. Users experiencing jumping rows (new annotations are not always visible in the table's view port) can disable the Details
column and enable the # Details
column. This is a test fix to see if fixe height rows eliminate this problem.
This release addresses issues with:
- #128 Jumping between records
- #137 Cannot create multiple framegrabs within 1/sec
- mbari-org/vars-feedback#11 - 4k framecapture on the Western Flyer is slow
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.4.0-rc1...1.4.0-rc2
vars-annotation 1.4.0-rc1
This release is initial integration of our image ML service. The service needs to be up and running and configured in the user preferences to work.
Full Changelog: 1.3.0...1.4.0-rc1
vars-annotation 1.3.0
Upgrade to JavaFX 19, this may address the annoying "jumping rows" issue in the main table (#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"
vars-annotation 1.2.2
Investigating #129 for DARC. Logs don't show any errors. This release just changes log level from DEBUG to INFO.
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"
vars-annotation 1.2.1
We're addressing "data clutter" where machine learning localization info clutters up the interface. We've added additional filters to the status bar at the bottom of VARS Annotation that allow users to:
- show/hide details that contain JSON. At MBARI, we store localization info here as JSON and the mount of information can overwhelm users. This toggle allows user to hide the clutter. Annotations with JSON will have a purple bounding box icon displayed next to them.
- show/hide annotations that belong to different groups.
More details in statusbar.md
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.15...1.2.1
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