Skip to content

Releases: Larkinabout/fvtt-challenge-tracker

0.8

21 Jul 12:12

Choose a tag to compare

0.8
  • 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.

0.7

19 Jul 20:26

Choose a tag to compare

0.7
  • Feature: Persist challenge trackers across sessions using the persist optional parameter, e.g., ChallengeTracker.open(4, 3, { persist: true }). For advanced users, the id optional parameter can be used to reopen a challenge tracker, e.g., ChallengeTracker.open(null, null, { id: 'challenge-tracker-65fb087474dad' }). Challenge tracker data is stored in the user flags (game.user.data.flags[challenge-tracker]).
  • Feature: Create, open, edit and delete challenge trackers via an interface opened from the challenge-tracker-player-list-button button on the player list.
    challenge-tracker-player-list
    challenge-tracker-list

0.6

12 Jul 13:37

Choose a tag to compare

0.6
  • Feature: All players can now open their own Challenge Trackers with permission to share Challenge Trackers determined by the 'Show to Others' module setting.
  • Feature: Display Challenge Trackers windowed or windowless. Set windowed or windowless by default with the 'Windowed' module setting or per Challenge Tracker with the windowed optional parameter, e.g., ChallengeTracker.open(4, 3, {windowed: false}.

0.5

06 Jul 11:42

Choose a tag to compare

0.5
  • Feature: Open a single track Challenge Tracker by setting the innerTotal parameter to 0, e.g., ChallengeTracker.open(8, 0) .

challenge-tracker-progress-clock

0.4

28 Jun 23:44

Choose a tag to compare

0.4
  • Feature: Open multiple Challenge Trackers at the same time. The existing ChallengeTracker.open() function will now open a new Challenge Tracker each time. The ChallengeTracker.hide() and ChallengeTracker.show() functions have also changed as a result and will now only hide or show a specific Challenge Tracker when its title is passed as an argument, e.g., ChallengeTracker.hide('Skill Challenge 1').
  • Feature: Set advanced options when opening a Challenge Tracker including, whether or not to show it to your players, the current completed segments, the colors, size and title. See README for more info.

0.3

21 Jun 12:49

Choose a tag to compare

0.3

Feature: Show/hide the tracker to/from players using the Show/Hide button on the tracker, the optional parameter in the ChallengeTracker.open() function, or the ChallengeTracker.show() and ChallengeTracker.hide() functions.

0.2

19 Jun 12:52

Choose a tag to compare

0.2

Feature: Module settings to pick colours for the outer ring (success), inner circle (failure) and frame.
Feature: Module setting to enable/disable the scroll wheel for increasing/decreasing segments. Enabled by default.
Other: Code refactor to meet github Javascript standard.

0.1

16 Jun 18:30
490355f

Choose a tag to compare

0.1
Update README.md

Add images