Releases: mbari-org/vars-annotation
vars-annotation 0.3.12
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
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
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
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
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
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 theorg.mbari.vars.services
module. - Additional information is available in issue #40
vars-annotation 0.2.13
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
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
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
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.