Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 09:54

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)