Skip to content

Releases: proycon/flat

v0.7.9

18 Oct 08:44
Compare
Choose a tag to compare

Bugfix release:

  • Fix for #122: Correction class list box does not set current selection
  • Reimplementing editing correction class (#120)
  • Fix sort targets #119

v0.7.8

04 Oct 19:15
Compare
Choose a tag to compare
  • Added option to exclude certain classes from a set definition (for the editor) #118
  • Improvements for metadata editor
  • Added autometadata configuration option, specifying metadata defaults

v0.7.7

02 Oct 12:59
Compare
Choose a tag to compare

Bugfix release: FLAT had a minor HTTP violation in communication with foliadocserve (and foliadocserve's backend cherrypy got stricter), fixes HTTP 400 responses from foliadocserve

v0.7.6

02 Oct 11:15
Compare
Choose a tag to compare

Minor update:

  • Ship with migrations (#117)
  • Added an option for automatically executing a preset search on page load

v0.7.5

16 Jun 10:15
Compare
Choose a tag to compare

Minor update:

  • Allow disabling user registration (ALLOWREGISTRATION directive) (#114)
  • Clarified documentation (#116)

v0.7.4.1

08 May 09:31
Compare
Choose a tag to compare

Minor bugfix release: exempt public anonymous interfaces from CSRF protection

v0.7.3

05 May 14:22
Compare
Choose a tag to compare

Minor bugfix release for public editor (#50)

v0.7.2

02 Mar 14:03
Compare
Choose a tag to compare

Bugfix release: fixes two regression issues (#107, #108) noticed immediately after v0.7.1 release, reverts part of #102

v0.7.1

02 Mar 12:34
Compare
Choose a tag to compare
  • Major improvements in session handling, concurrency now works #106
  • Implemented a public facility, allowing public anonymous uploads/views/edits (without login) #50
  • Added numbers for structural items in perspective view (issue #86)
  • Cleaned up "Add new annotation type" dialog #96
  • Added syntax annotation test #95
  • Stylistic improvements/fixes (thanks to @ErkanBasar) #101 #102
  • Check version information from foliadocserve
  • Various clarifications/fixes in documentation
  • [bugfix] Global annotations disappear when an entity is labeled. #103
  • [bugfix] FQL syntax error on adding features on their parent elements in one go #104
  • [bugfix] Backend unloaded documents prematurely due to poor session handling #105

v0.7

29 Dec 20:15
Compare
Choose a tag to compare

Major update, builds on foliadocserve >= v0.5

  • Refactor of data model, reduce memory consumption (#41)
  • Edit more complex forms of span annotation: dependencies, co-references (#3)
  • Editing features (#43)
  • Selector mechanism that allows selecting structure elements that are not on the deepest level (#75)
  • Use common FoLiA specification to create necessary structures (#76)
    • Use FoLiA onstrains for new annotations (#80)
    • Prevent duplicate annotations (#82)
  • Updated and refactored test suite (#95)
  • More clearly indicate text of selected span (#69)
  • Support for phonetic content (#89)
  • Support for visualisation of morphology (#13)
  • Annotation menus cleaned up and properly sorted (#90)
  • Syntax tree visualisation (#85)
  • Added ability to predefine search queries in the configuration; adding them to the menu for quick access (#94)
  • Fixes in handling of corrections (#79 #91)
  • [bugfix] extra failsafes in global visualisation (#98)
  • [bugfix] add new annotation dialog (#96)
  • [bugfix] Modify both span and category of annotation at same time (#97)