• 3.1.0 6a7c1458de

    3.1.0 Stable

    Athemis released this 2025-10-13 16:23:45 +00:00 | 0 commits to v13-appv2 since this release

    Signed by Athemis
    GPG key ID: 31FBDEF92DDB162B

    3.1.0 (2025-10-13)

    ⚠ BREAKING CHANGES

    • complete ApplicationV2 migration with item sheet port
    • Requires FoundryVTT ApplicationV2 system

    Features

    • add color-coded movement ruler for tactical gameplay (91925c5)
    • add dark mode styling for combat values (d6788df)
    • add dark mode styling for combat values and text strokes (c518597)
    • add Edit Image Handler to Actor Sheet (4c6b19f)
    • add method to handle form changes for items and effects (8417304)
    • add minimal V13 CSS layer compatibility (cc2a372)
    • add persistent active tab tracking to actor sheet (67af23f)
    • add sort direction indicators and fully abstract sorting code (7dfc5fa)
    • add sortable columns to effect lists with localization (15a8a06)
    • add sortable effects table to item sheets (2887bab)
    • complete ApplicationV1 to V2 migration cleanup (6a80e95)
    • complete ApplicationV2 migration with item sheet port (e0c0dc3)
    • complete DS4 ApplicationV2 migration with item and effect sheets (4415ef0)
    • complete migration from {{editor}} to elements (861349e)
    • enhance movement waypoint styling with semantic colors and (77b6ca2)
    • implement clean Foundry V13 compliant tab system (746618f)
    • implement V2-compatible portrait image editing (fb23fa4)
    • implement view-only sorting for actor sheet inventory tables (c6d9bd6)
    • improve sortable tables with contextual Font Awesome icons (bfd1399)
    • migrate character sheet to AppV2 Parts system (b170328)
    • migrate creature sheet to AppV2 Parts and clean up (0ba6faf)
    • optimize form handling to prevent unnecessary scroll jumping (a036a66)
    • port DS4 actor sheets to ApplicationV2 (eb7b7a1)
    • refactor inventory system to modular components (08307ad)
    • replace quantity column symbol with hashtag icon (215a1db)
    • sheets: replace limited sheet template with dynamic permission-based rendering (4d66d87)
    • ui: use CSS container queries for precise header font scaling (0dfdaaa)
    • update base sheet and item sheet classes (abf6953)
    • update compatibility info in system.json (a2106e8)
    • update Core Value trait label text stroke with light-dark color (af11821)
    • update Dialog implementation to use DialogV2 (fa5798b)
    • update localization keys for delete dialogs (9dfb38a)
    • update Roll evaluation methods (cc49100)
    • use icons in character biography (926ca53)

    Bug Fixes

    • actor image editing by removing static modifier from _onEditImage method (6c94cdf)
    • actor sheet auto-refresh on item updates with hook listeners (928cdbb)
    • add copyright attribution for v13 migration (370c69c)
    • add missing localization keys for sheet titles (bd1caba)
    • checkbox column sorting (922adf0)
    • ci publish pipeline (4b65702)
    • ci: attempt to get ci working (fcf3603)
    • colors: replace removed invalid-input color variable with Foundry standard (85c5d31)
    • correct .base pattern matching in form optimization (5b47ea8)
    • correct effects display in item sheet template (de5b62e)
    • correct paths for item sheet tab templates (20bc6d1)
    • correct waypoint-label template path (b285ffa)
    • dragging of items onto the macro bar (ffe1548)
    • editor: prevent double scrollbars in biography tab (b066457)
    • expand rolls in chat in v13 (7118c8a)
    • item-sheet: enable image editing via file picker (38ac732)
    • migrate Dialog.prompt to DialogV2 and fix deprecation warnings (f90d0d5)
    • prevent memory leak in render hook input focus handlers (5cd0af1)
    • prevent page jumping during sorting by using targeted DOM updates (e0195d2)
    • publish pipeline (770a82f)
    • quantity column width to prevent text truncation (e158acb)
    • release pipelines (7f52a3c)
    • remove call to _removeTabHandlers in _onClose method (077655a)
    • remove console.log statements from item sheet (c9d8ee3)
    • remove duplicate action handlers and improve template action generation (d6b40ad)
    • remove hook system to prevent infinite loop of hook registrations (ef14a76)
    • remove remaining shouldPreventRender references from actor sheet (6963aab)
    • remove unused parameter in weapon callback (91fb525)
    • replace {{editor}} handlebars helper with custom element (174751b)
    • restore copyright notice for additional contributors (67c6c65)
    • restore item sheet properties functionality (792db14)
    • select option visibility in dark mode with proper background colors (549230a)
    • style: fix code format (5575998)
    • style: fix formatting with prettier (54e55fe)
    • tab jumping on form input changes by preventing sheet re-rendering (938de94)
    • test: add missing foundry global stub in test setup (2919bea)
    • tests: fix linting and tests (d5bd383)
    • ui: remove duplicate data-action attributes in item sheet tabs (6e2b1be)
    • ui: use consistent height variable for select and input elements (e840b1f)
    • update _onEditImage to proper V2 static method pattern (e97b67e)
    • update calculated values on tab change (bf21cd0)
    • update class imports to use fully qualified paths (f53a3d9)
    • update system version and Foundry compatibility (25215d0)
    • update TextEditor references to use V13+ namespaced API (3fb88b9)

    Reverts

    • restore original .gitignore dist pattern (99aac3c)
    Downloads
  • 3.0.0 ee5b7a3835

    3.0.0 Stable

    Athemis released this 2025-10-13 16:20:31 +00:00 | 103 commits to v13-appv2 since this release

    Signed by Athemis
    GPG key ID: 31FBDEF92DDB162B

    3.0.0 (2025-10-13)

    Compatible with Foundry VTT v13

    Bug Fixes

    • expand rolls in chat in v13 (7118c8a)
    • test: add game stub to tests (0842508)
    • update class imports to use fully qualified paths (f53a3d9)
    • update verified Foundty version (ee5b7a3)
    Downloads