Skip to content

Releases: mclemente/healthEstimate

31.6.2

08 Oct 17:51
e54fbce
Compare
Choose a tag to compare
  • Fixed error when using the Show on Combat Only setting (#202).
  • Updated French localization.

31.6.1

05 Oct 19:19
Compare
Choose a tag to compare
  • Fixed estimate position being different if Scale to Zoom was active.
  • Fixed estimates of invisible tokens not being updated even though the Always Show Estimates setting was on.
  • Changed Height's default value to 0.

From 31.6

  • Improved Scale to Zoom setting (#184).
  • Renamed the "Position" style setting to "Height".
  • Added a new "Position" style setting with 3-way choice between Top, Middle, Bottom.
  • Removed the "Margin Adjustment" style setting,
  • Removed compatibility with Foundry V10.
  • Added Czech localization.

31.6

05 Oct 05:28
Compare
Choose a tag to compare
  • Improved Scale to Zoom setting (#184).
  • Renamed the "Position" style setting to "Height".
  • Added a new "Position" style setting with 3-way choice between Top, Middle, Bottom.
  • Removed the "Margin Adjustment" style setting,
  • Removed compatibility with Foundry V10.
  • Added Czech localization.

31.5.1

19 Sep 17:21
Compare
Choose a tag to compare
  • Added Japanese localization (@doumoku).

31.5

03 Sep 23:44
Compare
Choose a tag to compare
  • PF2e: Fixed Party actor throwing errors (#195).
  • Tentative fix to a wrong behavior (#197).

31.4

31 Aug 17:15
Compare
Choose a tag to compare
  • PF2e: Party actor type doesn't throw errors anymore.
  • Added support for the D&D4e system (contribution from @Marcloure).

31.3

01 Aug 05:47
Compare
Choose a tag to compare
  • Fixed an error thrown when editing an Estimation table's name or JS Rule.
  • Added "actor" to the JS Rule validation.
  • Added error handling to the JS Rule validation, so an invalid rule should now throw an warning on the console and be skipped.

31.2

25 Jul 00:12
9d67a51
Compare
Choose a tag to compare
  • Stafinder: Fixed Drones and NPCs adding Stamina Points to their calculations (@kondziu).
  • Updated Chinese localization, contribution from Weblate contributors.

31.1

18 Jul 17:25
851b2d6
Compare
Choose a tag to compare
  • Improved system-agnostic support by using the a system's primaryTokenAttribute property if any is set. Systems with that property set should now work "out of the box" without the need to adjust the HP Data Path setting.
  • Update French, German and Brazilian Portuguese localization. Contribution from Weblate contributors.

31.0

08 Jul 02:00
Compare
Choose a tag to compare
  • Added "Hide Vehicle's Estimate", "Add Temporary Health", and "Hide Estimates on Tokens with 0 max HP" settings to systems where they are relevant.
  • API:
    • Moved the addTemp and breakOnZeroMaxHP setting's data to core and added two new booleans to the EstimationProvider's constructor so providers can set them without the need to duplicate their data.
    • Added a vehicleRules object that sets if the setting that hides Vehicle Names is visible and an array of actor types that should be considered vehicles (e.g. vehicle, ship, spacecraft, etc).
    • Added an isVehicle getter that returns a string to be used on the breakCondition getter to avoid code duplication.
    • Added a deathMarker object that sets if the Death Marker setting is visible and its default value (this was added on 30.9.1 but I didn't put emphasis on the API change).
    • Re-added the tokenEffects method (also added on 30.9.1).