Skip to content

Latest commit

 

History

History
129 lines (66 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

129 lines (66 loc) · 7.26 KB

Changelog

0.5.1 (2024-12-05)

Bug Fixes

  • view: pass request to highlight_text (7c0834d)

0.5.0 (2024-10-16)

Features

  • js: allow to filter the relations in the popup (eb0cd83)
  • templates, js: use the new view for creating annotations (5b2bc5e)
  • views: add an annotation view based on the new APIS relations (ca856d1)

0.4.2 (2024-10-07)

Bug Fixes

  • dependencies: loosen Django version (ee4b3eb)

0.4.1 (2024-10-05)

Bug Fixes

  • templatetags: use Djangos html.escape filter to escape strings (280ceeb), closes #56

0.4.0 (2024-06-19)

Features

  • js: store position of the popup in a cookie and reuse the values (ff52e41), closes #40
  • store the selected annotation project in the session (8a6e894), closes #49

0.3.2 (2024-06-19)

Bug Fixes

  • templates: make the selection menu reflect the selected value (dc6edb5)

0.3.1 (2024-04-11)

Bug Fixes

  • update pre_save signal to work with field names (58cc1b4), closes #46

0.3.0 (2024-04-11)

Features

  • store the name of the field in the annotation (e801219), closes #43

0.2.1 (2024-03-15)

Bug Fixes

  • hide delete skeleton menu (668cc68)

0.2.0 (2024-03-11)

Features

  • create human readable annotation string representation (0900bd7)

0.1.4 (2024-02-09)

Bug Fixes

  • make signal more robust (5bee60f)

0.1.3 (2024-02-09)

Bug Fixes

0.1.2 (2024-02-09)

Bug Fixes

0.1.1 (2024-02-09)

Bug Fixes

0.1.0 (2024-02-09)

Features

  • add css to highlighter marks (21403eb)
  • add views and routes (1e48dc0)
  • implement deletion of annotations (3c3810c)
  • implement highlighting with javascript (8f4eea2)
  • implement project selector (a589a31)
  • include needed css (9c62df4)
  • show name of annotationproject as default repr (d82e68c)

Bug Fixes

  • bug in js (c995fc4)
  • cleanup javascript (ab47403)
  • delete view (4e10c7c)
  • fallback to first annotation project if no default exists (2c22d2c)
  • overlapping ranges in templatetag (4826c30)
  • replace view logic with templatetag (5ab0ee2)
  • save orig_string in annotation data (88c42e9), closes #5
  • save user in annotation (28a009b), closes #3
  • update annotations (6137025), closes #20 #24
  • use tuples instead of ranges to compare overlap (47423bf)