Skip to content

V1.0.0

Compare
Choose a tag to compare
@amir-zeldes amir-zeldes released this 08 Nov 19:24
· 161 commits to master since this release
eef6202

Stable release 1.0.0

New features since beta:

  • Support multiple columns with same label (allows multiple overlapping annotations of same type)
  • Validation:
    • New export validation: can do XSD validation of spreadsheet export output (e.g. validate generated TEI XML)
    • New operator: doesntexist (ensures column/metadata names are not present)
    • Validation table editor now tabbed into four validation types. Note XSD validation is now configured in validation table, not a dropdown in the editor.
  • Metadata table editable without refreshing editor using jtable
  • Tabbed document/corpus metadata
  • Options to copy metadata from existing document/clone into new document
  • CoNLLU syntax highlighting available in codemirror mode

Refactoring:

  • Templating now done via mustache
  • Support export with more than 26 column letters
  • Docker support for simplified installation
  • Better caching of validation results
  • Convenience methods to run validation on server from CLI
  • Use requests not curl for EtherCalc fetching

Various fixes:

  • Back button works correctly in editor
  • Fix visual glitches