Releases: gucorpling/gitdox
Releases · gucorpling/gitdox
V1.1.0
XML validation hotfix
Bug fix release
- XML validation now properly encodes UTF-8
Minor fixes
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
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
Merge pull request #61 from cligu/dev validation bug fix
V0.9 - public beta
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!