Releases: javalent/fantasy-statblocks
Releases · javalent/fantasy-statblocks
v4.7.0
4.7.0 (2024-09-06)
Features
- Adds support for importing from PF2eMonsterTool (df7f7f3)
Bug Fixes
- Adds several missed fields to the TetraCube import (4eb00cd)
- css: prioritize pf2e icons over system font (#420) (4de2457)
- Fix stringifier incorrectly matching some links (#435) (fe436d5)
- Property lines now correctly stringify arrays (9a27da8)
v4.6.0
4.6.0 (2024-07-05)
Features
- Pass the current property as a parameter for trait callbacks (#432) (c9475de)
v4.5.0
4.5.0 (2024-07-04)
Features
v4.4.2
4.4.2 (2024-05-09)
Bug Fixes
- Fixes "Default Layout" setting not being respected until restart (8f24d0d)
v4.4.1
4.4.1 (2024-05-07)
Bug Fixes
- Fixes extends behavior not preferring in-note parameters (72cc62e)
- Fixes issue with watcher not being able to parse some files (1d625f7)
v4.4.0
4.4.0 (2024-05-06)
Features
- Adds new methods to the API to transform Statblock Links back to Obsidian links (fb80517)
v4.3.5
4.3.5 (2024-05-05)
Bug Fixes
- Fix issue where some creatures wouldn't be able to export as PNG (92ffc68)
- Linkifying spells now ignores
*
(26a1898)
v4.3.4
4.3.4 (2024-05-03)
Bug Fixes
- Fixes issue where non-string properties would try to replace links (close #410) (0ee0330)
- Fixes issue where the default fallback for non-conditional blocks would cause a list to render (close #409) (de5b6bf)
v4.3.3
4.3.3 (2024-05-01)
Bug Fixes
- Dice callbacks should now correctly execute even if parse dice is off (1602e6c)
- Fixes incorrect inheritance of certain properties (closes #400) (e83b300)
- Fixes issue where margins around spells would be incorrect if multiple spell blocks were rendered (close #337) (d90e8e1)
- Fixes issue where the Bestiary could resolve prematurely (7668707)
- Removing a dice parser now saves properly (close #382) (4219b98)
- Temporarily disable the Atomic Write functionality pending more investigation into data loss issues. (97d38bc)
- Updates how default layouts are stored in the data file to reduce data file operations (e1eb126)
v4.3.2
4.3.2 (2024-04-30)
Bug Fixes
- Check for
hit_dice
property in hp
dice callback for the Basic 5e Layout (fb2bbe6)
- Fixes instance where specifying a dice callback would override the dice settings for a statblock (d60f6de)
- Remove unused components (133c36e)