Releases: Larkinabout/fvtt-challenge-tracker
0.8
-
Feature: Set background colors for the outer ring and inner circle via the 'Outer Background Color' and 'Inner background Color' module settings,
outerBackgroundColorandinnerBackgroundColoroptional parameters, e.g.,ChallengeTracker.open({ outerBackgroundColor: '#B34DFFFF', innerBackgroundColor: '#FF33D5FF' })or the 'Edit Challenge Tracker' form. -
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
- Feature: Persist challenge trackers across sessions using the
persistoptional parameter, e.g.,ChallengeTracker.open(4, 3, { persist: true }). For advanced users, theidoptional 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
button on the player list.


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
windowedoptional 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

