Skip to content

Releases: mbari-org/vars-annotation

vars-annotation 1.4.0-rc6

12 Dec 21:25
6a34b99
Compare
Choose a tag to compare
Pre-release

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

28 Nov 18:09
2504517
Compare
Choose a tag to compare
Pre-release

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

28 Nov 17:03
88a9630
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: 1.3.0...1.4.0-rc4

vars-annotation 1.4.0-rc3

21 Nov 18:13
f436500
Compare
Choose a tag to compare
Pre-release

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

17 Nov 21:14
3512532
Compare
Choose a tag to compare
Pre-release

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:

  1. #128 Jumping between records
  2. #137 Cannot create multiple framegrabs within 1/sec
  3. 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

16 Nov 20:53
2bf8543
Compare
Choose a tag to compare
Pre-release

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

13 Sep 17:14
5acfd26
Compare
Choose a tag to compare

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

02 Jun 23:16
5420dd8
Compare
Choose a tag to compare

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

27 May 20:02
1ecbc0d
Compare
Choose a tag to compare

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

23 May 20:50
5c3bb94
Compare
Choose a tag to compare

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