Skip to content

TensorPM v1.13.2

Choose a tag to compare

@Neo552 Neo552 released this 29 Jun 22:44
· 104 commits to main since this release

Changelog - v1.13.2

This stable patch release improves file reliability in cloud workspaces and makes
the Intake and File Explorer surfaces more consistent after sync.

πŸ› Bug Fixes

Reliable File References After Sync

TensorPM now repairs legacy file references that used older dashed identifiers.

What Changed:

  • File links in project files, action item attachments, recurring item files,
    and expense attachments are normalized to the canonical file ID, and are
    resolved reliably everywhere they are read.
  • Existing duplicate project-file links are merged so paths and AI evaluation
    state are preserved while only one active file entry remains visible.
  • Download sync now rewrites incoming legacy dashed file references before
    generating local synthetic IDs.

User Benefit:
Files no longer appear as duplicates or lose their attachment relationship after
syncing older workspace data.

Accurate File Status Indicators

File Explorer status badges now match file activity by stable file ID while
remaining compatible with legacy history entries.

What Changed:

  • Summarization and distillation status now prefer file IDs instead of only file
    names.
  • Legacy activity history rows with dashed file IDs are normalized during
    migration and matched defensively in the UI.

User Benefit:
Files with the same name show the correct processing or summary status, and old
history entries keep working after the file-ID cleanup.

Idempotent Intake Ignores

Ignoring the same intake source more than once no longer creates sync conflicts.

What Changed:

  • Repeated ignore actions for the same project, source, visibility scope, and
    owner now update the existing ignore row instead of inserting a duplicate.

User Benefit:
Dismissed files, emails, and updates stay dismissed without noisy duplicate-row
errors.

πŸ—οΈ Improvements

Safer File Path Reactivation

Re-adding a file path now reactivates the existing project-file row when one is
available.

User Benefit:
Files that were previously hidden or removed can return to the File Explorer
cleanly when they are detected again.

πŸ“ Notes

  • This is a stable patch release for the 1.13.x line.
  • The database schema version is updated to 38 to run the file reference cleanup.
  • E2E tests were not part of this focused patch validation.

πŸ“… Release Info

  • Version: 1.13.2
  • Release Date: 2026-06-30
  • Previous Version: 1.13.0
  • Type: Patch Release (Stable)