Skip to content

TensorPM v1.14.3

Choose a tag to compare

@Neo552 Neo552 released this 01 Jul 23:55
· 95 commits to main since this release

Changelog - v1.14.3

This stable patch release makes cloud sync recovery more robust, fixes a confusing
situation with files added on another device, and polishes the Distiller and macOS
fullscreen experience.

πŸ› Bug Fixes

Files Added on Another Device No Longer Block the Distiller

File contents intentionally stay on the device where you added them β€” only the
project metadata syncs. Previously, a file added on your other device still showed
up in this device's intake queue, and asking the Distiller to review it produced
empty or misleading results.

What Changed:

  • The Distiller only queues files that actually exist on the current device.
  • In the intake list, such files are greyed out with a hint that they live on
    another device β€” review them there, or ignore them here (ignoring syncs and
    clears the signal everywhere).
  • The pending-updates badge now counts only what you can actually review on this
    device.

User Benefit:
No more empty AI reviews or stuck-looking intake items when you work across
multiple devices.

More Reliable Recovery for Quarantined Sync Records

Retrying a quarantined encrypted record from the sync issues list is now properly
coordinated with background sync activity.

What Changed:

  • A manual retry can no longer run at the same time as a background download,
    which previously could make both fail with confusing errors.
  • If the retry fails, it now reports the actual error instead of showing success.
  • Records that were already up to date locally now clear their quarantine entry
    correctly, instead of staying stuck in the issues list forever.
  • A harmless nightly server maintenance job no longer floods the logs with
    thousands of false "potential replay" security warnings.

User Benefit:
Sync issues you retry now either resolve for real or tell you clearly what went
wrong.

macOS: Fullscreen Header Spacing

In fullscreen mode, macOS hides the window traffic-light buttons β€” but the header
still reserved space for them, leaving an odd gap next to the logo.

What Changed:

  • The header margins now collapse while in fullscreen and come back when you leave
    it.

User Benefit:
A cleaner, better-aligned header in fullscreen on macOS.

πŸ—οΈ Improvements

Smoother Distiller Card Transitions

The Distiller proposal carousel now follows the height of the card you are
looking at, instead of staying as tall as the biggest card you have seen.

What Changed:

  • Switching to a shorter proposal card no longer leaves an empty gap below it.
  • After you finish reviewing a batch, the chat smoothly reflows upward instead of
    jumping.

User Benefit:
Reviewing AI proposals feels calmer and wastes less screen space.

πŸ“ Notes

  • The matching sync-backend update (stricter batch rate limiting and faster
    failure handling for expired sessions) was deployed ahead of this release.
  • Local-first behavior is unchanged: your work is never blocked by connectivity.

πŸ“… Release Info

  • Version: 1.14.3
  • Release Date: 2026-07-02
  • Previous Version: 1.14.2
  • Type: Patch Release (Stable)