Skip to content

Releases: mbari-org/vars-annotation

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

vars-annotation 1.1.14

06 Apr 21:56
010b7df
Compare
Choose a tag to compare

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

17 Mar 17:06
5cfd2eb
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.1.12...1.1.13

vars-annotation 1.1.12

07 Mar 22:21
9775c29
Compare
Choose a tag to compare

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

03 Mar 00:52
5b919a1
Compare
Choose a tag to compare

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

01 Mar 23:59
e4436e0
Compare
Choose a tag to compare
  • 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

01 Mar 22:30
1d52887
Compare
Choose a tag to compare
  • 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

23 Feb 21:26
d4c12d3
Compare
Choose a tag to compare

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

21 Feb 19:35
c5d4b51
Compare
Choose a tag to compare

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

21 Jan 19:49
5a32b89
Compare
Choose a tag to compare

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