Skip to content

Version 0.7.2

Latest
Compare
Choose a tag to compare
@rsimon rsimon released this 21 Feb 06:39
· 1 commit to main since this release

The main addition in v0.7.2 is support for static IIIF Level 0 tilesets 🚀. IMMARKUS will fetch, stitch and crop static tiles as required to generate thumbnails and annotation snippets. Image requests are throttled (max. 20 requests/s) for polite harvesting.

List of Changes & Additions

Image Overview

  • Added a filter to hide/show thumbnails for images (and IIIF canvases) that have zero annotations (#164, #167).
  • Added support for preview images for IIIF Level 0 (pre-rendered tilesets). IMMARKUS will fetch and stitch static tiles as required to generate thumbnails.

Knowledge Graph

  • Fixed a bug that caused the selected entity class sidebar to display the wrong number of relationships in the tab, and no relationships at all if the graph mode was set to Hierarchy.
  • Added support for preview images for IIIF Level 0 (pre-rendered tilesets). IMMARKUS will fetch, stitch and crop static tiles as required to generate thumbnails and annotation snippets.

Export

  • Added support for exporting snippets for IIIF Level 0 images (pre-rendered tilesets). IMMARKUS will fetch, stitch and crop static tiles as required to generate thumbnails and annotation snippets.

Other

  • Migrated the project from Tailwind v3 to v4.
  • Data integrity: previous versions of IMMARKUS produced orphaned relationships in some cases, i.e. relationships that connected annotations which no longer existed in the project. These caused data exports to break. When loading a project with orphaned relationships, these are now filtered out when the project loads, and data integrity is restored.