• v1.3.0 fc93c2ee57

    debont80 released this 2026-06-08 11:46:58 -04:00 | 0 commits to main since this release

    What's new

    This release introduces a lightweight Tauri-based alternative shell alongside the existing Electron app - both load the exact same index.html frontend (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
  • v1.2.0 fc88d7ab4b

    debont80 released this 2026-05-30 10:54:52 -04:00 | 3 commits to main since this release

    What's New

    Features

    • Multi-piece shipment support (each piece gets its own L x W x H x Weight)
    • NMFC commodity lookup with 55 bundled items, searchable by name or code
    • PDF export: branded quote with piece table, Cu Ft, PCF, and freight class
    • Default piece preset in Settings > Defaults
    • Export / import history as CSV
    • Density gauge with color gradient bar
    • Unit toggle: in/cm and lbs/kg with live conversion
    • Copy to clipboard, timestamps in history, Enter key shortcut, input validation
    • Charcoal dark mode

    Bug Fixes

    • PDF and Copy blocked before a calculation is performed
    • History restore no longer misconverts values when units differ from stored unit
    • History display shows correct unit labels instead of hardcoded in/lbs
    • PDF logo format auto-detected (fixes silent failure for JPG logos)
    • NaN propagation prevented in multi-piece validation
    • CSV export URL revocation race condition fixed
    Downloads
  • v1.1.0 25973cabbc

    debont80 released this 2026-05-27 15:57:19 -04:00 | 4 commits to main since this release

    First stable release of Freight Calculator Pro.

    Downloads
  • v1.0.0 34cefb0087

    debont80 released this 2026-05-27 13:39:29 -04:00 | 5 commits to main since this release

    Downloads