Releases: mbari-org/vars-annotation
vars-annotation 1.1.2
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
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
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
Changed naming of artifacts.
Addressed infrequent timeout issue when accessing information from the video asset manager services.
annosaurus 1.0.2
Updated dependencies.
vars-annotation 1.0.0
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.
vars-annotation 0.5.5
This is BUG FIX release that addresses a minor issue with updating media information via a REST API. That API isn't used internally by vars-annotation.
vars-annotation 0.5.4
This is BUG FIX release that addresses a minor issue with updating media information via a REST API. That API isn't used internally by vars-annotation.
vars-annotation 0.5.3
In 0.5.2, I had rolled back to an earlier version of vars-avfoundation after some issues were reported, this release switches back to 2.2.4 as it address crashes other users were experiencing. The org.mbari.vars.services module has a new method for deleting video-references; available at https://bintray.com/beta/#/hohonuuli/maven/org.mbari.vars.services?tab=overview
vars-annotation 0.5.2
This release adds code signing to mac apps if you define a MAC_CODE_SIGNER
environment variable. e.g.
export MAC_CODE_SIGNER="Developer ID Application: blah blah blah (1AB2C345D6)"
Codesigning requires that you have a valid developer account with apple. If you have a company certificate, open the Keychain Access app and got select Certificates
to view your code signer id.