Skip to content

v4.0-hotfix.4 - Flexible Recovery Tools and Starfinder Support Removed

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 10:59
· 73 commits to main since this release
859b387

What's Changed

  • Reworked UI in 5E and PFRPG to count hits and misses separately and allow recovering either to different ammo items (such as for magic items that lose their magic when they hit).
  • Pretty major back-end changes to support these changes in a modular fashion.
  • All data for extension is now stored in a sub-node of each weapon rather than directly inside the weapon -- kind of like having a subfolder.
  • Removed Starfinder support as it has been forked into its own extension by SoxMax.
  • Updated UI to resize its width along with the rest of the weapon details window.
  • Optional Custom Weapons ext can now add and remove item names and properties from search lists.
  • Loading property in 5E no longer requires loading manually as it takes no discrete action. Crossbow Expert feat no longer used to remove loading button on Crossbows (as they don't have it now unless you do that yourself).
  • HOTFIX: Move 5e field visibility code to another function to facilitate easier extension compatibility patching.
  • HOTFIX: Fix potential issue of onAttackAction not being de-registered correctly in 5e when char_weapon windowclass is unloaded
  • HOTFIX: Revise onDataChanged function from advice of bratch9.

Preview

Full Changelog: v3.14-hotfix.1...v4.0-hotfix.4