• v3.0.2 211b9b3135

    v3.0.2 Pre-release

    Oliver released this 2026-05-11 05:56:32 +00:00 | 0 commits to main since this release

    This version must be manually installed with the following URL: https://git.varify.ca/Foundry/taf/releases/download/v3.0.2/system.json

    For the comprehensive release notes, please also consult the v3.0.0 and v3.0.1 release notes

    Changes:

    • Fixed a bug with the v13/v14 cross-compatibility of the right-click Context Menus for items and attributes in Actor sheets
    • Added convenience links to the wiki/issue tracker/repository in the Settings right-side sidebar
    Downloads
  • v3.0.1 9177b7cc2d

    v3.0.1 Pre-release

    Oliver released this 2026-05-06 22:56:16 +00:00 | 5 commits to main since this release

    This version must be manually installed with this manifest URL: https://git.varify.ca/Foundry/taf/releases/download/v3.0.1/system.json

    For full release notes, please also consult the v3.0.0 release notes

    Changes:

    Downloads
  • v3.0.0 9527cd972e

    v3.0.0 Pre-release

    Oliver released this 2026-05-03 06:43:27 +00:00 | 10 commits to main since this release

    Remember to backup your world(s) before upgrading to v3.0.0

    The next major release is upon us, this release contains breaking changes, if you were using the system without any major module dependencies or custom macros, you shouldn't need to do anything. But for more information please read the Migrating To v3.0.0 wiki page.

    If you have any specific questions feel free to reach out in the Text-Based Actors channel in Foundry's Discord.

    Changes:

    • Added Items, these will show up on a new tab in the character sheet once the character has at least one item
      • Players can create items on their own Actor by using the 3-dot menu in the top of the character sheet
    • Attributes can now be edited individually because they were moved into being a type of item, allowing for greater flexibility and control over each individual attribute
    • Added a new tab for Attributes that you want to be on the character, but not to be listed at the top of the actor sheet
    • Both Attributes and Items can have automation for using them added by giving it a Macro to run, for more information read the Attribute and Item Automation wiki page.
    • Made it so when you delete a Macro if there is any world or embedded items that use the macro, it says how many items are using that macro in the deletion confirmation pop-up.
    • Updated the designs and layouts of all of the Actor sheets to match the new item sheets palettes and structure

    Bug Fixes

    • Fixed a typo in a localization string
    • (Foundry v13 only) Prevented the "Game Settings" from breaking whenever you opened them with default attributes saved
    Downloads
  • v2.6.2 60542859fe

    v2.6.2 Stable

    Oliver released this 2026-04-02 22:39:54 +00:00 | 137 commits to main since this release

    Updated the verified version to be v14

    Downloads
  • v2.6.1 456109ebb0

    v2.6.1 Stable

    Oliver released this 2026-03-17 03:25:04 +00:00 | 138 commits to main since this release

    Bug Fixes:

    • Corrected the Attribute Only actor sheet so that it wouldn't cause the other two actor sheet types to break when you open it (#47)
    Downloads
  • v2.6.0 cc8f054115

    v2.6.0 Stable

    Oliver released this 2026-03-07 23:29:40 +00:00 | 140 commits to main since this release

    Bug Fixes:

    • Made it so attributes would not duplicate when reordering them (#35)
    • Horizontal rules are now displayed in the prose mirror editor the sheet (#36)
    • The prose mirror editor will not lose your changes if you're in edit mode while the attributes get an update (#31)
    • Prevents attributes dragged from the Attribute Manager from displaying JSON in prose mirror editors, it now gives you a text-reference to the numeric value of the attribute (#30)

    Changelog:

    • Added support for v14 (#3, #26, #28, #33, #37)
    • Added an attribute-only actor sheet, so you can hide the Prose Mirror input if all of your game can be represented by attributes (#32)
    • Added a way to have globally-available default attributes for all new characters (#29)
    • Added a "collapse" input type for the Dialog/Query Managers, which supports a list of inputs to put within it (#34)
    Downloads
  • v2.5.0 c92a88f03f

    v2.5.0 Stable

    Oliver released this 2026-01-21 23:35:30 +00:00 | 155 commits to main since this release

    Changelog:

    • Added a new world setting to set an initiative formula that makes the Combat Tracker be able to work when clicking the big dice button
    • Added localization strings for everything that didn't have it to make the entire system translatable into non-English
    • Made it so that the wiki files will be included in every release going forward by attaching them to the relevant release so that future users who don't want the latest version of the system can still easily access the wiki for the older versions.
    Downloads
  • v2.4.0 470e65403d

    v2.4.0 Stable

    Oliver released this 2026-01-12 07:12:00 +00:00 | 195 commits to main since this release

    Changelog:

    • Added the ability to make actor sheets remain in edit mode all the time. This can be achieved by changing the Actor's sheet (or the default sheet) to be the "Player Sheet (Always Editing)" actor sheet.
    • Added a new API that makes it easy to collect rolls from any number of players. More can be read about on the QueryManager API Docs.
    • Added global settings to configure the default width/height of actor sheets (overridable on the per-sheet basis as was already possible)
    • Merged the size management with the Foundry sheet configuration (see: #14)
    Downloads
  • v2.3.0 cb266b3c1e

    v2.3.0 Stable

    Eldritch-Oliver released this 2025-11-03 13:39:07 +00:00 | 326 commits to main since this release

    Changes

    • Allow read-mode on Actor sheets instead of forced edit-only mode
    • Add tooltips for the attribute names on the player sheet
    • Prevent item creation and hide the item tab
    • Add the ability to tell the system the starting width/height and whether or not a sheet should be resizable
    Downloads