Skip to content

Releases: proycon/flat

v0.11.5

05 Jul 11:30
Compare
Choose a tag to compare

Bugfix release:

  • Fixes display of class highlights for annotation focus when a proper set definition is available (#190)

v0.11.4

07 Feb 16:00
Compare
Choose a tag to compare

Bugfix release:

  • Fix for editing text when multiple text layers exists
  • Fix for adding text with a new text layer #188
  • Fix for
  • Dockerfile: updated for latest Alpine Linux
  • Upgraded to foliadocserve 0.7.8 which fixes #169

v0.11.3

01 Dec 12:22
Compare
Choose a tag to compare

This is a bugfix release fixing the following two bugs:

  • First upload in new namespace fails #186
  • Gateway timeout on large files #187

v0.11.2

14 Sep 12:19
Compare
Choose a tag to compare

Previous release had a misnamed file, fixed now.

v0.11.1

14 Sep 12:15
Compare
Choose a tag to compare

Minor update, no functional changes:

  • documentation update for usage with docker; section on mounting external yaml configurations was missing still
  • container: output foliadocserve log to stdout instead of stderr so docker logs catches it #179
  • documentation: added .readthedocs.yml

v0.11

20 May 15:30
Compare
Choose a tag to compare

This release focuses on ease of deployment through lightweight containers and flexibility of configuration, meeting CLARIAH infrastructure requirements:

  • Support for configuration through external YAML files
  • Support for configuration via environment variables
  • OCI/Docker container (#182) (with OpenID Connect support)
  • Removed Python 3.5 support and below

v0.10.2

17 Dec 14:16
Compare
Choose a tag to compare
  • implemented assigning class/tag colours based on set definition order rather than frequency #180
  • expanded the class colours with some darker variants, bringing the total to 14 colours #180
  • Implemented support for Django 4, dropping support for Django 1 and 2 #181

v0.10.1

10 Aug 09:34
Compare
Choose a tag to compare

Minor update:

  • Extra confirmation for document deletion (#177)
  • Some safeguards in the file management functionality
  • Removed some old Python 2 fallbacks

v0.10

08 Jul 19:12
Compare
Choose a tag to compare
  • clarify documentation regarding adding annotation types and set definitions #167
  • Implemented OAuth2/OpenID Connect support #168
  • updated specification for FoLiA v2.5
    • Properly display linebreaks and whitespace in the main document
    • Handle linebreaks in the viewer/editor dialog #176
  • Implemented a fix for showing non-default text classes after update #172
  • Allow text corrections on non-default text-classes #173
  • Fixed processor issues in correction handling #170
  • Added an editstructure parameter to the configuration

v0.9.4

12 Dec 11:00
Compare
Choose a tag to compare

Minor bugfix release:

  • fixes space rendering bug introduced in #139 (#166)