Everything since v1.2.5, headlined by the completed placeable tool library (130 tools total).
Placeables — the library is complete
- Full CRUD for AmbientSound / Drawing / Wall / Tile / AmbientLight, plus place-tokens / delete-tokens (14 new tools).
- Region and Note tools retrofitted onto the same shared placeable kernel (same tool names, unified item/patch/id bridge shapes).
- Only MeasuredTemplate remains, deferred to Phase 2 (combat).
Token editing
- update-token — edit a placed token instance: per-token HP, nameplate/bar/ring visibility, rotation, scale.
- Token-instance targeting — pass a placed token id as
actorIdentifierand every fuzzy actor tool (update-actor/-item, add-item/-feature, manage-activity/-effect, apply-condition, get-actor, …) edits that token'''s own delta; siblings and the base actor stay untouched. - update-actor —
tokenName(prototype nameplate decoupled from the actor name),tokenScale,tokenRotation,tokenAutoRotate,tokenRing. - set-actor-art —
tokenImagePathfor animated video (webm) tokens, and a fix for the silent no-op when a video path landed on the image-only actor portrait. - House token rules baked into every creation path (disposition at create time, auto-rotate on, ring off, randomImg off) + table-ready prototype-token defaults.
Items & content
- trueName — item reads see through the dnd5e identity mask on unidentified items, so GM renames land instead of echoing as silent no-ops.
- update-rolltable
editResults— surgical per-entry edits, no more whole-set replace; get-rolltable deterministic entry reader. - list-folders — the folder-tree read the folder write tools were missing; update-folder; journal page-visibility; create-scene folder/nav/thumbnail.
- Region + teleporter authoring on existing scenes; content-audit now enforces rule 12 (no GM spoilers in player-visible item descriptions).
Skills
- token-cutout — background→alpha token prep (rembg AI matte with an offline chroma-key fallback, magenta-preview verification, optional in-world upload + assignment).
Fixes
- Teleporter destinations as Sets + remap no-op handling; update-scene parity.
- WebDAV MOVE/COPY now creates destination parents.
- create-pc no longer crashes on a folder-name
folderarg. - Every bridge script passes
FOUNDRY_PASSWORD.
130 tools · 1216 unit tests green · live-verified against the running world (43/43 placeables, 21/21 token-instance, 17/17 trueName, 10/10 video token art, 9/9 tokenName).
Full changelog: v1.2.5...v1.3.0