Skip to content

TensorPM v1.17.3

Choose a tag to compare

@Neo552 Neo552 released this 03 Jul 10:20
· 87 commits to main since this release

Changelog - v1.17.3

πŸ—οΈ Improvements

More Reliable Releases

This maintenance release hardens the TensorPM build pipeline so that packaging problems are caught before an installer is ever produced.

What Changed:

  • βœ… Every release build now verifies that the packaged app contains all modules it needs to run β€” a missing module now stops the build within seconds instead of surfacing as a startup crash
  • βœ… A new automated test guards the packaging configuration itself, so future size optimizations can never accidentally remove files the app depends on
  • βœ… Build infrastructure improvements for faster, more consistent macOS releases

User Benefit:
Updates arrive with an extra layer of safety checks β€” the class of packaging error that delayed recent updates can no longer reach your machine.

πŸ“ Notes

  • This release contains no functional or visual changes. If you are on v1.17.2, updating is optional; auto-update will pick it up as usual.

πŸ“… Release Info

  • Version: 1.17.3
  • Release Date: 2026-07-03
  • Previous Version: 1.17.2
  • Type: Patch Release