Skip to content

Releases: proycon/flat

v0.6.2

29 Oct 10:06
Compare
Choose a tag to compare

Update release, featuring several smaller fixes and improvements to search:

  • [Search function] Changed highlight colour for search results (a red border and bold text), to not conflict with existing highlights.
  • [Search function] Automatically resubmit searches when the page changes (highlight mode)
  • [Search function] Search window's "perspective mode" now works, but requires carefully crafted FQL queries, RETURN statement must return something structural that FLAT can visualise. (issue #31)
  • [Bugfix] Ensure colours of annotation focus are consistent (issue #81)
  • [Bugfix] Don't stumble over empty comments boxes (issue #77)
  • [Bugfix] Extra checks to prevent expired user sessions
  • [Bugfix] Clear wait screen when going back to a page from the browser (issue #83)

v0.6.1

14 Oct 09:07
Compare
Choose a tag to compare

Bugfix release, fixes issue #73, related to the metadataindex.

v0.6.0

01 Oct 12:12
Compare
Choose a tag to compare

Major update release:

  • New and updated documentation: installation guide, administration guide and user guide, hosted on http://flat.readthedocs.io/en/latest/ (issue #16, issue #61)
  • Implemented file management features from the document index (issue #54, issue #20)
  • New user permission model with support for groups and group namespaces. Permissions assignable from administrative interface (issue #63)
  • Added ability to constrain metadata entry (issue #58)
  • Added password reset facility (issue #21) and change password link in menu
  • Administrative interface accessible through menu now
  • Added facility to plug in converters for file upload (issue #62)
  • Added requiredeclaration option for FLAT configuration, prevents loading wrong documents in the wrong configuration (issue #56)
  • Added autoselectspan option to automatically press the select span button on opening the editor dialog (issue #71)
  • Document index allows showing specific metadata fields (issue #55)
  • Bugfix: Support usernames/namespaces with @ signs (issue #66)
  • Bugfix: Global annotations are now rendered when a sub-part is updated (issue #27)
  • Bugfix: Overlapping spans are properly visualised in global annotations (issue #70)
  • Bugfix: Allow overlapping annotation of the same class (issue #67)
  • Bugfix for comments or descriptions with a newline (issue #51)
  • Dropped support for Django < 1.8

v0.5.3

26 Sep 08:45
Compare
Choose a tag to compare

Bugfix and documentation release:

v0.5.2

13 Sep 10:12
Compare
Choose a tag to compare

Bugfix release:

  • Fixes inability to add descriptions (issue #48)
  • Fixes bug adding comments with new annotations (issue #47)

v0.5.1

02 Sep 19:50
Compare
Choose a tag to compare
  • Adds compatibility with the latest django (1.10) (issue #46)

v0.5

01 Sep 16:39
Compare
Choose a tag to compare
  • Styling improvements: some colours have changed (better contrast etc) and applied more consistently over the various forms and views.
  • You can now assign comments and/or descriptions to any annotation (issue #38, comments are introduced in FoLiA v1.3), lays the foundation for further higher-order annotations
  • Added confidence slider (issue #18), you can set a confidence value for any annotation
  • Added a simple metadata editor (issue #39), supports FoLiA's limited native metadata format only.
  • Added additional interface and integration tests for the new features
  • The interface now uses the labels from the set definition, if defined (issue #37, introduced in FoLiA v1.3)

v0.4.2

18 May 15:24
Compare
Choose a tag to compare
  • Fixes bug with revision save button (issue #32)

v0.4.1

10 May 16:23
Compare
Choose a tag to compare
  • Adds right-to-left support (solves issue #2)