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
- 手順 / Guide: https://millrect.com/docs/desktop-download.html([English](https://millrect.com/docs/en/desktop-download.html))
- 警告時 / If blocked: Finder で 右クリック → 開く / Right-click → Open
デスクトップ版の追加機能 / Desktop-only features
- AI 連携(MCP)— Claude Desktop 等 / AI integration (MCP)
- テキストの 3D 輪郭化 / Text-to-3D outline conversion
Full Changelog: v0.1.18...v0.1.19