Skip to content

Releases: Larkinabout/fvtt-challenge-tracker

0.6

12 Jul 13:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
0.1
Update README.md

Add images