TensorPM v1.11.0-beta.5 (Beta)
Pre-release
Pre-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)