Skip to content

v4.12

Compare
Choose a tag to compare
@blms blms released this 12 Jan 19:36
· 674 commits to main since this release

This version contains updates to the annotation and footnote data models.

Change log for 4.12

  • Revise annotation model to link footnotes using foreign keys instead of URIs
  • As a content editor working on transcriptions, I want to be able to move transcriptions from one document to another, so that I can fix a mistake if a transcription was associated incorrectly.
  • bugfix: transcriptions can be orphaned or lost when merging records

What's Changed

  • Update annotation tests failing due to missing required footnote by @rlskoeser in #1243
  • revise anotation search view for annotation model changes by @rlskoeser in #1267
  • revise annotation model serialization to JSON for annotation model changes by @rlskoeser in #1268
  • Revise annotation model to associate directly with footnotes (#1238) by @blms in #1240

Full Changelog: 4.11.1...4.12