Skip to content

Latest commit

 

History

History
152 lines (75 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

152 lines (75 loc) · 7.27 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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)

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)

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)

0.9.1 (2024-06-10)

Bug Fixes

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

0.9.0 (2024-06-10)

Features

  • add a basic api endpoint for references (8158819), closes #49
  • add admin integration for references (428999e)

0.8.1 (2024-01-24)

Bug Fixes

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

0.7.2 (2023-11-06)

Bug Fixes

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

0.7.1 (2023-06-09)

Bug Fixes

0.7.0 (2023-05-22)

Features

  • move bibtex fetching to utils (b0af808)

0.6.0 (2023-05-17)

Features

  • add a detail link to the reference listings (099acbd)

0.5.0 (2023-04-27)

Features

  • add convenience views to bibsonomy (d30e68f)

Bug Fixes

  • Set the default_auto_field (55465d2)

0.4.1 (2023-04-04)

Bug Fixes

0.4.0 (2023-04-04)

Features

  • fixes dependencies and removes apis-core (d6727a6)