Skip to content

Releases: foundryvtt/unfulfilled-rolls

0.1.4

15 Jan 16:11

Choose a tag to compare

What's Changed

  • Remove compatibility.maximum to allow using this module with the v12 prototype. No known compatibility issues at this time.

0.1.3

18 Sep 17:58
fb00a53

Choose a tag to compare

What's Changed

  • Implement explicit term IDs which allow for more reliable identification of term inputs by @aaclayton in #22
  • Allow for searching nested dice by @eturino in #31

New Contributors

Full Changelog: 0.1.1...0.1.3

0.1.2

16 Jul 13:32

Choose a tag to compare

Resolved Issues

  • Correct resolution of additive expressions containing multiple of the same die type like 1d20 + 1d20 + 1d20.
  • Do not display a pre-generated placeholder value in the manual resolver dialog.
  • Resolve an issue which prevented manual rolls from being prompted for certain die types.
  • Add validation for manual input to ensure it is an integer in the allowed range for the die type.

0.1.1

30 Jun 15:36

Choose a tag to compare

  • Fix a bug which prevented dice denominations which were not being externally fulfilled from correctly producing a digital roll.
  • Move the "Configure Dice" submenu into the main Configure Settings menu to be more frugal with settings sidebar space.
  • Convert the "Configure Dice" menu to use a "Save" button instead of automatically saving changes to the form.

0.1.0

27 Jun 19:11

Choose a tag to compare

  • Reorganize and simplify the module structure, eliminating unused or unnecessary JavaScript.
  • Simplify the approach used to prorotype patch evaluation methods for the Roll and Die classes. This should make the module more stable and functional across a range of game systems.
  • Eliminate SCSS for now since the CSS requirements of the module are minimal.
  • Remove some unused files.

0.0.3

11 Jun 21:37
a02f225

Choose a tag to compare

Fix several bugs

  • Reorganize all JS files to use .mjs extensions under the /scripts directory.
  • Convert all files to use 2-spaces as standard indentation
  • Fix an issue with the GitHub release action that omitted the languages directory

0.0.2

09 Jun 16:08
a39995d

Choose a tag to compare

Update module.json

0.0.1

31 May 14:41

Choose a tag to compare

Remove GoDice, add modifier support