Skip to content

Releases: Larkinabout/fvtt-challenge-tracker

3.0.1

17 Feb 23:02
64e4eb0

Choose a tag to compare

Challenge Tracker 3.0.1

An interactive aid to track successes and failures in challenges à la D&D 4e-inspired skill challenges and Blades in the Dark progress clocks.

Important

This release is compatible with Foundry VTT v13 only.

Warning

This module has been largely rewritten for Foundry VTT v13. There may be bugs.
Please backup your world before installing this module.

Bug Fixes

  • Fixed challenge tracker positioning, courtesy of @hazael777

3.0.0

30 Jul 19:34

Choose a tag to compare

Challenge Tracker 3.0.0

An interactive aid to track successes and failures in challenges à la D&D 4e-inspired skill challenges and Blades in the Dark progress clocks.

Important

This release is compatible with Foundry VTT v13 only.

Warning

This module has been largely rewritten for Foundry VTT v13. There may be bugs.
Please backup your world before installing this module.

New Features

  • Updated for Foundry VTT v13.

2.3

04 Jun 01:33

Choose a tag to compare

2.3

Challenge Tracker 2.3

2.2

13 Oct 02:30

Choose a tag to compare

2.2
  • Feature: The scroll setting can now be set per Challenge Tracker via the ChallengeTracker.open() function and the Edit Challenge Tracker form.

2.1

11 Sep 02:36
2ab5348

Choose a tag to compare

2.1
  • Feature: Preset images for Blades in the Dark progress clocks are now available in the modules\challenge-tracker\presets folder. If you would like to share any of your challenge tracker images for others to use, please send them over and they can be added to the presets.
    challenge-tracker-presets
  • Fix: Fixed an error caused by missing challenge tracker data in user flags.
  • Fix: Default values will no longer override values passed to the ChallengeTracker.open function.

V9 1.2

11 Sep 03:12

Choose a tag to compare

This release is for Foundry VTT version 9 only.

  • Feature: Preset images for Blades in the Dark progress clocks are now available in the modules\challenge-tracker\presets folder. If you would like to share any of your challenge tracker images for others to use, please send them over and they can be added to the presets.
    challenge-tracker-presets
  • Fix: Fixed an error caused by missing challenge tracker data in user flags.
  • Fix: Defaults values will no longer override values passed to the ChallengeTracker.open function.

2.0

02 Sep 21:02
4b8743d

Choose a tag to compare

2.0

Challenge Tracker is now compatible with Foundry VTT version 10.

1.1

02 Sep 17:47

Choose a tag to compare

1.1
  • Fix: Added missing dependency on the Color Picker library module.

1.0

02 Sep 12:07

Choose a tag to compare

1.0

NB. Aside from bug fixes, this will be the last update for version 9 of Foundry VTT.

  • Feature: Customise challenge trackers with background/unset and foreground/set images. Images are scaled to fit the whole challenge tracker, so circular images with transparent backgrounds are best. Colors are overlayed on top of the images, so can either be used in conjunction or made completely transparent to only use the images. The background/unset image when used without a foreground/set image acts as a background for the whole challenge tracker:
    clock-challenge-tracker
    When used together, the images map to the unset and set segments (Midjourney was used to generate the images for this challenge tracker):
    image-challenge-tracker
  • Feature: Move Challenge Trackers up and down the Challenge Tracker list using the new up/down buttons.
  • Other: Switched to using the 'Color Picker' library module for color pickers. This module is required for the Challenge Tracker module to function.

0.9

27 Jul 23:09

Choose a tag to compare

0.9
  • Feature: Manage Challenge Trackers via Macros with an expanded list of functions. See README for a list.
  • Feature: Execute your own functions when a Challenge Tracker is opened or closed via the openFunction and closeFunction optional parameters, e.g., ChallengeTracker.open(4, 3, { openFunction: () => { ui.notifications.info('Hello!') }, closeFunction: () => { ui.notifications.info('Goodbye!') } })
  • Feature: Change the frame width via the 'Frame Width' module setting, frameWidth optional parameter, e.g., ChallengeTracker.open({ frameWidth: 'thin' }) or the 'Edit Challenge Tracker' form.
  • Feature: Move the Challenge Tracker button from the player list to any of the Scene Control menus via the 'Button Location' module setting and choose which roles have access to it via the 'Display Button' module setting.
  • Feature: Copy existing Challenge Trackers via the 'Challenge Tracker List' form.
  • Compatibility: For Minimal UI module users, the Challenge Tracker button on the player list should now appear/disappear in line with the player list visibility.
  • Compatibility: For SWADE system users, the Challenge Tracker button should now align correctly alongside the bennies tracker.