Skip to content

Version 1.10.0

Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 24 Jun 21:19
· 94 commits to master since this release

Added methods public List<String> getTagsForMd5(String md5) and List<String> getTagsForGuid(String guid) to AnnotationRepository to provide support for import of tags from an annotation repository SQLite DB file from within a worker side script by matching MD5 of items being processed to corresponding entries in the SQLite DB file with the same MD5.