Skip to content

Releases: acdh-oeaw/apis-bibsonomy

v0.12.0

11 Oct 05:41
Compare
Choose a tag to compare

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

26 Aug 09:54
Compare
Choose a tag to compare

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

26 Aug 07:03
Compare
Choose a tag to compare

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

10 Jun 13:22
Compare
Choose a tag to compare

0.9.1 (2024-06-10)

Bug Fixes

  • build: set README.md as the readme in pyproject.toml (763fe37)

v0.9.0

10 Jun 11:12
Compare
Choose a tag to compare

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

24 Jan 08:28
Compare
Choose a tag to compare

0.8.1 (2024-01-24)

Bug Fixes

v0.8.0

22 Nov 11:48
Compare
Choose a tag to compare

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

v0.7.2

06 Nov 10:11
Compare
Choose a tag to compare

0.7.2 (2023-11-06)

Bug Fixes

  • deps: add jmespath to dependencies (7a725ad), closes #38

v0.7.1

09 Jun 10:18
Compare
Choose a tag to compare

0.7.1 (2023-06-09)

Bug Fixes

v0.7.0

22 May 08:46
Compare
Choose a tag to compare

0.7.0 (2023-05-22)

Features

  • move bibtex fetching to utils (b0af808)