Skip to content

v1.3.0

Choose a tag to compare

@arturict arturict released this 05 Jul 19:52

v1.3.0 - 2026-07-05

  • Project Rebranding: Renamed the project from Archivista AI to Tagvico AI due to trademark requests.
  • Controlled Tagging & Tag Groups: Added dynamic configuration for Tag Groups (presets like Finance, Health, etc., plus custom groups) to restrict LLM suggestions to a precise vocabulary.
  • Exceptions Review & Approval Queue: Created a SQLite-backed workflow where unknown LLM-suggested tags are held for manual review. Users can approve them into specific tag groups or reject them.
  • Provider Modal & UI Polish: Replaced the bulky provider grid on the configuration page with a searchable provider/model modal featuring SVGL icons.
  • Integration Test Stack: Added Postgres 18, Redis 8, and Paperless-ngx services to \docker-compose.yml\ for simplified local integration testing.
  • Paperless Username Autodetect: Cleaned up credential lookup to fallback to the first active user when \PAPERLESS_USERNAME\ is blank.
  • Fixed constrained scrolling in the model picker on mobile and desktop.
  • Read the displayed application version dynamically from \package.json\ instead of a stale hard-coded value.