Skip to content

Releases: javalent/fantasy-statblocks

v4.6.0

05 Jul 13:38
c68bc12
Compare
Choose a tag to compare

4.6.0 (2024-07-05)

Features

  • Pass the current property as a parameter for trait callbacks (#432) (c9475de)

v4.5.0

04 Jul 13:53
5407a97
Compare
Choose a tag to compare

4.5.0 (2024-07-04)

Features

v4.4.2

09 May 15:28
ea6853b
Compare
Choose a tag to compare

4.4.2 (2024-05-09)

Bug Fixes

  • Fixes "Default Layout" setting not being respected until restart (8f24d0d)

v4.4.1

07 May 13:27
91122ea
Compare
Choose a tag to compare

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

06 May 23:27
7e51d53
Compare
Choose a tag to compare

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

05 May 13:05
1005432
Compare
Choose a tag to compare

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

03 May 19:23
2e2c147
Compare
Choose a tag to compare

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

01 May 18:44
22315b6
Compare
Choose a tag to compare

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

30 Apr 23:28
cac290b
Compare
Choose a tag to compare

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)

v4.3.1

29 Apr 00:27
f08d2b5
Compare
Choose a tag to compare

4.3.1 (2024-04-29)

Bug Fixes

  • Better scoping for BnB css (297e2be)