v0.12.1
opendatalab/MinerUv0.12.1May 19, 2026by github-actions[bot]
AI Summary
Addresses fixes for OpenPencil including `.fig` round-trip errors, version mismatch reporting, scoped MCP file saving, and background blur rendering issues.
Key Highlights
- Fix `.fig` round-trips for OpenPencil component sets and variable bindings.
- Report desktop/MCP package version mismatches explicitly.
- Support scoped MCP `save_file({ path })` workflows.
- Fix background blur rendering to blur the backdrop correctly.
New Features
- Support scoped MCP `save_file({ path })` workflows while keeping file saving in the desktop app.
- Use native Tauri path handling for save parent directories.
- Fix web font picker so Google Fonts remain available in Safari.
- Keep effect parameter controls visible in the properties panel.
Full Release Notes
### Fixes
- Fix `.fig` round-trips for OpenPencil component sets and variable bindings, and recompute imported layouts after opening documents.
- Report desktop/MCP package version mismatches explicitly and include package-manager-aware install guidance from the MCP server.
- Support scoped MCP `save_file({ path })` workflows while keeping file saving in the desktop app.
- Use native Tauri path handling for save parent directories so Unicode and Windows paths are handled correctly.
- Fix the web font picker so Google Fonts remain available in Safari, local font access is requested on first open when supported, font sources are labeled, and Google font previews load lazily for visible rows.
- Fix background blur rendering so it blurs the backdrop behind a layer instead of applying a no-op content filter, and keep effect parameter controls visible in the properties panel.