Skip to content

Releases: OCR-D/core

v0.7.3

14 Aug 15:23
@kba kba
Compare
Choose a tag to compare

Changed:

  • Missing description for parameters in schema, #155

v0.7.2

01 Aug 08:58
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Regression in XML pretty printing, #152

v0.7.1

26 Jul 16:56
@kba kba
Compare
Choose a tag to compare

Changed:

  • Remove dependency on xmllint command line tool, #72, #151
  • Remove dependency on exiftool, #71, #150

v0.7.0

25 Jul 12:31
@kba kba
Compare
Choose a tag to compare

Changed:

  • Behavior of workspace generation from URL changes (#149)
    • when cloning from a file:// URL and no directory is given do NOT create
      a temporary directory but reuse the existing directory
    • When not providing mets_basename, assume the last URL path segment to be
      the METS basename instead of the fixed string mets.xml
  • incoroporate changes to ocrd_tool schema from spec/v2.2.1

v0.6.0

23 Jul 11:06
@kba kba
Compare
Choose a tag to compare

v0.5.0

19 Jul 11:58
@kba kba
Compare
Choose a tag to compare

Fixed:

  • EXIF supports JFIF metadata, #141
  • typo: repository -> workspace

Changed:

Added:

  • CLI: --force option for workspace add to replace existing ID, #134

v0.4.4

03 Jul 16:28
@kba kba
Compare
Choose a tag to compare

Fixes:

  • CLI: -k on workspace find for non-existant fields, #133
  • CLI: Persist downloads in METS, #136
  • CLI: workspace find --download will download to subdir of fileGrp, #137

Added:

  • OcrdFile has getter fileGrp for the USE attribute of parent mets:fileGrp, #139

v0.4.3

27 Jun 08:31
@kba kba
Compare
Choose a tag to compare

Fixed:

  • bash 4.3 compat fixes, #131
  • ocrd workspace find default was wrong, #130

v0.4.2

26 Jun 09:17
@kba kba
Compare
Choose a tag to compare

Added:

  • CLI: -k on workspace find repeatable

Changed:

  • Simplified bashlib

v0.4.1

22 Jun 15:22
@kba kba
Compare
Choose a tag to compare

Changed:

  • CLI: rename workspace create -> workspace init and align with clone syntax