Skip to content

Releases: JIROMO/Millrect

Millrect v0.1.19

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 27 Jul 13:24

Millrect v0.1.19(macOS のみ) / macOS only

整列・リサイズ・Undoまわりの不具合修正です。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A set of fixes for align, resize, and undo.
Not code-signed or notarized — macOS may show a security warning on first launch.

修正 / Fixes

  • グループを複製した後の整列がズレる不具合を修正 — グループ図形をOption+ドラッグで複製すると、複製先の子図形が元図形と同じIDのままになり、整列などの操作後に選択枠だけが正しい位置に動いて実際の図形描画が古い位置のまま残る不具合がありました。複製時にグループの子図形も再帰的にIDを振り直すよう修正しました。
    Fixed alignment (and other operations) visually failing to update after duplicating a group with Option-drag: the clone's children kept the same IDs as the originals, which confused per-shape render caching so the selection outline moved but the drawn shape didn't. Group clones now get fresh IDs recursively for all children.
  • 矩形の辺ハンドルをShiftを押しながらリサイズすると縦横比が崩れる不具合を修正 — 辺の中央ハンドル(コーナーではない)をShift+ドラッグした際、アスペクト比を保つための計算結果が実際には適用されず、片方の辺だけが動いていました。もう一方の辺も中心基準で比例スケールするよう修正しました。
    Fixed Shift-locked aspect ratio not actually applying when resizing from an edge handle (as opposed to a corner) — the computed proportional delta was calculated but never used. The opposite edge now scales symmetrically about the center to keep the aspect ratio.
  • Cmd+Zで履歴が2手ずつ戻る不具合を修正 — デスクトップ版でアプリメニューのショートカットとキーボードイベントの両方からUndoが呼ばれ、1回のCmd+Zで履歴が2つ戻ってしまう不具合を修正しました。
    Fixed Cmd+Z reverting two history steps at once on desktop — both the app menu accelerator and the page's keydown listener were triggering undo for the same keypress.
  • 使われていなかった履歴一覧・ジャンプ機能のUIを削除しました。
    Removed the unused history-list / jump-to-history panel UI.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.19-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.19.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

Full Changelog: v0.1.18...v0.1.19

Millrect v0.1.18

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 19 Jul 03:00

Millrect v0.1.18(macOS のみ) / macOS only

複数選択の一括回転の追加と、日本語テキスト描画の修正一式です。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

Adds multi-selection rotation and a set of Japanese text rendering fixes.
Not code-signed or notarized — macOS may show a security warning on first launch.

新機能 / Features

  • 複数選択の一括回転 — 複数の図形を選択したまま、選択枠のコーナー外周をドラッグして一括回転できるようになりました。回転の中心は選択中で一番大きい図形の中心です。各図形は相対配置を保ったまま回転し、Shift で 15° スナップ、Undo は 1 回でまとめて戻ります。
    Rotate multiple selected shapes at once by dragging just outside the selection corners. The pivot is the center of the largest selected shape; relative layout is preserved, Shift snaps to 15°, and a single Undo reverts the whole rotation.
  • 円の直径入力 — プロパティパネルで円の直径を直接入力できるようになりました(半径と連動)。
    Circles can now be edited by diameter in the properties panel (kept in sync with radius).

修正 / Fixes

  • 漢字の画の重なりが白く抜ける不具合を修正 — 「切」「必」など画が交差する文字で、重なり部分が穴として抜けて表示・出力される不具合を修正しました(輪郭ネスト判定の誤認)。
    Fixed overlapping strokes in kanji like 「切」 being punched out as holes in display and outline output (contour nesting misclassification).
  • 文字が表示されず選択枠だけになる不具合を修正 — テキスト設置直後にアウトライン化が失敗すると、サイズを変えるまで文字が描画されない問題を修正しました。生成中・失敗時は通常のテキスト表示で代替し、自動で再試行します。
    Fixed text becoming invisible (selection box only) when outline generation failed right after placement. The app now falls back to DOM text and retries automatically.
  • 英数字と日本語の混植でアルファベットが浮く不具合を修正 — 「AはRです」のような行で英字と日本語のベースラインがずれる問題を修正しました。
    Fixed Latin characters sitting higher than Japanese text on mixed lines like 「AはRです」 (per-run baseline mismatch).
  • デスクトップ版が標準フォントで描画されない不具合を修正 — テキスト描画が同梱フォント(Gen Interface JP)ではなく OS フォントに置換されていた問題を修正し、ブラウザ版と同じ字形になりました。プロジェクトフォントもデスクトップ版のアウトライン化で正しく使われます。
    Fixed the desktop app silently substituting OS fonts instead of the bundled Gen Interface JP — glyphs now match the browser app, and project fonts are honored in desktop outline generation.
  • 複数選択リサイズの座標計算を修正 — 複数図形の一括リサイズで座標系の混在によりサイズがずれる不具合を修正しました。
    Fixed multi-selection resize drifting due to mixed coordinate units.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.18-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.18.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.17...v0.1.18

Millrect v0.1.17

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 13 Jul 11:37

Millrect v0.1.17(macOS のみ) / macOS only

v0.1.16 の不具合修正パッチです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A bug-fix patch for v0.1.16.
Not code-signed or notarized — macOS may show a security warning on first launch.

修正 / Fixes

  • Alt+ドラッグ複製時の選択枠ズレを修正 — 複製開始直後に選択ハンドルが総移動量ぶんズレて表示される不具合を修正しました。
    Fixed selection handles rendering at the wrong offset immediately after starting an Alt-drag duplicate.
  • Alt+ドラッグ複製に伴う Undo の取りこぼしを修正 — 移動量ゼロの Alt+クリックで見えない複製が確定し、Undo(Cmd+Z)が効いていないように見える不具合を修正しました。
    Fixed invisible duplicates being committed on a zero-movement Alt+click, which made Undo (Cmd+Z) appear unresponsive.
  • Redo ショートカット(Cmd+Shift+Z)が無反応だった不具合を修正
    Fixed the Redo shortcut (Cmd+Shift+Z) not responding.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.17-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.17.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.16...v0.1.17

Millrect v0.1.16

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 06 Jul 06:43

Millrect v0.1.16(macOS のみ) / macOS only

v0.1.15 の不具合修正パッチです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A bug-fix patch for v0.1.15.
Not code-signed or notarized — macOS may show a security warning on first launch.

修正 / Fixes

  • 単一図形の整列が用紙の左上に寄る不具合を修正 — 用紙サイズ(mm)を実寸(real units)に変換する際の係数抜けにより、図形が1つだけ選択された状態で「右揃え」「下揃え」等を行うと、用紙全体ではなく左上 1/10 の領域を基準に揃ってしまっていました。
    Fixed single-shape alignment sticking to the top-left — a missing unit conversion factor caused "align right"/"align bottom" (etc.) on a single selected shape to use only the top-left 1/10 of the paper as the reference area instead of the full sheet.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.16-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.16.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.15...v0.1.16

Millrect v0.1.15

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 06 Jul 05:58

Millrect v0.1.15(macOS のみ) / macOS only

作図機能・出力形式・AI 連携(MCP)を大きく広げる機能リリースです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A feature release that expands drawing tools, export formats, and AI (MCP) integration.
Not code-signed or notarized — macOS may show a security warning on first launch.

主な変更 / Highlights

  • DXF 出力 — レーザーカッター・CNC・他 CAD 連携向けに、現在ページを DXF(R12 互換の最小サブセット: LINE / CIRCLE / POLYLINE)で書き出せます。ツールバーの SVG 出力の隣に追加。回転・反転も反映されます。
    DXF export — export the current page as DXF (minimal R12-compatible subset: LINE / CIRCLE / POLYLINE) for laser cutters, CNC, and CAD interchange. Next to SVG export in the toolbar. Rotation/flip are baked in.
  • 3MF 出力 — 3D パネルに STL と並んで 3MF 書き出しを追加。3MF は単位情報(mm)を持つため、スライサーでのスケール事故を防げます。
    3MF export — alongside STL in the 3D panel. 3MF carries unit info (mm), preventing scale mistakes in slicers.
  • 寸法値で図形を編集(パラメトリックの第一歩) — 寸法の「上書き値」を書き換えると、寸法端点に一致する図形の頂点(矩形の角・円の半径など)が実際に動きます。一致しない場合は従来どおり表示のみの上書きです。
    Dimension-driven editing — editing a dimension's override value now moves the matching shape vertex (rect corners, circle radius, etc.). Falls back to display-only override when no vertex matches.
  • フィレット / 面取り — パス図形の全頂点に、指定半径の丸め(円弧)または面取り(直線カット)を一括適用できます(Design パネル)。
    Fillet / chamfer — round or chamfer all corners of a path shape at once with a given radius (Design panel).
  • 計測ツール(M) — 寸法線を置かずに 2 点間の距離と角度をステータスバーで確認できます。スナップも効きます。図面には何も追加されません。
    Measure tool (M) — check distance and angle between two points in the status bar without placing a dimension. Snapping works; nothing is added to the drawing.
  • 拘束を 4 種追加 — distance(2点間距離)/ radius(半径固定)/ angle(角度)/ concentric(同心)。
    Four new constraints — distance, radius, angle, and concentric.
  • AI 作図の自動配置 — MCP / エージェント経由で描いた図形が左上に張り付かなくなりました。空のページでは用紙中央に、既存の図面がある場合は重ならない空きスペースに自動配置されます(穴あけなど意図的な重ね配置はそのまま維持)。
    Auto-placement for AI drawing — shapes drawn via MCP/agents no longer stick to the top-left corner. Batches are centered on empty pages and moved to free space when they would collide with existing drawings (intentional overlays like holes are kept in place).
  • 細かな修正 — ペン(B)のキーボードショートカットが効かなかった問題、WS/MCP 操作の一部が失敗しても成功と報告される問題を修正。ブール演算などの失敗はトースト通知で表示されるようになりました。参照画像付きプロジェクトの自動保存も軽くなっています。
    Small fixes — the pen tool's B shortcut now works; several WS/MCP operations no longer report success on failure; failed boolean operations show a toast; autosave is lighter for projects with reference images.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.15-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.15.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.14...v0.1.15

v0.1.14

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 26 Jun 10:55

変更点

  • 起動時に最新リリースがあれば更新モーダルを表示(GitHub リリースページを内包)
  • プロジェクト一覧モーダルに × 閉じるボタンを追加
  • × で閉じた後にタブが消えた場合、空のキャンバスになるバグを修正
  • 参照画像の取り込み時にアスペクト比が元画像と一致しないバグを修正
  • 制作メモ機能を削除
  • Web 版:左ナビのツール選択を GTM で計測

Full Changelog: v0.1.13...v0.1.14

Millrect v0.1.13

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 26 Jun 01:31

Millrect v0.1.13(macOS のみ) / macOS only

大きな図面での2D編集とSTL書き出しを軽くする、パフォーマンス中心のリリースです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A performance-focused release that makes 2D editing and STL export lighter on larger drawings.
Not code-signed or notarized — macOS may show a security warning on first launch.

主な変更 / Highlights

  • 図形移動中の描画を軽量化 — ドラッグ中は既存SVGノードへ translate を適用し、確定時も動いた図形だけを差分更新するようにしました。複数選択の選択枠・サイズ表示もtransformで追従します。
    Lighter shape dragging — selected SVG nodes now move via translate while dragging, and finalization updates only the moved shapes. Multi-selection outlines and size badges follow with the same transform path.
  • スナップ計算を間引き・キャッシュ — 移動ドラッグ中のキーポイントスナップは候補点をキャッシュし、細かなポインタ移動では直前結果を再利用します。
    Cached keypoint snapping — snap candidates are cached during move drags, and tiny pointer movements reuse the previous result.
  • レンダリングrootを分離 — 用紙、グリッド、図形、選択枠、プレビュー、スナップ表示を別rootに分け、不要なDOM再生成を抑えました。
    Split render roots — paper, grid, shapes, selection handles, previews, and snap markers now update independently to reduce unnecessary DOM churn.
  • viewport cullingを追加 — 大量図形時は画面周辺の図形だけを描画対象にしつつ、選択中の図形は常に表示します。
    Viewport culling — large drawings render only shapes near the visible area while always keeping selected shapes visible.
  • STL書き出しをWasm化 — STLのbinary書き出しにWasm経路を追加し、Wasmが使えない場合は従来のThree.js ASCII STLへフォールバックします。
    WASM STL export — binary STL export now uses a small WASM writer, with the previous Three.js ASCII exporter as a fallback.
  • スナップ残像を修正 — 図形移動中にクリック位置の小さなスナップマーカーが残る違和感を解消しました。
    Fixed snap-marker residue while moving shapes.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.13-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.13.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop / Cursor 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.12...v0.1.13

Millrect v0.1.12

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 24 Jun 09:44

Millrect v0.1.12(macOS のみ) / macOS only

ペンツール(自由パス)の操作性と、線のスタイル指定まわりを強化したリリースです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A release focused on the pen (freeform path) tool and line styling.
Not code-signed or notarized — macOS may show a security warning on first launch.

主な変更 / Highlights

  • ペンツールを Figma 風に強化 — Shift で 15° 刻みの角度スナップ、既存の点に揃うスマートガイド(正確な正方形などが描きやすい)、Alt でハンドルを片側だけ折ってコーナーの尖りを調整、ドラッグ中の長さ・角度表示、ペン型カーソルを追加しました。点の編集中も線がリアルタイムで追従し、編集モードはクリック/Enter/Esc で抜けられます。
    A more Figma-like pen tool — Shift snaps direction in 15° steps, smart guides align new points to existing ones (so precise squares are easy), Alt breaks a handle to sharpen a corner, a length/angle readout shows while dragging, and the cursor is now a pen nib. The path now updates live while you drag a point, and you can leave edit mode with a click, Enter, or Esc.
  • 自由パスのリサイズに対応 — ベジェパスを選択ハンドルで拡大・縮小できるようになりました(Shift で縦横比固定)。
    Freeform paths can now be resized via the selection handles (hold Shift to keep the aspect ratio).
  • 線幅を製図標準に拡張+線種を追加 — 線幅に ISO 128 の標準値(0.13〜2.0mm)を用意し、線種として実線・破線・点線・一点鎖線を選べるようにしました。
    Realistic line weights and styles — stroke width now offers the ISO 128 set (0.13–2.0 mm), and you can pick solid, dashed, dotted, or dash-dot line styles.
  • パス編集ボタンを回転の下へ移動 — パス/ベジェの編集モード切り替えを、右パネルの回転コントロールの直下に配置して分かりやすくしました。
    The path-edit toggle now sits right under the rotation control in the right panel for easier discovery.
  • 数値表示の余分な 0 を削除 — 寸法やサイズの表示から末尾の 0 を省くようにしました(例: 0.500.512.0012)。
    Cleaner numbers — trailing zeros are dropped from size and dimension fields (e.g. 0.500.5, 12.0012).

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.12-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.12.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop / Cursor 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.11...v0.1.12

Millrect v0.1.11

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 20 Jun 09:54

Millrect v0.1.11(macOS のみ) / macOS only

寸法線の選択操作と、図面が複雑なとき・グループを扱うときの体感速度を改善するメンテナンスリリースです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A maintenance release improving dimension-line selection and responsiveness with complex drawings and groups.
Not code-signed or notarized — macOS may show a security warning on first launch.

主な変更 / Highlights

  • 改善: 寸法線が選びやすくなりました — 寸法線のクリック判定をズームに依存しない一定幅にし、見えている線・数字をそのままクリックして選択できるようにしました。選択枠に出ていた意味のない「幅×高さ」表示(寸法線は面積を持たないため)を非表示にし、縦/横の寸法線は始点・終点を自動で軸に揃えて斜めにならないようにしました。
    Easier dimension selection — the click target now has a constant on-screen width regardless of zoom, so you can select a dimension by clicking its visible line or number. The meaningless width×height badge (a dimension has no area) is hidden, and vertical/horizontal dimensions are auto-snapped to their axis so they no longer end up slightly diagonal.
  • 改善: グループ・複雑な図面での動作を高速化 — グループ移動を毎フレームのジオメトリ複製・DOM 再生成なしで動かすようにし、スナップ計算の候補をキャッシュ+グループは外周のみ・近傍線分に上限を設けることで、頂点の多い図面でもマウス操作の引っかかりを大きく減らしました。
    Faster groups and complex drawings — group dragging no longer deep-clones geometry or rebuilds the DOM every frame, and snapping now caches its candidate geometry, treats groups as a single bounding box, and caps nearby segments. This greatly reduces lag when moving the mouse over vertex-heavy drawings.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.11-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.11.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop / Cursor 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.10...v0.1.11

Millrect v0.1.10

Choose a tag to compare

@ShinjiroMoriya ShinjiroMoriya released this 19 Jun 12:43

Millrect v0.1.10(macOS のみ) / macOS only

3D 書き出しの品質改善と、作図の編集機能を追加したリリースです。
コード署名・公証は未実施のため、初回起動時に macOS のセキュリティ警告が出る場合があります。

A release improving 3D export quality and adding drawing-editing features.
Not code-signed or notarized — macOS may show a security warning on first launch.

主な変更 / Highlights

  • STL 書き出しの自動クリーンアップ — 書き出し前に、CSG 由来の退化三角形(面積ゼロの三角形)を除去し、誤差でズレた重複頂点を溶接します。スライサー(Bambu Studio 等)で出ていたトゲ・破れ・非多様体の警告が出にくくなります。
    Automatic mesh cleanup on STL export — degenerate (zero-area) triangles are removed and near-coincident vertices are welded before export, reducing spikes, breaks, and non-manifold warnings in slicers (e.g. Bambu Studio).
  • 立体交差(solidIntersect)の UI トグル — 図形プロパティに「3D(立体交差)」スイッチを追加。側面図など他ビューにしかない穴・輪郭を 3D に反映したいときに ON にできます(従来は内部設定のみ)。
    Solid-intersect 3D toggle — a "3D (solid intersect)" switch in shape properties lets you carve holes/profiles that only exist in another view (e.g. a side view) into the 3D part.
  • 図形の重なり順変更 — 選択図形を前面/背面へ移動できます。
    Z-order controls — bring selected shapes forward/backward.
  • 図形ロック — 図形単位でロックし、誤操作を防げます。
    Per-shape lock — lock individual shapes to prevent accidental edits.
  • 寸法テキストの SVG / PDF 出力対応 — 寸法線の数値がエクスポート結果でもネイティブ text として正しく出力されます。
    Dimension text in SVG/PDF export — dimension values now export as native text.
  • 再描画・キャッシュの高速化 — 描画バージョン管理を見直し、編集中の不要な再計算を抑えました。
    Faster redraw/cache — lighter invalidation reduces unnecessary recomputation while editing.

ダウンロード(macOS) / Downloads (macOS)

ファイル / File 対象 / Platform
Millrect-0.1.10-arm64.dmg macOS(Apple Silicon)
Millrect-0.1.10.dmg macOS(Intel)

Windows 版は未リリースです。Windows では ブラウザ版 をご利用ください。

No Windows build yet. On Windows, use the browser app.

インストール / Install

デスクトップ版の追加機能 / Desktop-only features

  • AI 連携(MCP)— Claude Desktop / Cursor 等 / AI integration (MCP)
  • テキストの 3D 輪郭化 / Text-to-3D outline conversion

ブラウザ版 / Browser app: https://millrect.com/app/

Full Changelog: v0.1.9...v0.1.10