What's Changed
- Fix for #21 by @voodoofrog in #163
- Feature/easy symlinks by @voodoofrog in #178
- [#180] Resolved advancement tab edit issue and visual issues by @kgar in #181
- [#169] Native svelte tab registration and Actor tab override by @kgar in #179
New Contributors
- @voodoofrog made their first contribution in #163
Full Changelog: v0.1.23...v0.2.0
Bugfix and Style Fix
Item sheets have been fixed to resolve an issue with editing advancements for owned items. Misc visual issues on the advancement tab have also been corrected.
Thanks to tartarts for reporting this issue.
New Default Keyboard Tab Settings
- “Use default sheet attribute keyboard tabbing”: when turned on, keyboard tabbing jumps from one ability score to the next, instead of cycling through the ability roll/save roll/proficiency/config buttons.
- “Use default sheet HP keyboard tabbing”: when turned on, keyboard tabbing jumps from HP fields to temp HP fields instead of exhaustion / hit dice
Big thank you to voodoofrog for having the idea and coding it up.
For the Devs: Easy symlinking is here
Easy symlinking has been added to the repo. Thanks to voodoofrog for suggesting it and coding it up. See the updated CONTRIBUTING.md for more details.
For the Devs: Now Accepting Svelte Tabs
Native svelte tab registration is now live. For those who want to create sheet tabs with the power of svelte, Tidy 5e sheets now accepts first-class svelte tab registration.
For the Devs: Actor Tab Override is Here
Want to replace the spellbook tab? Inventory? Abilities? Cargo and Crew? Any of the actor tabs? All actor tab registration now accepts an options object with the overrideExisting field. This boolean is required to be true to override a tab. Otherwise, Tidy will think you’ve specified an existing Tab ID by mistake.