Skip to content

Releases: StasTserk/foundry-burningwheel

1.5.6 -🐛

10 Dec 22:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.5...1.5.6

1.5.5 - Steel bugs

02 Dec 03:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.4...1.5.5

1.5.4 - Weapon quality fix

20 Oct 21:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.3...1.5.4

1.5.3 - Character Burning Fix

11 Oct 01:32
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.5.2...1.5.3

1.5.2 - Data systems

29 Jul 07:09
Compare
Choose a tag to compare

What's Changed

  • Refactor a number of legacy data. usages to system. 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

15 Jul 08:09
Compare
Choose a tag to compare

Hotfixes a number of issues relating to the v12 upgrade.

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

15 Jul 01:54
Compare
Choose a tag to compare
  • 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

Full Changelog: 1.4.2...1.5.0

1.4.2 - Token Hotfix

06 Aug 02:26
Compare
Choose a tag to compare

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

14 Jul 23:16
Compare
Choose a tag to compare

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

23 Jun 23:40
Compare
Choose a tag to compare

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

Behind the scenes

  • Though these changes should not be evident to players, the project finally modernized some of the build pipeline to include a better build tool (#496) as well as adding a standardized formatter to the codebase (#320).