Skip to content

Releases: kgar/foundry-vtt-tidy-5e-sheets

v5.10.0

21 Oct 19:06
6607779
Compare
Choose a tag to compare

What's Changed

  • Added wrapping to item summaries in item advancements. by @kgar in #805
  • Implemented Actor Link Indicator toggle / unlink token reactivity for … by @kgar in #806
  • [#738] Assign Spell to Source Class when Filtering by Class in Spellbook by @kgar in #807
  • Resolved: Switches don't toggle when clicking their labels by @kgar in #808

Full Changelog: v5.9.2...v5.10.0

Important

For dnd5e 3.3.x 🦎

Another Care Package 🎁

  • Fixed: Item summaries in item advancements were not wrapping properly, causing horizontal scroll.
  • Fixed: Switches were not toggling when clicking their labels.

Actor Link Indicator Upgrade

The Actor Link Indicator now supports the following:

  • Click the link indicator to toggle "Link Actor Data" on sidebar NPCs
  • Click the link indicator to toggle off "Link Actor Data" on token NPCs

Multiclassing - Set Spell Source Class on Drop

With the multiclass spellbook filter feature turned on, if a class is selected on the dropdown, any spells dropped onto the spellbook will automatically set their source class to the selected class. This behavior is triggered during createItem hook specifically for Tidy character sheets.

v6.2.0

13 Oct 14:20
bbd4109
Compare
Choose a tag to compare

What's Changed

  • 4.0.x care package by @kgar in #798
  • I18n: latest from weblate by @kgar in #799
  • I18n: latest from weblate by @kgar in #801
  • quick fix: Added lang reference to module json. by @kgar in #802

Full Changelog: v6.1.3...v6.2.0

Important

For dnd5e 4.0.x 🐉

Maintenance 🔧

  • Fixed: the Ukrainian translation file was not loading into Foundry.

Care Package - Ported from Tidy V5

Tidy Integration: Custom Section Settings in Default Item Sheet

Tidy now injects the Section / Action Section fields in default item sheets. This is specifically to support users who would like to use the Tidy custom sections but for whatever reason are not using the Tidy item sheets, which are where these settings are natively presented.

What's New?

  • Temp Max HP no longer performs "delta changes." If you have "-2" temp max HP and you change it to "-9", it no longer subtracts 9. It now just sets it to "-9". Delta changes were causing a great deal of clunkiness for users who leverage temp max HP reduction.
  • More sections of the NPC abilities tab item tables now have Uses/Usage columns.
  • Tidy now prevents the user from adding multiple races and backgrounds to a character. This was being enforced with item drops but not with the Add button on the table section.
  • Item sheet hint paragraphs have been lined up properly with other content in the details tabs.

v5.9.2

13 Oct 14:11
55740a0
Compare
Choose a tag to compare

What's Changed

  • quick fix: Added lang reference to module json. by @kgar in #803

Full Changelog: v5.9.1...v5.9.2

[!IMPORTANT] 🦎
For dnd5e 3.3.x

Maintenance 🔧

  • Fixed: the Ukrainian translation file was not loading into Foundry.

v5.9.1

13 Oct 06:01
cb2251d
Compare
Choose a tag to compare

What's Changed

  • Added uk translation from Tidy V6. by @kgar in #800

Full Changelog: v5.9.0...v5.9.1

Localization

  • Ukrainian translation ported from Tidy V6, thanks again to share-and-dont-care!

v5.9.0

12 Oct 02:47
fbaa13c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.0...v5.9.0

Important

For dnd5e 3.3.x 🦎

Tidy Integration: Custom Section Settings in Default Item Sheet

Tidy now injects the Section / Action Section fields in default item sheets. This is specifically to support users who would like to use the Tidy custom sections but for whatever reason are not using the Tidy item sheets, which are where these settings are natively presented.

image

What's New?

  • Temp Max HP no longer performs "delta changes." If you have "-2" temp max HP and you change it to "-9", it no longer subtracts 9. It now just sets it to "-9". Delta changes were causing a great deal of clunkiness for users who leverage temp max HP reduction.
  • More sections of the NPC abilities tab item tables now have Uses/Usage columns.
  • Tidy now prevents the user from adding multiple races and backgrounds to a character. This was being enforced with item drops but not with the Add button on the table section.
  • Item sheet hint paragraphs have been lined up properly with other content in the details tabs.

v6.1.3

09 Oct 03:17
ce50076
Compare
Choose a tag to compare

What's Changed

  • I18n: latest from weblate by @kgar in #794
  • tidying: Exhaustion tooltip simplification by @kgar in #795
  • I18n: latest from Weblate by @kgar in #796

Important

For dnd5e 4.0.x 🐉

Full Changelog: v6.1.2...v6.1.3

Localization

  • Ukrainian translation, thanks to share-and-dont-care!

Some Tidying 🧹

  • Default exhaustion tooltips are now generic (e.g., "Exhaustion Level 1," "Exhaustion Level 2," ...). The levels, tracker, and tooltips are still customizable in World Settings, but Tidy will no longer try to provide hints based on rulesets.

v6.1.2

06 Oct 21:30
623424e
Compare
Choose a tag to compare

What's Changed

  • [#778] ui: Actor name and search bar height didn't scale with core pt size increase by @kgar in #786
  • Bump rollup from 4.17.2 to 4.22.4 by @dependabot in #785
  • chore: npm dependency updates and related fixes by @kgar in #788
  • Translated using Weblate (Spanish) by @kgar in #791
  • [#792] Header Controls API by @kgar in #793

Full Changelog: v6.1.1...v6.1.2

App V2 Header Controls API is Here

The Tidy API now has methods for adding custom header controls to all App V2 sheets. At this time, that would be all items, including containers, and Group sheets. See the API for more details and examples on how to use it.

Localization

  • Spanish updates, thanks to benhid!

Maintenance 🔧

  • As part of routine maintenance, various development tools were updated to stay current.
  • Fixed: Actor names don't scale when setting the core font size higher. This fix was already applied to Tidy V5, so this is just V6 releasing the same fix.

v5.8.0

06 Oct 05:54
597f4be
Compare
Choose a tag to compare

What's Changed

  • Dnd5e 3.3.x the unbuttoning by @kgar in #789
  • quick fix: removing global tabindex -1 code, cleanup by @kgar in #790

Full Changelog: v5.7.7...v5.8.0

Maintenance 🔧

  • Because of issues related to Foundry keybinds and modules which leverage those keybinds, the majority of HTML buttons in Tidy 5e Sheets have been replaced with non-button equivalents. This is in an effort to cut down on recurrence of keybind issues.
  • Removed a few settings and localization keys that are no longer relevant now that there are far less buttons.
  • Minor style fixes and code cleanup.

v5.7.7

27 Sep 02:57
3c3663c
Compare
Choose a tag to compare

What's Changed

  • [#778] UI fix for core pt size changes, in 3.3.x dnd5e by @kgar in #787

Full Changelog: v5.7.6...v5.7.7

[!IMPORTANT] For dnd5e 3.3.x 🦎

Maintenance 🔧

  • Fixed: When setting the Foundry core font pt size to 9, the Actor Name input height would not scale appropriately.

v6.1.1

26 Sep 23:23
f4d81ee
Compare
Choose a tag to compare

What's Changed

  • quick fix: Corrected usage of splitSemicolons util. by @kgar in #784

Full Changelog: v6.1.0...v6.1.1

Important

For dnd5e 4.0.x 🐉

Maintenance 🔧

  • Fixed: the Group sheet would fail to open when a custom sense was used on a group member