Releases: ebullient/ttrpg-convert-cli
Release 1.0.12
🔥 File name changes
Each file name will now contain an abbreviation of the primary source to avoid conflicts (for anything that does not come from phb, mm, dmg).
If you use the Templater plugin, you can use a templater script to rename files in your vault before merging with freshly generated content. View the contents of the template before running it, and adjust parameters at the top as necessary.
🔥 Deity symbols and Bestiary Tokens
Symbols and tokens have changed in structure. Custom templates will need a bit of adjustment.
For bestiary tokens:
{#if resource.token}
![{resource.token.caption}]({resource.token.path}#token){/if}
For deities:
{#if resource.image}
![{resource.image.caption}]({resource.image.path}#symbol){/if}
Summary of changes
- 34cefb6 📝 Update README
- 26925cc 🚚 Templater template to rename notes
- 25d4269 🐛 List only mundane item properties
- 854c1fc 🐛 Fix rarity and tier in item detail. Fixes #21
- c008ed9 🐛 Ignore core books in additional/other sources
- 60b838a 🐛🔥 Fix duplicate pages & test all links
- bb9836e 🐛 Correctly parse quickref attributes
- 9e56c09 🐛 Fix assignment of compendium path. Fixes #11
- d28c7cb 🐛 Prevent file collisions (warn)
- c28bc43 🐛 UA and decorated name cleanup
- 6708b13 🐛 Reduce construction of sources
- 5f25253 🎨 Dummy version during build
- e9708c0 ♻️ Stash sources on Qute resources
- f55056b ✅ Clean up output before test
- 7a534f5 🐛 🔥 Include class name in subclass file names
- ed448e4 🐛 Handle class variants for spells
- 2870298 🐛 Fix UA Source abbreviations
- 9542703 🎨 normalize path when writing files
- f47ad08 🐛 Use image resource/caption in templates. Fixes #19
- 031acda 📝 Add DoSI: Dragons of Stormwreck Isle. Fixes #16
- 7c0fa37 Bump quarkus.platform.version from 2.13.0.Final to 2.13.1.Final
- 0452260 Bump quarkus.platform.version from 2.12.3.Final to 2.13.0.Final
- 7f9cf2f Bump quarkus.platform.version from 2.12.1.Final to 2.12.3.Final
- 32bc6c3 ✨ 🐛 Deity alternate names. Fixes #9 (again)
- 7670f23 🔧 Prepare for next release
Full Changelog: 1.0.11...1.0.12
Release 1.0.11
Release 1.0.10
- 29a7eb2 ✅ Tests for unresolved references in most output
- 9b88624 🐛 Unresolved {@spell } in monster AC text
- 2e7810d 🎨 Strip markdown from YAML (cheers @valentine195)
Release 1.0.9
Release 1.0.8
Release 1.0.7
- 980afd4 🐛 Find UA tokens
- 068f29d ✏️ whitespace / import sorting
- 17f8c58 🐛 ✨ Copy bestiary tokens; fix cssclass
- 7ec3d16 ✨ ♻️ Better path management; Copy deity images
- 1e3ad90 ♻️ Clean up some static references
- 107a35b ✨ First bits for deities
- d15252f ♻️ Move readFile, readDirectory (prep copyImage)
- 212b3c5 ♻️ Move target dir / title into qute classes (make room for images)
- 2a031fa ✨ Use compendium/rules paths in output
- 90ff000 🐛 A few more sizes
- cf3f88b ✨ Functional version command
Release 1.0.6
Release 1.0.5
17e2041 ✨ Include Lair Actions
347b1f4 🐛 ✨ Copy traits; clean up inherited sources
c14b86a 🐛 Fix bug reading generic ability; crToXp, crToPb variants
f21f190 🐛 Correct ideals table
005dc74 Merge pull request #3 from ebullient/dependabot/maven/quarkus.platform.version-2.12.1.Final
498ac6e Bump quarkus.platform.version from 2.12.0.Final to 2.12.1.Final
8a203c8 ✨ Include monster source in statblock plugin YAML
9b97b55 💚 fix snapshot release deletion
3a24709 ✨ Generate lookup tables for traits/ideals/bonds/flaws
Release 1.0.4
- f7babbb 🐛 Fix monster spellcasting block; move more npcs