Skip to content

Dovod v0.24.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 11:23
3d9f4d1

Dovod v0.24.0 brings the redesigned research workspace, richer public projects and support for running the application alongside a marketing website.

  • Public projects support theme switching, graph and mind map views, and editable sharing options without replacing the link.
  • Project memory is editable as individual items, with migration of legacy memory and instructions.
  • PostgreSQL and MySQL are supported alongside SQLite through the Bun storage layer.
  • Continue a research with actionable context, track unseen document updates, and annotate claims for review.
  • Explore the generated OpenAPI specification and browsable API reference at /api-docs.
  • Configure the project-list path at frontend build time with NUXT_PROJECTS_PATH; dovod.app uses /projects.
  • The repository is now dovod-app/app and includes the MIT license.

Upgrade from v0.23.0

Back up your database before upgrading. The project-memory migration replaces legacy memory/instruction columns; downgrading across that migration requires restoring the backup. API clients must use add_memory, research_memory, or the REST memory routes for individual items. Whole-array memory and instruction writes are rejected. Portable exports use version 2; version 1 imports remain supported.

Published binaries include the web interface for Linux, macOS and Windows on amd64 and arm64. The container is published at ghcr.io/dovod-app/app:0.24.0 for linux/amd64. The public builds retain the default project-list route /; the dovod.app deployment uses a separately stamped build with /projects.