Skip to content

Releases: mbari-org/vars-annotation

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

vars-annotation 1.1.3

07 Jan 21:08
79d5d1d
Compare
Choose a tag to compare

This is a minor bug fix for the media pane dialog. We had one computer in the video lab where the media pane would continue to grow until it became unusable.

Full Changelog: 1.1.2...1.1.3

vars-annotation 1.1.2

06 Jan 18:27
df6d890
Compare
Choose a tag to compare

This is a bug fix release. It addresses a minor bug in the Media Info Pane.

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.1...1.1.2

vars-annotation 1.1.1

03 Jan 18:21
58ea6d3
Compare
Choose a tag to compare

This is the first release of VARS that uses a centralized configuration server. This means the VARS Annotation app no longer has to be custom built for an institutions or labs microservice configuration. 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.0.3...1.1.1

vars-annotation 1.0.3

03 Aug 23:32
123006d
Compare
Choose a tag to compare

This is a bug fix release. This addresses a recently introduced bug in the UI where old annotations were not being removed from the view when a new media is opened. Also note, previously MBARI was using JDK 11 to compile the app and JDK 14 to run jpackage. Internally, we are still using JDK 11 for compilation, but JDK 16 to package the app.

Currently, VARS will not run on JDK 16 due to it's removal of the Nashorn Javascript engine in JDK 16. We expect to remove that dependency and target JDK 17 as the build in the near future.

annosaurus 1.0.2.jre11

30 Jun 17:41
0bcc3e4
Compare
Choose a tag to compare

Changed naming of artifacts.

Addressed infrequent timeout issue when accessing information from the video asset manager services.

annosaurus 1.0.2

30 Jun 17:38
b9576d0
Compare
Choose a tag to compare

Updated dependencies.

vars-annotation 1.0.0

22 Jan 18:33
4e16042
Compare
Choose a tag to compare

The big jump in version is due to changes in Apple's codesign requirements. Apple now mandates all apps have a version >= 1.

This release remaps the copy annotation shortcut from [cmd]+G to [cmd]+R. The full keymap is here.