-
released this
2026-06-08 11:46:58 -04:00 | 0 commits to main since this releaseWhat's new
This release introduces a lightweight Tauri-based alternative shell alongside the existing Electron app - both load the exact same
index.htmlfrontend (now fully vendored for offline use, no CDN dependencies).Choose your installer
Installer Size Notes Freight-Calculator-Pro-Setup-1.3.0.exe~72MB Full Electron build (original, bundled Chromium) Freight-Calculator-Pro-Setup-1.3.0-lite.exe~2MB New Tauri build - uses your OS's built-in WebView2, dramatically smaller and lighter on resources Both installers provide an identical UI/feature set. The lite (Tauri) build is recommended for most users - pick the Electron build only if you have a specific reason to prefer it.
Other changes since v1.2.0
- Fixed several race conditions (button-revert timers, async file-read/import callbacks, stale-data PDF export)
- Fixed a path-traversal vulnerability in the dev static server (server.js)
- Vendored all third-party libraries (lucide, jsPDF, jspdf-autotable) locally so the app runs fully offline
- General code cleanup
User data (saved in localStorage) is preserved across upgrades from any previous version.
Downloads