Releases: Larkinabout/fvtt-challenge-tracker
Releases · Larkinabout/fvtt-challenge-tracker
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
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. TheChallengeTracker.hide()
andChallengeTracker.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
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
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
Update README.md Add images