Skip to content

Releases: nilsreiter/treeanno

1.0.2

04 Apr 07:24
Compare
Choose a tag to compare

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

28 Jun 06:39
Compare
Choose a tag to compare

Changelog

  • Fixed the size of the background image on the welcome screen #18

1.0.0

22 Jun 15:14
Compare
Choose a tag to compare

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

07 May 11:21
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Changelog

  • Added possibility to change the project type, the demo project is now of type QUD #16
  • Fixed uploading documents in browsers that send the complete file path #15
  • Added a demo document #17

1.0.0-beta1

03 May 08:33
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

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 installation
  • TreeAnno-sqlite-1.0.0-beta1.jar: Stores annotations in a file treeanno.db
  • TreeAnno-mem-1.0.0-beta1.jar: Does not store annotations (for testing only)

0.6.13

26 Jul 07:19
Compare
Choose a tag to compare
0.6.13 Pre-release
Pre-release

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