Skip to content

v1.4.0

Choose a tag to compare

@HanSur94 HanSur94 released this 22 Mar 12:30

What's New in v1.4.0

One-Click Windows Installer

  • install.bat — fully offline, no-admin-rights installer for Windows 10/11
  • Bundles all 100+ Python wheels in vendor/ for zero-network installation
  • Auto-detects MATLAB R2022b+ and Python 3.10/3.11/3.12
  • Handles corporate SSL proxies, ancient pip versions, and read-only Program Files
  • Generates start-matlab-mcp.bat launcher and prints ready-to-paste config for Claude Desktop, Claude Code, and Cursor

MATLAB Engine API Install Improvements

  • Copies Engine source to temp with directory junctions to avoid access-denied errors in Program Files
  • Patches _arch.txt to point to real MATLAB after temp-dir build
  • Works fully offline with --no-build-isolation

CI/CD

  • Added Windows test matrix: windows-2022 (Win10) + windows-latest (Win11) × Python 3.10 + 3.12
  • Cross-platform test fixes for Windows path handling

Bug Fixes

  • Fixed .gitignore excluding monitoring/ subpackage from wheel
  • Fixed unused imports in monitoring/dashboard.py
  • Added missing Windows-only dependencies: pywin32, pywin32-ctypes, colorama, tzdata, async-timeout, tomli, taskgroup

Full Changelog: v1.3.0...v1.4.0