1.0.2
Poly Grid v1.0.2
Four bug fixes against v1.0.0 reported in the first 24 hours of public availability. v1.0.1 was never published — its three fixes are folded into this build alongside a fourth telemetry fix.
Auto-update brings every v1.0.0 install to this build.
Fixes
Shell PATH inherited correctly from Finder-launched DMG. v1.0.0 launched from Finder saw only the minimal system PATH (/usr/bin:/bin:/usr/sbin:/sbin), so panes couldn't find claude, Homebrew binaries, or anything in ~/.local/bin. v1.0.2 patches process.env.PATH at boot using your login shell's resolved PATH, and spawns the pane's shell as a login shell so .zprofile aliases load too. iTerm / Terminal.app behavior, finally.
Save Preset shows the right working directory. v1.0.0 was reading cwd via /proc/<pid>/cwd, which doesn't exist on macOS — every pane's cwd silently fell back to the spawn-time value (usually ~/). v1.0.2 shells out to lsof on macOS to read the live cwd, and the Save Preset dialog now always pulls the fresh value before rendering. Presets you save reflect where each pane actually is.
Rename buttons work. The pencil on a space row and the Rename button on a saved preset were silently no-ops in v1.0.0 because window.prompt is unimplemented in Electron's Chromium. v1.0.2 replaces both with an inline-edit input — Enter commits, Escape cancels, blur commits.
Telemetry actually emits. v1.0.0 + v1.0.1's @aptabase/electron initialize call was firing inside app.whenReady().then(...) — the SDK bails with "must be invoked before the app is ready" when app.isReady() is true at the call site, and silently disables tracking. Zero events have landed in Aptabase since the public launch. v1.0.2 hoists telemetry init to top-level main before app.whenReady is registered, which is the SDK's documented contract. Consent + redaction posture unchanged.
Download
The app auto-updates via electron-updater. New installs grab the DMG below.
Poly-Grid-1.0.2-arm64.dmg— Apple SiliconPoly-Grid-1.0.2.dmg— Intel
License
License activation from v1.0.0 carries over — ~/.poly-grid-license survives.