ac-electron v0.1.38: always-on-top toggle, productName, CDP harness
- Always-on-top now OFF by default (was always on). Added a "Always on
Top" checkbox to the main tray menu that toggles + persists to
preferences.json + applies to all open AC windows.
- productName renamed to "Aesthetic.Computer" (dot instead of space) so
Finder/Dock/menu-bar labels read as a single token.
- New testing/cdp-latency.mjs: a standalone probe that talks to the
running app over CDP (localhost:9222 — launch with
--remote-debugging-port=9222), navigates to notepat, dispatches key
events, reads window.__notepat_perfStats.latency, and prints stats.
Enables driving/testing the installed app from outside without the
old Codespaces/VS Code artery panel.
- `npm run test:latency` script entry added.
Auto-updater validated end-to-end: installed v0.1.37 correctly
detected + began downloading v0.1.38 from the self-hosted feed on
relaunch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>