Skip to content

Release 0.9.3

Matt Smith requested to merge release/0.9.3 into master

0.9.2

Downloads

Manifest URL: https://asacolips-artifacts.s3.amazonaws.com/pbta/0.9.3/system.json

Compatible Foundry Versions

Foundry v11.315 Foundry v12

Localization Improvements

  • Fixed bug with util.getPlaybooks() running before Babele had a chance to localize compendium content. (@DjLeChuck)

Fixes

  • Added choices back to the DataModel. Existing data shouldn't have been lost when this field was accidentally removed, but new choices wouldn't have been able to be created while it was missing.
  • Fixed bug with enrichHTML() causing data on item sheets to be enriched prior to saving to the database.

Development

  • Added new Handlebars helper, getValue to support retrieving a value by key in Handlebars. This was mostly necessary due to how moveResults is an object that we iterate through.

Credits

Thanks go out to @mclemente, @DjLeChuck, and @Asacolips for their contributions in this release. Special thanks to ephson for reporting the enrichHTML() bug and helping us debug it!

Merge request reports