- use variable logo based on colour scheme
- fix tests badge tests workflow file was renamed
- standardise returns field
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
- remove version from docker compose file version specifier is deprecated
- fix python setup action version
- add merge to valid commit types
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
- update tool config update pre-commit repo versions and switch black to ruff
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
- update workflow files standardise format, change name of tests file
- add pull request template
- update tool details in contributing guide
- redirect canvas links to main iiif manifest
- use _id field as title if title field not in record
- add build section to read the docs config
- add regex for version line in citation file
- add citation.cff to list of files with version
- add contributing guidelines
- add code of conduct
- add citation file
- update support.md links
- update logos
- allow the images in a manifest to be correctly opened in mirador etc
- fix the basic manifest test
- fix postgres not loading when running tests in docker
- add action to sync branches when commits are pushed to main
- fix api docs generation script
- small fixes to align with other extensions
- readme: change logo url from blob to raw
- readme: direct link to logo in readme
- readme: fix github actions badge
- docker: use 'latest' tag for test docker image
- include top-level data files in theme folder
- add package data
- use not instead of is None to catch empty strings too
- fix the build_iiif_identifier action
- readme: format test section
- readme: update installation steps
- readme: update ckan patch version in header badge
- use single quotes
- Add breaking test to confirm build_iiif_identifier action failure
- The IIIIF interface has been changed.
- add a new action "build_iiif_identifier" to allow callers to create identifiers for known builders
- switch the builders list to an OrderedDict so that a name can be stored against each builder function
- move IIIF resource generation to actions and refactor most of the code
- stop producing manifests if no images are available on a record
- change case on plugin name
- exclude helpers from tests
- unpin ckantools version
- refactor the builder functions to an abc to accommodate future planned changes
- README.md: update the docs to include the new class based style
- README.md: update the documentation for extending the IIIF resource builders
- README.md: add documentation about what is included in the extension and how to extend it
- README.md: update the readme overview section
- fix markdown-include references
- add section delimiters
- add logo
- README.md: reformat the README
- apply formatting changes
- add more tests for the updated _build_record_manifest_id function
- set changelog generation to incremental
- pin ckantools minor version
- add cz_nhm as a dependency
- commitizen: fix message template
- add pypi release action
- use cz_nhm commitizen config
- improve commitizen message template
- move cz config into separate file
- standardise package files