TensorPM v1.25.3
Changelog - v1.25.3
π Critical Bug Fix
Reliable Startup After Updating
Fixed a database migration that could prevent TensorPM from opening after an
update when older synchronized AI activity records referenced projects,
workspaces, or chats that were no longer present locally.
- β Preserves all historical AI activity and token-usage data during migration
- β Safely removes only invalid parent references while retaining their records
- β Handles long-lived synchronized databases with incomplete legacy references
- β Adds production-shaped SQLite regression coverage for future migrations
ποΈ Reliability Improvements
- Database migration tests now execute in the same transaction shape as the
packaged application - Migration rules now require orphan-reference coverage and validation against a
disposable copy of a long-lived synchronized database before release
π Notes
- No project, activity, or token-usage records are deleted by this fix.
- This hotfix is intended for users whose database remained on schema version 49
after the failed v1.25.1 or v1.25.2 startup migration.
π Release Info
- Version: 1.25.3
- Release Date: July 21, 2026
- Previous Version: 1.25.2
- Type: Critical Hotfix Release