Releases: acdh-oeaw/apis-bibsonomy
Releases · acdh-oeaw/apis-bibsonomy
v0.13.1
0.13.1 (2024-12-16)
Bug Fixes
- models: return empty dict if bibtex is missing (6205894)
v0.13.0
0.13.0 (2024-12-12)
Features
- move from bootstrap modal to standard dialog (f177d21)
v0.12.1
0.12.1 (2024-11-27)
Bug Fixes
- models: create wrapper around bibtex lookup (66ac860)
v0.12.0
0.12.0 (2024-10-11)
Features
- models: change field type from TextField to JSONField (c8b2609)
Bug Fixes
- models: replace custom method with GenericForeignKey (a5c7997)
v0.11.0
0.11.0 (2024-08-26)
⚠ BREAKING CHANGES
- forms: drop unused form
- templatetags: drop unused templatetags
Features
- templates: add edit button to reference list template (9c9f232)
- templates: add link to referenced object above reference form (27aaf96)
- templates: replace term delete with material symbol (0d3d601)
- views: add ReferenceUpdateView for editing exising references (df36657)
Bug Fixes
- forms: drop use of apis listselect2 override (20644b8)
- forms: set choices of Select2 widget (5add6fa)
- models: always update bibsonomy field when saving Reference (be6a403)
Code Refactoring
- forms: drop unused form (a64fde3)
- templatetags: drop unused templatetags (cec417b)
v0.10.0
0.10.0 (2024-08-26)
Features
- commands: add management command to update all bibtex fields (36eddd6)
- replace feather svg with material svg (4904c64)
Bug Fixes
- apis_view: set the permission class of the ReferenceViewSet (2ac0b68)
- drop htmx loading in the templates - it should be done globally (181852b)
- utils: use cache in get_bibtex_from_url (180fc93)
- views: set htmx to use API delete endpoint (af585ff)
v0.9.1
0.9.1 (2024-06-10)
Bug Fixes
- build: set README.md as the readme in pyproject.toml (763fe37)
v0.9.0
0.9.0 (2024-06-10)
Features
- add a basic api endpoint for references (8158819), closes #49
- add admin integration for references (428999e)
v0.8.1
0.8.1 (2024-01-24)
Bug Fixes
v0.8.0
0.8.0 (2023-11-14)
Features
- add link_to_reference_on templatetag (9e960fc)
- implement referenceonlist view (8f47ddb)
- ReferenceOnListView: add form to add new reference (3fff43c)
- ReferenceOnListView: load last added bibsononmy title in form (04519be)
- ReferenceOnListView: split view into multiple views (f14ae9e)
Bug Fixes