All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.12.0 (2024-10-11)
- models: change field type from TextField to JSONField (c8b2609)
- models: replace custom method with GenericForeignKey (a5c7997)
0.11.0 (2024-08-26)
- forms: drop unused form
- templatetags: drop unused templatetags
- 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)
- forms: drop use of apis listselect2 override (20644b8)
- forms: set choices of Select2 widget (5add6fa)
- models: always update bibsonomy field when saving Reference (be6a403)
0.10.0 (2024-08-26)
- commands: add management command to update all bibtex fields (36eddd6)
- replace feather svg with material svg (4904c64)
- 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)
0.9.1 (2024-06-10)
- build: set README.md as the readme in pyproject.toml (763fe37)
0.9.0 (2024-06-10)
- add a basic api endpoint for references (8158819), closes #49
- add admin integration for references (428999e)
0.8.1 (2024-01-24)
- allow delete with htmx (5e58fc4)
0.8.0 (2023-11-14)
- 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)
- add basic auth check (c1279fa)
0.7.2 (2023-11-06)
0.7.1 (2023-06-09)
- typo in template (85dac48)
0.7.0 (2023-05-22)
- move bibtex fetching to utils (b0af808)
0.6.0 (2023-05-17)
- add a detail link to the reference listings (099acbd)
0.5.0 (2023-04-27)
- add convenience views to bibsonomy (d30e68f)
- Set the default_auto_field (55465d2)
0.4.1 (2023-04-04)
0.4.0 (2023-04-04)
- fixes dependencies and removes apis-core (d6727a6)