Skip to content

v4.8 - fuzzy type matching and bug fixes

Choose a tag to compare

@github-actions github-actions released this 18 Sep 15:16
· 86 commits to main since this release
a8400b3

What's Changed

  • Changes ItemManager.isArmor, isWeapon, and isShield to use looser string.match instead of exact match. This means formats like "Magic Armor" in the type field will also be accepted instead of simply "Armor".
  • Fixed detection of wondrous items.
  • Widened charge/maxcharge fields so "Maximum" label is visible. Sorry they don't line up anymore.
  • Fixed weapon/armor fields getting 'stuck' visible.
  • Fixed 4th divider not being visible.

Full Changelog: v4.7...v4.8