Releases: strongpauly/fvtt-condition-lab
Releases · strongpauly/fvtt-condition-lab
Release list
3.0.4
What's Changed
- Strip back-compat top-level changes in ActiveEffect#toObject() (v14.364 apply fix) by @strongpauly in #5
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Fix condition macros/flags being wiped on apply (v14.364 toObject round-trip) by @strongpauly in #4
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- Preserve ActiveEffect change values when importing legacy condition maps on v14 by @strongpauly in #3
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Convert Condition Lab config UI to ApplicationV2 by @strongpauly in #1
New Contributors
- @strongpauly made their first contribution in #1
Full Changelog: 3.0.0...3.0.1
3.0.0
Condition Lab — first release
A streamlined fork of Condition Lab and Triggler by mclemente, focused solely on Condition Lab / Enhanced Conditions and updated for Foundry VTT v14.
Highlights
- Triggler removed. This fork drops the Triggler automation system entirely. It concentrates on the Condition Lab feature set: create your own status effects, map them per system, link reference entries (Journal / Item / compendium), run a macro when a condition is applied or removed, and output conditions to chat.
- Foundry v14. Reworked throughout for the current Foundry API.
- Scene Controls shortcut removed. Open the Condition Lab with its keybinding instead (set it under Foundry's Configure Controls).
Fixes & changes
- Token HUD status effects now sort correctly, respecting the game system's own effect ordering (e.g. dnd5e).
- Default condition maps now load their icons correctly on a fresh install.
- Fixed chat output of conditions on dnd5e v14 (chat message
stylevstypefield). - A range of v14 compatibility fixes under the hood: namespaced Handlebars helpers (
renderTemplate/loadTemplates),ActiveEffectConfig(ApplicationV2 sheet), keybinding & libWrapper registration timing, therenderChatMessageHTMLhook, andfoundry.utils/foundry.canvasnamespacing. - No longer conflicts with the dnd5e system.
Compatibility
- Foundry VTT: v14 (minimum and verified).
Attribution
A fork of Condition Lab and Triggler by mclemente, itself a fork of Combat Utility Belt by Death Save Development.