Skip to content

Releases: mbari-org/vars-annotation

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

vars-annotation 0.2.13

24 Jul 22:56
60209a7
Compare
Choose a tag to compare

This release uses the fast annotation methods for loading large annotation sets added to annosaurus 0.2.9. This results in vastly reduced times when loading annotation sets with thousands of annotations.

vars-annotation 0.2.12

17 Jul 17:27
f77955b
Compare
Choose a tag to compare

This addresses an issue where new/old reference numbers are cached and not updated every time a new media is opened. This issue was tracked on MBARI's JIRA as M3-11.

vars-annotation 0.2.11

11 Jul 21:57
5fbf1c3
Compare
Choose a tag to compare

This release has improvements to the bulk editor loading. It now uses the same RequestPager framework as the rest of the application.

vars-annotation 0.2.10

06 Jun 17:53
fd4fc42
Compare
Choose a tag to compare

This release has significant performance improvements to the new/old identity reference buttons. You must upgrade to annosaurus 0.2.7 to use this version of vars-annotation.

VARS Annotation 0.2.8

01 May 23:51
1d848ef
Compare
Choose a tag to compare

This release robustifies annotation fetch calls with improved parallel page requests, page retries (on failures), and better error notification if a page request fails after all its retries (#115). Also adds key controls for video. These key controls can be mapped to devices like a shuttle contour pro or 3D connexion controlers. (#33)

VARS Annotation 0.2.5

18 Apr 19:03
0379b65
Compare
Choose a tag to compare

This release addresses issue #113