Skip to content

TensorPM v1.35.0

Choose a tag to compare

@Neo552 Neo552 released this 09 Aug 11:31
· 23 commits to main since this release

Changelog - v1.35.0

✨ New Features

Local macOS calendars

TensorPM can now connect directly to a local macOS calendar through EventKit.
Calendar events can be reviewed, created, updated, or discarded through the
existing approval flow without storing OAuth credentials. Calendar access is
optional, permission-gated, and limited to the signed main application.

More reliable Distiller reviews

Distiller now keeps analysis, review, feedback, and completion phases clearly
separated. Project-routing decisions, deferred signals, repeated tool calls,
and restored review sessions are handled more deterministically so an update
does not repeat completed work or lose its current review context.

🐛 Bug Fixes

  • Reliable onboarding transitions. Skipping project setup while the opening
    message is still streaming now stops the old reveal and streams the project
    tour question correctly.
  • Current project-creation tutorial. Removed obsolete creation-mode steps,
    prevented stale tutorial highlights, and aligned the walkthrough with the
    unified project-creation flow.
  • Readable document lists. Long attachment names are truncated with a
    tooltip while token and action columns remain visible without horizontal
    scrolling.
  • Correct timeline cursors. Drag, resize, create, collapse, and pan cursors
    are now applied to the interaction layer that receives pointer events.
  • Safer calendar proposals. Calendar proposals can be discarded explicitly,
    and recurring-event identities remain scoped to the selected occurrence.

🏗️ Improvements

  • Simplified and refined the English and German onboarding copy and spacing.
  • Consolidated shared context-menu, status, animation, AI-button, column-view,
    and guidance coverage styles with regression contracts for their consumers.
  • Improved Mistral reasoning-response handling and kept thinking chunks out of
    visible assistant answers.
  • Hardened the packaged MCP runtime configuration and installer behavior.
  • Updated DOMPurify to 3.4.13.

📝 Notes

  • No database migration is introduced by this release.
  • Local calendar integration is available on macOS and requires explicit
    Calendar permission from the user.
  • Existing projects and connector configurations require no manual changes.

📅 Release Info

  • Version: 1.35.0
  • Release Date: 2026-08-09
  • Previous Version: 1.34.0
  • Type: Minor Release