Skip to content

Releases: Larkinabout/fvtt-token-action-hud-core

2.0.11

15 Jan 20:42
Compare
Choose a tag to compare

Token Action HUD Core 2.0.11

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

New Systems

Improvements

  • Added automatic handling of tooltip direction based on HUD style.

2.0.10

05 Dec 09:41
Compare
Choose a tag to compare

Token Action HUD Core 2.0.10

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

New Systems

Bug Fixes

  • Fixed reading 'bottom' error (#294).

2.0.9

27 Nov 23:15
Compare
Choose a tag to compare

Token Action HUD Core 2.0.9

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

New Systems

Bug Fixes

  • Hidden empty subgroups when 'Enable Customization' is enabled (#293).
  • Cleared some detached objects (#292).

2.0.8

16 Nov 17:04
Compare
Choose a tag to compare

Token Action HUD Core 2.0.8

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

Improvements

  • Added a 'Collapsible Subgroups' module setting to allow users to disable the collapsible subgroups functionality (#285).

Bug Fixes

  • Fixed tooltip display for groups and tab subgroups (#291).
  • Fixed HUD not interactable when using 3D Canvas.
  • Fixed the 'Mark Active Actions with Asterisk' functionality.

2.0.7

12 Nov 10:28
Compare
Choose a tag to compare

Token Action HUD Core 2.0.7

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

New Systems

Improvements

  • Added dockPosition ("left", "center-right", "right") to the styles object to allow TAH system modules to create custom docked styles.

Bug Fixes

  • Fixed tooltip display for list subgroups (#291).
  • Removed async from the registerStyles method.

2.0.6

04 Nov 21:19
Compare
Choose a tag to compare

Token Action HUD Core 2.0.6

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

Bug Fixes

  • Fixed default position of HUD (#280).
  • Fixed custom layouts for players.
  • Fixed roll handler extender code, courtesy of @ddbrown30.

2.0.5

31 Oct 21:30
Compare
Choose a tag to compare

Token Action HUD Core 2.0.5

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0.X.

Important

This release is compatible with Foundry VTT 12 only.

Improvements

  • Improved the message when an incompatible version of Token Action HUD Core is installed.

Bug Fixes

  • Fixed error when using derived groups.
  • Fixed position of list image.

2.0.4

26 Oct 16:51
Compare
Choose a tag to compare

Token Action HUD Core 2.0.4

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0+.

Important

This release is compatible with Foundry VTT 12 only.

New Features

Docked HUD

There are three new styles available in the 'Style' module setting: Docked Left, Docked Center-Right and Docked Right. These present the HUD as a fixed vertical list in various positions. Please note, the following module settings do not interact with these HUD styles: Direction, Grid, Hud Scale, Dragging.
image

Controls

Located in Game Settings > Configure Controls > Token Action HUD Core, there are two controls:

  • Enable/Disable HUD: As the name suggests, this control enables or disables the HUD.
  • Collapse/Expand HUD: This control collapses or expands the HUD.

Improvements

Application V2

Updated the HUD and all forms to Application V2.

Developers

See Core Changes for System Module Developers

Bug Fixes

  • Fixed 'undefined (reading 'actorId') error (#277).
  • Fixed error causing 'Failed to migrate files to persistent storage'.

2.0.3

25 Oct 22:20
Compare
Choose a tag to compare

Token Action HUD Core 2.0.3

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0+.

Important

This release is compatible with Foundry VTT 12 only.

New Features

Docked HUD

There are three new styles available in the 'Style' module setting: Docked Left, Docked Center-Right and Docked Right. These present the HUD as a fixed vertical list in various positions. Please note, the following module settings do not interact with these HUD styles: Direction, Grid, Hud Scale, Dragging.
image

Controls

Located in Game Settings > Configure Controls > Token Action HUD Core, there are two controls:

  • Enable/Disable HUD: As the name suggests, this control enables or disables the HUD.
  • Collapse/Expand HUD: This control collapses or expands the HUD.

Improvements

Application V2

Updated the HUD and all forms to Application V2.

Developers

See Core Changes for System Module Developers

Bug Fixes

  • Fixed HUD not showing for players.
  • Fixed undefined 'dataHandler' error.
  • Fixed 'doRegisterSettings is not a function' error.

2.0.2

25 Oct 06:45
Compare
Choose a tag to compare

Token Action HUD Core 2.0.2

For a guide on using Token Action HUD, go to: How to Use Token Action HUD

Warning

Do not update Token Action HUD Core until your Token Action HUD system modules support version 2.0+.

Important

This release is compatible with Foundry VTT 12 only.

New Features

Docked HUD

There are three new styles available in the 'Style' module setting: Docked Left, Docked Center-Right and Docked Right. These present the HUD as a fixed vertical list in various positions. Please note, the following module settings do not interact with these HUD styles: Direction, Grid, Hud Scale, Dragging.
image

Controls

Located in Game Settings > Configure Controls > Token Action HUD Core, there are two controls:

  • Enable/Disable HUD: As the name suggests, this control enables or disables the HUD.
  • Collapse/Expand HUD: This control collapses or expands the HUD.

Improvements

Application V2

Updated the HUD and all forms to Application V2.

Developers

See Core Changes for System Module Developers

Bug Fixes

  • Fixed errors when trying to reset the HUD layout (#275).