Skip to content

TensorPM v1.29.0

Choose a tag to compare

@Neo552 Neo552 released this 27 Jul 17:09
· 43 commits to main since this release

Changelog - v1.29.0

πŸŽ‰ New Features

See Exactly Which Chat Message Changed Your Project

Every entry in the Trail that came from a chat now carries a source chip instead of
the generic "Chat" label. Click it and you see who wrote the message and what it
said β€” the change and its cause side by side.

  • βœ… The popover shows the person behind the change and the original wording
  • βœ… Open in chat jumps straight to that message and highlights it, so you land
    in the full conversation instead of a snippet
  • βœ… Older Trail entries keep working β€” entries written before this release still
    resolve to their chat where the information exists

πŸ› Bug Fixes

Cloud Sync No Longer Gets Stuck Until You Restart the App

If the connection to the sync server hung β€” a slow network, a server that did not
answer β€” sync could freeze in a state where stopping, starting, and restarting it
all did nothing. The only way out was quitting and reopening TensorPM.

  • βœ… A connection attempt that does not answer is given up on instead of blocking
    everything behind it; the sync client keeps reconnecting in the background
  • βœ… Stop, start, restart, and switching cloud workspaces work again while a
    connection is still hanging
  • βœ… The status no longer claims "Live" when there is no confirmed connection, and a
    connection that fails after the fact is reported instead of failing silently
  • βœ… Switching workspaces shows "connecting" for the transition rather than the
    "sync off" icon
  • βœ… The status indicator stops spinning forever: after a minute in a stalled state
    it falls back to the normal offline view, where the restart action is available

Trail Details

  • βœ… The chat highlight from Open in chat stays visible for its full duration
    instead of disappearing immediately
  • βœ… Pressing Enter or Space on the source chip no longer collapses the Trail entry
    behind it

πŸ—οΈ Improvements

  • The task list's status column uses the shared color token again, so it matches the
    rest of the list in both light and dark mode.
  • Dependency updates: officeparser and three development dependencies.

πŸ“ Notes

  • No database migration ships with this release.

πŸ“… Release Info

  • Version: 1.29.0
  • Release Date: 2026-07-27
  • Previous Version: 1.28.0
  • Type: Minor Release