Releases: StasTserk/foundry-burningwheel
1.5.6 -🐛
1.5.5 - Steel bugs
1.5.4 - Weapon quality fix
What's Changed
- Fix poor quality weapon rolls by @Marcloure in #523
New Contributors
- @Marcloure made their first contribution in #523
Full Changelog: 1.5.3...1.5.4
1.5.3 - Character Burning Fix
Fix to the character burner worksheet not properly updating the actor's base stats. Thanks @Conalt8 for reporting, Thanks for @Aliharu for the fix!
What's Changed
- Data to System in character burner by @Aliharu in #521
- Bump webpack from 5.88.0 to 5.94.0 by @dependabot in #519
New Contributors
Full Changelog: 1.5.2...1.5.3
1.5.2 - Data systems
What's Changed
- Refactor a number of legacy
data.
usages tosystem.
by @StasTserk in #518- Fixes a whole slew of things that quietly stopped working this patch.
- Not super clear why these are still around since
data
was deprecated in version 11 or something but I'm sure I had a great reason for it 😖 - Thanks for the report @BrightShiba
Full Changelog: 1.5.1...1.5.2
1.5.1 - V12 hotfix
Hotfixes a number of issues relating to the v12 upgrade.
What's Changed
- Avoid using globalThis duplicate by @StasTserk in #514
- Fix an issue with drag and drop on lifepath by @StasTserk in #515
- Fix an issue where certain dropdowns didn't work by @StasTserk in #516
Full Changelog: 1.5.0...1.5.1
1.5.0
- Updates compatibility up to v12. (Appreciate the ticket @MTVExtreme)
- Fixes a localization issue with spells reported by @DanielMoran15999 (Thank you!)
Relatively well tested but if folks encounter deprecation warnings or errors, feel free to open up issues.
What's Changed
- Bump postcss from 8.4.24 to 8.4.31 by @dependabot in #507
- V12 update by @StasTserk in #512
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #510
- Only localize spell props if they are default by @StasTserk in #513
Full Changelog: 1.4.2...1.5.0
1.4.2 - Token Hotfix
Fixes a hitherto unnoticed issue introduced in foundry V11 where unlinked tokens in a scene could not have their data updated due to an internal exception from found.
Fixes
- #505 - Updating unlinked token data causes exception from foundry backend.
1.4.1 - Housekeeping
Some minor fixes around skills and drag and drop behaviour
Also bumps compatibility up to the latest foundry build.
Fixes
- #488 - Dragging items back to own sheet duplicates them
- #501 - Owned skills don't react to hasOwner flag properly
Also includes a minor update to the build pipeline to ensure ESLint errors are visible on the
- #504 - Fix eslint errors being silenced
1.4.0 - Elevensises
This release has been a thankfully minor update accounting for V11 compatibility.
All systems are expected to continue to work, and no deprecation warnings should be visible in the browser console.
In addition, some improvements to armor as well as dice rolling are included in this patch.
Additions
- #492 - Verify support for V11. Due to localization changes, minimum version for this update is pushed up from v10 to 11.
- #479 - Add additional easy to use dice shortcuts for rolling burning wheel dice. Eg:
/roll b4
to roll 4 black dice. Thanks to @agolp for the addition! - #489 #490 #491 #494 - A number of improvements around the armor sheet, and the way armor penalties are applied to rolls, thanks @agolp