Skip to content

Commit 70a694c

Browse files
committed
1.3.0
- Monsters in settings can now be filtered by source - CritterDB JSON files can now be imported - 5e.tools JSON files can now be imported - Improved column resizing logic - Fixed bug where the monsters in settings would disappear
1 parent 66cb6ed commit 70a694c

13 files changed

Lines changed: 1119 additions & 261 deletions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ rollup.config-dev.js
1515
src/converted-bestiary.json
1616
src/convert-spells.js
1717
src/convert.js
18-
src/importers/Curse of Strahd Bestiary.xml
19-
src/importers/improved-initiative.json
18+
src/importers/*.xml
19+
src/importers/*.json

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-5e-statblocks",
33
"name": "5e Statblocks",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Create 5e styled statblocks in Obsidian.md",
66
"minAppVersion": "0.12.0",
77
"author": "Jeremy Valentine",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-5e-statblocks",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Create 5e styled statblocks in Obsidian.md",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)