Releases: proycon/flat
Releases · proycon/flat
v0.6.2
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
v0.6.0
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
v0.5.2
v0.5.1
v0.5
- 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)