Skip to content

0.8

Choose a tag to compare

@Larkinabout Larkinabout released this 21 Jul 12:12
· 28 commits to master since this release
  • Feature: Set background colors for the outer ring and inner circle via the 'Outer Background Color' and 'Inner background Color' module settings, outerBackgroundColor and innerBackgroundColor optional parameters, e.g., ChallengeTracker.open({ outerBackgroundColor: '#B34DFFFF', innerBackgroundColor: '#FF33D5FF' }) or the 'Edit Challenge Tracker' form.

    challenge-tracker-colorful

  • Fix: Challenge trackers should no longer momentarily appear when the user does not have permission to show to others. Thanks SalieriC.

  • Fix: Users should no longer receive an 'Error: User 'Player' lacks permission to update User' message when the GM opens a challenge tracker. Thanks jessev14.