Releases: nilsreiter/treeanno
Releases · nilsreiter/treeanno
1.0.2
Changelog
- Updated dependency for commons-fileupload:commons-fileupload because of security issues #21
Requirements
- Java 8
Installation
See the file INSTALL.md in the main directory.
Downloads
- TreeAnno-1.0.2.war: Package for use in a tomcat installation
- TreeAnno-sqlite-1.0.2.jar: Stores annotations in a file
treeanno.db
- TreeAnno-mem-1.0.2.jar: Does not store annotations (for testing only)
1.0.1
1.0.0
Changelog
- First release!
Requirements
- Java 8
Installation
See the file INSTALL.md in the main directory.
Downloads
- TreeAnno-1.0.0.war: Package for use in a tomcat installation
- TreeAnno-sqlite-1.0.0.jar: Stores annotations in a file
treeanno.db
- TreeAnno-mem-1.0.0.jar: Does not store annotations (for testing only)
1.0.0-beta2
1.0.0-beta1
Changelog
- First public release!
- Added user and project management #12
- We can now provide a standalone version #10
- Most function are supported by jersey (which doesn't help users, but makes coding much easier) #6
Installation
See the file INSTALL.md
in the main directory.
Variants
TreeAnno-1.0.0-beta1.war
: Package for use in a tomcat installationTreeAnno-sqlite-1.0.0-beta1.jar
: Stores annotations in a filetreeanno.db
TreeAnno-mem-1.0.0-beta1.jar
: Does not store annotations (for testing only)
0.6.13
Changelog
- New option to export parentheses strings with node ids
- Nodes can now be explicitly marked as question nodes (using
t
). They will be rendered in boxes in the dot output. - Node ids are now displayed (and can be hidden if annoying)
- Fix: Ordering of child nodes in dot export should now be more in line with textual ordering