Skip to content

Releases: annotation/stam-tools

v0.14.0

04 Dec 13:46

Choose a tag to compare

  • fromxml: annotation IDs are now automatically generated for all that have none explicitly assigned.
  • fromxml: you can now include text prefixes and text suffixes in the main annotation by setting include_textprefix and/or
    include_textsuffix to true.
  • fromxml: you can also explicitly annotated text prefixes/suffixes using annotatetextprefix and annotatetextsuffix

v0.13.8

21 Nov 20:42

Choose a tag to compare

  • xml: implemented XPath-like conditions on any nodes (#29)
  • xml: allow templates to reference absolute paths from the root node (#28)
  • xml: added starts_with and ends_with filters
  • dependency update for roxmltree (previous version was yanked)

v0.13.6

10 Nov 10:36

Choose a tag to compare

Updated for stam-rust v0.18.6

v0.13.5

27 Oct 22:05

Choose a tag to compare

Minor extra feature:

  • fromxml: allow specifying a desired output file with --inputfiles. The output file can be in any column and has a > prepended to its name.

v0.13.4

27 Oct 14:04

Choose a tag to compare

Bugfix:

  • fromxml: fix in handling context variables via --context-file

v0.13.3

22 Oct 09:15

Choose a tag to compare

  • xml: added --id-strip-suffix parameter to strip certain suffixes (extensions) when deriving identifiers from filenames
  • align: added --quiet parameter

v0.13.2

08 Oct 12:57

Choose a tag to compare

  • Updated dependencies

v0.13.1

08 Oct 12:16

Choose a tag to compare

  • Updated dependencies

v0.13.0

27 Sep 11:01

Choose a tag to compare

New features:

  • fromxml: implemented metadata annotations and --context-file parameter
  • fromxml: support simple XPath like conditional statements in templates

Bugfixes;

  • fromxml: fixed complex template variable parsing (refactoring)
  • fromxml: support simple XPath like conditional statements in templates

v0.12.2

21 Sep 20:01

Choose a tag to compare

  • translate: allow multiple --extra-target-template
  • translatetext: added --force parameter to force output text and translations even when the translation yields no difference from the input (default behaviour changed)