What's Changed
- THE Svelte 5 Upgrade by @kgar in #867
- [#620] feat: Effect Info Card and Summary by @kgar in #874
- I18n: latest from weblate by @kgar in #875
Full Changelog: v7.2.2...v7.3.0
Tidy + Svelte 5
Tidy 5e Sheets now runs on Svelte 5. The update involved 116 commits over 3 weeks and two beta releases. I'm hoping all issues with the migration have been resolved, but if I've missed something, please file a github issue or let me know on the dedicated discord server.
Tidy Info Cards
Tidy's Item Card feature has evolved into Tidy Info Cards. Anything can be put onto an info card. To get things started, Tidy now has effect cards.
Previously, you could press a shortcut key ("X" by default) to freeze the card in place. Now, you can press a shortcut key ("T" by default) to popout the info card. The shortcut key is configurable.
For the new effect cards, there is a setting to disable effect cards, if they are getting in the way. This is a client setting, so each user can customize to their liking.
Effect Summary
When viewing effects from actor sheets, you can now expand/collapse a summary of the effect. This summary is custom-made for Tidy, so if there's essential effect information that should be included, file a github issue the Tidy 5e Sheets repo requesting the info.
Localization
- Spanish updates, thanks to gallegonovato!
- Brazilian Portuguese updates, thanks to Kharmans!
- Italian updates, thanks to GregoryWarn!
What else?
- Fixed: Activities icons were inconsistently sized between SVG and img.
- Fixed: When item names are italicized, the last letter sometimes clips
- Fixed: Compendium sheets were not showing the Import for App V2 content (Group, Item, Container)
- Fixed: Compendium sheets were not allowing dragging active effects. This feature is needed for the common use case of dragging template item effects onto items to enchant them with +1 / +2 / +3, etc. a la the DMG module
- New: Attached Info Cards have left edge detection and can show up on the right side of the sheet if there's insufficient room on the left.
- New: Some UI, like the accordion and edit buttons for editor content have received some gentle revisions improve their tidiness.
- New: the color picker UI is now updated to use coloris. The Svelte 5 upgrade made it impossible to keep the previous color picker.
- Fixed: URL-based images like Forge image URLs were not showing up in item tables.
- Fixed: Some Tidy API sheet functions were throwing an error when run against "createItem" hooks when no sheet was open.




