No description
Find a file
Vassili Minaev 43c630c1f7 Port End Session dialogs to DialogV2 for v13/v14
V1 Dialog and Dialog.confirm are deprecated in v13 and removed in v14.
Migrate the three sites in macros.js (attendance grid, single-session
confirm, multi-session pick) to foundry.applications.api.DialogV2, and
drop the jQuery used in their callbacks in favor of querySelector +
dataset/value on dialog.element. Use rejectClose: false to preserve
the prior null-on-close behavior.

Bump version to 0.2.0 and widen compatibility to verified 13, max 14
(min stays at 12 — DialogV2 has been available since v12).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-12 18:21:33 -06:00
scripts Port End Session dialogs to DialogV2 for v13/v14 2026-05-12 18:21:33 -06:00
.gitignore Initial scaffolding: settings + manifest push 2026-05-10 02:26:53 -06:00
module.json Port End Session dialogs to DialogV2 for v13/v14 2026-05-12 18:21:33 -06:00