Skip to content

TensorPM v1.32.0

Choose a tag to compare

@Neo552 Neo552 released this 03 Aug 13:46
· 31 commits to main since this release

Changelog - v1.32.0

πŸŽ‰ New Features

Choose a project folder per project

Each project can now use its own local folder instead of being tied to the
default TensorPM project directory. The selected folder is visible and
changeable both in Settings and at the end of the Wizard Overview.

What changed:

  • βœ… Open, change, or reset the effective folder for the active project
  • βœ… Keep custom project roots device-local, including paths with Unicode
    characters
  • βœ… Rebind file watching, project skills, and uninstall metadata when the root
    changes
  • βœ… Refresh file identities against the new root without moving or deleting
    user files

User benefit:
Existing repositories and established folder structures can be used directly
without copying them into TensorPM's default storage hierarchy.

πŸ› Bug Fixes

  • Safe multi-device folder changes. Selecting a local root no longer
    synchronizes local path invalidations to the user's other devices.
  • Reliable watcher handover. A folder change now replaces watchers that are
    still starting, and an older failed start cannot clear the newer watcher's
    lifecycle state.
  • Guaranteed root refresh. Project-root change events bypass short-window
    event deduplication so the renderer always rebuilds its file cache.

πŸ—οΈ Improvements

  • Clearer AI operation results. Tool result labels now use localized,
    action-specific singular and plural wording instead of ambiguous generic
    counts.
  • Safer project-folder recovery. Folder changes restore the previous root,
    watcher, skill registry, and uninstall metadata together if a lifecycle step
    fails.

πŸ“ Notes

  • No database migration is introduced by this release.
  • A custom project folder is a device-local preference and does not relocate or
    delete existing files.
  • Existing projects continue to use their conventional TensorPM folder until a
    custom folder is selected.

πŸ“… Release Info

  • Version: 1.32.0
  • Release Date: 2026-08-03
  • Previous Version: 1.31.1
  • Type: Minor Release