Changelog

What's new in ConvoLog.

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.

Terminal window
docker pull ghcr.io/your-org/convolog:v0.2.0
docker compose up -d

Initial private beta

First working release. Core logging, people profiles, RBAC, and JSON export.

What’s included

This is the first working release of ConvoLog, made available to a small group of private beta testers.

Core features in this release:

  • People profiles. Create a profile for each person you manage. Profiles track role, reporting line, and a full timeline of log entries.
  • Conversation logging. Add structured log entries to any person’s profile: type, date, participants, notes, and agreed follow-ups.
  • Role-based access control. Three roles — SUPER_ADMIN, ADMIN, USER — with visibility derived from the org hierarchy.
  • JSON export. Export all data as a structured JSON file at any time.
  • Audit log. Every create, update, and delete action is recorded with a timestamp and the acting user.
  • Scheduled backups. Configure a cron schedule for automatic SQLite backups.
  • Self-hosted Docker deployment. A single docker compose up gets you running.

Known limitations in v0.1

  • File / evidence uploads are not yet available (planned for v0.2).
  • Only JSON export is supported (CSV and Markdown planned for v0.2).
  • The setup wizard is minimal — refer to the docs for full configuration.

Feedback

If you’re a beta tester, please send feedback directly. Bug reports and feature requests are welcome.