Skip to content

Releases: gucorpling/gitdox

V1.1.0

27 Jul 15:13
251c549
Compare
Choose a tag to compare

Clean up and major performance improvements

  • Validation now called in parallel for different validation types
  • Improvements to validation caching
  • Numerous bug fixes

XML validation hotfix

21 Feb 15:38
160aeaa
Compare
Choose a tag to compare

Bug fix release

  • XML validation now properly encodes UTF-8

Minor fixes

20 Jan 16:31
001b24c
Compare
Choose a tag to compare

This is a bug fix release for the previous v1.0.0

  • Remove editor page back-button hack
  • Restore correct behavior of GitHub commit message
  • Revert to correct saving behavior and serialization of NLP API output

V1.0.0

08 Nov 19:24
eef6202
Compare
Choose a tag to compare

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

V0.9.1 - public beta bugfix release

02 May 14:27
d5351d0
Compare
Choose a tag to compare
Pre-release
Merge pull request #61 from cligu/dev

validation bug fix

V0.9 - public beta

30 Apr 15:34
d716f81
Compare
Choose a tag to compare
V0.9 - public beta Pre-release
Pre-release

Beta release of GitDox - some features may still be hardwired to behaviors on the GU corpling server, but most core features are now configurable. Please report installation and adaptation issues!