All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to a modified form of Semantic Versioning (major version is the year; minor and patch are the same).
- Fix
stelae update
partial update when there are new publications (56)
- Fix resolve to
_api/versions
requests without trailing/
(52)
- Add filesystem logging (42)
- Add command to insert history into database from RDF (33, 42, 44, 46)
- Add versions endpoint to view dates on which documents and/or collections have changed (33)
- Add command to serve current documents from repositories (32)
- Add basic instruments to git serve (26)
- Fix safe directory issues by upgrading git2 to latest version (26)
- Update license, release under AGPL (25)
- default to
text/html
mime-type instead ofapplication/octet-stream
- Added
/{namespace}/{name}/{commitish}{remainder}
endpoint (initial commits) - Added ci/cd and local verbose clippy in vscode