Releases: kbss-cvut/termit
Releases · kbss-cvut/termit
2.14.0
- Allow paging recent comments and changes on dashboard, highlight those new since last visit (kbss-cvut/termit-ui#153)
- Show change history of a snapshot (kbss-cvut/termit-ui#318)
- Send weekly notifications of new and updated comments to admins and vocabulary creators (kbss-cvut/termit-ui#304)
- Add support for exporting glossary in RDF/XML (kbss-cvut/termit-ui#340)
- Extend basic term attributes with skos:notation and skos:example (kbss-cvut/termit-ui#341)
- Harmonize CSV/Excel export with basic SKOS export - exported attributes (kbss-cvut/termit-ui#296)
- Allow configuring log destination so that Docker deployments can preserve logs between restarts (#186)
- Update dependencies
2.13.0
- Implemented user interface for viewing and management of vocabulary and term snapshots (kbss-cvut/termit-ui#303, kbss-cvut/termit-ui#302, kbss-cvut/termit-ui#308, kbss-cvut/termit-ui#309, kbss-cvut/termit-ui#324).
- Added support for opening only a subset of vocabularies for editing (#164).
- Added support for storing vocabularies in repository contexts identified by an IRI different from vocabulary IRI (#163).
- Added support for Keycloak authentication (#165).
- Allow removing comments (kbss-cvut/termit-ui#295).
2.12.1
2.12.0
- Implemented support for vocabulary snapshots (kbss-cvut/termit-ui#271).
Snapshots conserve the state of the vocabulary at the time of snapshot creation and can be used to mark important milestones in vocabulary history. Currently, the feature is mainly backend (REST API). The UI only allows to create snapshots, but does not provide any means of accessing them.
2.11.3
- Fixed an issue with importing SKOS glossaries (kbss-cvut/termit-ui#214).
- Improve performance of vocabulary detail view.
- Fixed an issue with updating inferred term relationships.
2.11.2
2.11.1
2.11.0
2.10.0
- Allow access to related terms in the public API
- Allow filtering FTS results by vocabulary (frontend-only)
- Fix removal of a term after its definition has been removed
- Fix missing vocabulary badge for vocabularies not compliant with the SGoV identification scheme
- Check for presence of language tags in SKOS import
- Dependency updates