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.
- registerActorHeaderControls
- registerCharacterHeaderControls
- registerGroupHeaderControls
- registerItemHeaderControls
- registerNpcHeaderControls
- registerVehicleHeaderControls
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.