Evidence classification & export improvements
Sentiment and severity tagging on every entry, plus CSV and Markdown export formats.
What’s new
Evidence classification. Every log entry now carries three classification fields: sentiment (positive / neutral / negative), severity (low / medium / high / critical), and status (open / resolved / escalated). These can be set at creation or updated later, and are included in all export formats.
CSV and Markdown export. Alongside the existing JSON export, you can now export your data as:
- A flat CSV file suitable for spreadsheet review or HR handover.
- Markdown documents, one per person, formatted for easy reading.
- A ZIP archive containing all of the above.
Follow-up linking. Follow-ups created on one entry can now be linked to a later entry that addressed them, creating a clear chain of record.
Bug fixes
- Fixed a date-sorting bug in the people timeline view.
- Improved email validation on the invite flow.
Upgrading
Pull the latest Docker image and restart your container. No database migration is required for this release.
docker pull ghcr.io/your-org/convolog:v0.2.0docker compose up -d