pmx-canvas 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to `pmx-canvas` are documented here. This project follows
4
4
  [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [0.3.3] - 2026-07-08
7
+
8
+ ### Fixed
9
+
10
+ - App tiles that load while a WebKit host panel is hidden now retry their
11
+ repaint when the panel becomes visible, instead of staying black until a
12
+ manual expand-and-close (0.3.2 report Finding N; best-effort — the manual
13
+ recovery still applies).
14
+ - The WebKit repaint watchdog no longer remount-loops apps that boot without
15
+ sending an initialized handshake.
16
+ - `HEAD` requests to graph and json-render surface URLs now answer like `GET`
17
+ instead of returning 404 (Finding O).
18
+ - `serve status` now reports the pid actually serving the port and marks a
19
+ stale pid file explicitly, instead of the confusing `running: true,
20
+ pidRunning: false` combination after a host adapter respawn (Finding P).
21
+
22
+ ### Added
23
+
24
+ - Black-tile diagnostics: the canvas mirrors its app-recovery trail to the
25
+ server; read it at `GET /api/canvas/debug/ext-app-recovery` when reporting a
26
+ rendering issue from a host panel.
27
+
6
28
  ## [0.3.2] - 2026-07-08
7
29
 
8
30
  ### Added
@@ -2712,6 +2734,7 @@ otherwise have to discover by trial and error.
2712
2734
  - Regression coverage for snapshot flat-`id` aliases on both MCP and
2713
2735
  HTTP surfaces, plus async / top-level-`await` WebView script bodies.
2714
2736
 
2737
+ [0.3.3]: https://github.com/pskoett/pmx-canvas/releases/tag/v0.3.3
2715
2738
  [0.3.2]: https://github.com/pskoett/pmx-canvas/releases/tag/v0.3.2
2716
2739
  [0.3.1]: https://github.com/pskoett/pmx-canvas/releases/tag/v0.3.1
2717
2740
  [0.3.0]: https://github.com/pskoett/pmx-canvas/releases/tag/v0.3.0