Releases: kgar/foundry-vtt-tidy-5e-sheets
v7.3.1
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.
v5.11.1
v7.3.0
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.
v7.2.2
What's Changed
- Fixed: When dragging on an item with spells to the group sheet, it br… by @kgar in #868
- I18n: latest from weblate by @kgar in #869
Full Changelog: v7.2.1...v7.2.2
Important
For dnd5e 4.1.x 🐉
Maintenance
- Fixed: When dragging on an item with spells to the group sheet, it breaks.
- Fixed: Character Favorite sections would not sort properly when at least 2 among Effects, Bastions, or Activities were included.
Localization
- Polish updates, thanks to Anubis1396!
- Italian updates, thanks to GregoryWarn!
- Spanish updates, thanks to gallegonovato!
v7.2.1
What's Changed
- [#862] fixed: Duplicating Secret buttons on Activity tab use click by @kgar in #863
- [#857] fix: Public Font Paths in Tidy disagree with route prefixing by @kgar in #864
- WIP: container sheet overhaul, with file structure changes by @kgar in #866
- [#861] chore: Activities array in itemContext for all affected document types by @kgar in #865
Full Changelog: v7.2.0...v7.2.1
Important
For dnd5e 4.1.x 🐉
API and Module Integration
- Added hook for the preparation of visible activities in the Inline Activities UI. This was specifically for those who wish to hook in and add or remove activities for a given item when it is being presented on another sheet. Hook Details
- Standardized _prepareItems / _prepareItem protected methods on all actors and the container item sheet so that more data can be accessed and overridden for those using libwrapper
- Moved visible activities into the itemContext for each affected item, instead of relying on direct usage of the activities on the data schema
Maintenance
- Fixed: When executing activities, the Reveal/Hide secret button on item descriptions was duplicating.
- Fixed: Foundry font paths referenced in Tidy were one level too far removed when using route prefixing, causing them not to load.
Note
- The Tidy visual overhaul is underway. While preparing this, numerous updates will flow in with code related to the visual overhaul. At this time, the overhaul contents are intentionally not accessible in the UI, as the work in progress is not ready for alpha / beta testing. This developing code is folded into the main code base so that it does not fall out of sync while other large development efforts continue.
v7.2.0
What's Changed
- Translated using Weblate (Spanish) by @kgar in #848
- [#845] Container TLC by @kgar in #849
- quick fix: Inline Activities for Spell Lists by @kgar in #851
- [#841] feat: Favorite Facilities by @kgar in #853
- I18n: latest from Weblate by @kgar in #854
- [#772] Favorite Activities by @kgar in #856
- [#310] OG Biography CSS and quick fix allowinteractive false port from 3.3.x by @kgar in #852
- Translated using Weblate (Polish) by @kgar in #858
Full Changelog: v7.1.0...v7.2.0
Important
For dnd5e 4.1.x 🐉
These Are a Few of My Favorite Things
You can now add facilities to your Favorites.
You can now add activities to your Favorites.
The biography and journal tabs for PCs and NPCs now use full-tab-sized editors when editing text, and sections they scroll individually.
What Else?
- Fixed: When dragging an item out of a container into the same actor's regular inventory, the container was also attempting to do section transfer, which led to confusing results. Now, when moving an item out of the container, it will just perform the move and not attempt any custom section transferring.
- New: Containers now show Limited Uses / Charges.
- Fixed: Spells were not showing inline activities.
Localization
- Spanish updates, thanks to gallegonovato!
- Italian updates, thanks to GregoryWarn!
- Polish updates, thanks to Anubis1396!
v7.1.0
What's Changed
- I18n: latest from weblate by @kgar in #835
- Translated using Weblate (Spanish) by @kgar in #837
- feat: Character Bastion Tab by @kgar in #843
- [#842] Spellbook fixes by @kgar in #844
- [#825] facility item sheet and misc fixes by @kgar in #846
Full Changelog: v7.0.0...v7.1.0
Important
For dnd5e 4.1.x 🐉
Tidy Bastion Tab is Here
The Tidy Character Bastion Tab is now available!
The Tidy version of the Bastion tab provides all of the features of the default sheets, plus a few extras, and it arranges the information differently.
The Special Facilities are in the most prominent position, then Basic Facilities. Below them, there are rosters for Defenders, Hirelings, and Creatures. The, finally, there is the description with the usual editor capabilities.
When hovering on the roster member or the facility occupant, it is highlighted in both places.
A clickable menu icon opens the context menu. The same context menu opens if you right click the facility panel itself.
When you click an empty slot, it opens the Compendium Browser for your convenience.
Facility occupants have a context menu, allowing for editing or removing them from their facility.
When the sheet is unlocked, hovering on a facility occupant shows a config cog, and left clicking will open the context menu as well.
Clicking the facility header uses the facility.
Crafting items will show an item card when hovered. Likewise, the facility will show an item card when its header is hovered.
Like with the default sheet Bastion tab, clicking the empty facility slots will open the compendium browser.
Disabled facilities are inaccessible to non-GMs, but GMs can access the disabled facilities and make any needed changes during play.
Bastions are part of the Default Tabs globally, but if you are running an existing game, you'll probably have to add the tab to default tabs manually.
The tab becomes available and visible when the player character has met the same requirements that exist for the default sheet. In any case, players can choose the tab when the character has met the level requirements.
Tidy Facility Item Sheet is Here
The Tidy Facility Item Sheet is now available!
Localization
- Brazilian Portuguese updates, thanks for Kharmans!
- Polish updates, thanks to Anubis1396!
- Spanish updates, thanks to gallegonovato!
And More
- fixed: Attunement tracker wasn't showing attuned items from containers
- new: Disabled bastion facilities are now grayed out and inaccessible to non-GMs
- fixed: Cast Activity spells in the spellbook were not showing limited uses for their target activity
- fixed: The Additional Spells section was not working correctly when changing its order and visibility via Section Config
v5.11.0
What's Changed
Full Changelog: v5.10.1...v5.11.0
Important
For dnd5e 3.3.x 🦎
What's New?
- fixed: Target was a number input instead of a text input, prevent entry of formulas / roll data.
- fixed: When using Foundry's Manual Rolls feature, opening a Tidy sheet would cause manual roll resolver dialogs to appear, depending on what damage formulas were being used.
v7.0.0
What's Changed
- Added missing inline activities to character features and vehicle att… by @kgar in #821
- First pass at compatibility by @kgar in #829
- Update ko.json by @flattenstream in #830
- Dnd5e 4.1.x compat 2nd pass by @kgar in #831
- Added inline activities to favorite features. by @kgar in #833
- Dnd5e 4.1.x compat d20roll fix by @kgar in #834
- dnd5e: 4.1.x compatibility by @kgar in #832
Full Changelog: v6.4.1...v7.0.0
Important
For dnd5e 4.1.x 🐉
V7.0.0 Is Here
Tidy 5e Sheets is unlocked for dnd5e 4.1.x.
Features like the Character Sheet Bastion tab and Bastion Facility item sheet are in the works but not ready yet.
What's New?
- Fixed: Moving to 4.1.x brought a number of deprecation warnings.
- Feature: Prototype Token and Token configuration icons are now different from each other. The Token configuration icon is a more hollowed out variant.
- Fixed: Favorite Features were not showing inline activities.
- Fixed: When toggling between classes on the spellbook tab using the multiclass filter dropdown, the Raw Spell Attack roll in the footer wasn't rolling the selected class's spellcasting modifier, only the primary class's spellcasting mod.
- Feature: Spells from the Cast activity show an Activity Config option instead of a Delete option, since they aren't able to be deleted except through managing the related activity.
Localization
- Korean updates, thanks to flattenstream!
v6.4.1
What's Changed
- Added missing value binding for recovery formula. by @kgar in #819
- I18n: latest from weblate by @kgar in #820
Full Changelog: v6.4.0...v6.4.1
Important
For dnd5e 4.0.x 🐉
Maintenance 🔧
- Fixed: Item Recovery Formula was not appearing in the formula input.
Localization
- Czech updates, thanks to Lethrendis!
- Italian updates, thanks to GregoryWarn!