0.5.1 (2024-12-05)
- view: pass request to
highlight_text
(7c0834d)
0.5.0 (2024-10-16)
- 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)
- dependencies: loosen Django version (ee4b3eb)
0.4.1 (2024-10-05)
0.4.0 (2024-06-19)
- 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)
- templates: make the selection menu reflect the selected value (dc6edb5)
0.3.1 (2024-04-11)
0.3.0 (2024-04-11)
0.2.1 (2024-03-15)
- hide delete skeleton menu (668cc68)
0.2.0 (2024-03-11)
- create human readable annotation string representation (0900bd7)
0.1.4 (2024-02-09)
- make signal more robust (5bee60f)
0.1.3 (2024-02-09)
- add basic readme (e10e896)
0.1.2 (2024-02-09)
- add license file (481f135)
0.1.1 (2024-02-09)
- add empty README file (d6a67bf)
- 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 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)