Skip to content

TensorPM v1.11.0-beta.5 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 17 Jun 15:28
· 25 commits to main since this release

Changelog - v1.11.0-beta.5

πŸ› Bug Fixes

Windows install and startup fully fixed

This release resolves the Windows-only installation and startup problems end to end.

What was broken:

  • The Windows installer (TensorPM-Setup.exe) could close partway through installation, leaving an empty folder and an app that would not start.
  • After installing, the app could crash on startup on English (and other non-German) Windows β€” the window never appeared.
  • The Microsoft Store-style package (.appx / App Installer) failed to install due to a version mismatch.

What's fixed:

  • βœ… The Setup.exe installer unpacks reliably and the app starts after installation (the Windows package no longer bundles unused binaries for other platforms, which broke extraction).
  • βœ… The app starts correctly on English and other non-German Windows β€” the bundled language resources were incomplete and are now included.
  • βœ… The App Installer (.appinstaller) matches the package exactly, so installs and updates go through.
  • βœ… Hardware (GPU) acceleration stays enabled on Windows.

User Benefit:
Windows users can install and launch TensorPM dependably, regardless of system language, across direct download and the Microsoft Store-style package β€” with a smaller installer than before.

πŸ“ Notes

  • macOS and Linux builds are unaffected by these changes.
  • Every Windows release build now runs an automated installer smoke test (install + launch across NSIS and MSIX) so packaging and startup regressions are caught before publishing.

πŸ“… Release Info

  • Version: 1.11.0-beta.5
  • Release Date: 2026-06-17
  • Previous Version: 1.11.0-beta.1
  • Type: Patch (Beta)