Skip to content

Releases: mbari-org/vars-annotation

vars-annotation 0.3.18

19 Dec 18:52
7cd86c7
Compare
Choose a tag to compare

Added fields to the macOS native capture library to address recent crashes we've experienced when accessing video capture hardware devices. If you're working with video files this change does not affect you. See vars-avfoundation 0.2.3

vars-annotation 0.3.17

16 Dec 18:20
90e8939
Compare
Choose a tag to compare

VCR communication was broken after the upgrade to Java 11. This release restores support for RS422 control of VCR decks. See:

vars-annotation 0.3.14

06 Nov 19:09
0f485f6
Compare
Choose a tag to compare

This fixes a regression of a bug that was fixed in 0.3.12 but was re-introduced in 0.3.13 (Note to self, don't forget to merge branches next time 👍 )

vars-annotation 0.3.13

05 Nov 23:35
f5afd32
Compare
Choose a tag to compare

This fixes a bug that occurred when trying to create a new user the application.

vars-annotation 0.3.12

31 Oct 22:25
c85f010
Compare
Choose a tag to compare

This is a bug fix release. There has been a change in behavior in annosaurus when bulk creating new annotations. This caused an issue with VARS where it would appear to create 2 annotations, instead of 1, when the copy button was used.

vars-annotation 0.3.10

30 Sep 23:18
51c8111
Compare
Choose a tag to compare

The Copy Time button no longer copies details. It only copies the annotation, with it's index info (recorded_timestamp, elapsed_time, timecode) and image references.

vars-annotation 0.3.6

26 Sep 20:40
f1c959e
Compare
Choose a tag to compare

No UI changes in this release. This release adds public methods for getting instances of services in the org.mbari.vars.services module.

vars-annotation 0.3.5

24 Sep 22:57
b763624
Compare
Choose a tag to compare

There are no changes to the UI. I have added methods to the org.mbari.vars.services module that is used by other applications. These methods are being used to support merging between annotations and ancillary data (position, CTD, etc)

vars-annotation 0.3.4

24 Sep 16:34
474939e
Compare
Choose a tag to compare

This is a bug fix release. It addresses a bug related to the port from Java 8 to Java 11. The bug prevented the bulk editor from adding an association to selected annotations

vars-annotation 0.3.0

06 Aug 18:05
0621a7a
Compare
Choose a tag to compare

This release is built for Java 11 (refer to the java11 branch). Although it appears to be stable, we are currently testing it at MBARI. So until we post a follow up release, its recommended that you stay with the 0.2.x series of releases.

Changes:

  • All components upgraded to be compatible with Java 11
  • Dependency injection is no longer used. We'll remove Guice in an upcoming release.
  • Removed usage of Medusa as it causes builds to fail.
  • App has been modularized.
  • App is packaged using jpackage, which is still experimental.
  • Configuration of app for deployment can be done be setting environment variables at build time.
  • Added an integrationTest task for the org.mbari.vars.services module.
  • Additional information is available in issue #40