What's Changed
- [#873] Header Control API QOL by @kgar in #878
- [#879] armor magical bonus mapping fix by @kgar in #880
- I18n: latest from weblate by @kgar in #881
Full Changelog: v7.3.0...v7.3.1
[!IMPORTANT] For dnd5e 4.1.x 🐉
App V2 Header Control Position Now Available
For anyone who registers header controls in the Tidy API, the position
option is now available. It takes either menu
or header
, and it defaults to menu
if no position is provided.
menu
(default) - the registered control is placed in the three-dots menu on the App V2 headerheader
- the registered control is placed on the header itself in the style of App V1 sheets.
For more info, see the Tidy API
Localization
- Polish updates, thanks to Anubis1396!
- Italian updates, thanks to GregoryWarn!
Maintenance
- Fixed: Armor magical bonus was not showing the right value and not saving changes.