Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Jan 22, 2025
1 parent c84afe4 commit 6ba7ce1
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.3.0 — "Second-Hand Smoke" edition

> 2025-01-22
- Added support for dnd5e 4.2.x (maintaining support for dnd5e 4.1.x)
- Added "Metric Volume" Config options; support for setting metric volumes on containers in Items importer
- Added explicit "Use game setting" option to Importer Config option metric settings (previously this was implicit regardless of option chosen)
- Various minor Importer improvements (Vehicle Importer feature type tweaks; Creature Importer telepathy, habitat, and treasure support; Item Importer "energy cell" ammo type support)
- Adventure/Book Importers now expand lists of `@creature` tags into lists of embeds (and embedded statblocks, under 4.2.x)
- Fixed Importer failing to pre-populate actor ID when importing temp actor documents, leading to invalid links in some embedded items

### v2.2.5

> 2025-01-21
Expand Down
6 changes: 6 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1637,5 +1637,11 @@
"ver": "2.2.5",
"date": "2025-01-21",
"txt": "- Improved Creature Importer handling of \"Flee, Mortals!\" retainers and companion\n- Fixed hidden crash when loading feature pickers for features with sub-feature references"
},
{
"ver": "2.3.0",
"date": "2025-01-22",
"title": "Second-Hand Smoke",
"txt": "- Added support for dnd5e 4.2.x (maintaining support for dnd5e 4.1.x)\n - Added \"Metric Volume\" Config options; support for setting metric volumes on containers in Items importer\n - Added explicit \"Use game setting\" option to Importer Config option metric settings (previously this was implicit regardless of option chosen)\n - Various minor Importer improvements (Vehicle Importer feature type tweaks; Creature Importer telepathy, habitat, and treasure support; Item Importer \"energy cell\" ammo type support)\n- Adventure/Book Importers now expand lists of `@creature` tags into lists of embeds (and embedded statblocks, under 4.2.x)\n- Fixed Importer failing to pre-populate actor ID when importing temp actor documents, leading to invalid links in some embedded items"
}
]
6 changes: 3 additions & 3 deletions module-foundry12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "plutonium",
"title": "Plutonium",
"description": "A <a href=\"https://5e.tools\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
"version": "2.2.5",
"version": "2.3.0",
"authors": [
{
"name": "Giddy",
Expand Down Expand Up @@ -58,8 +58,8 @@
"type": "system",
"compatibility": {
"minimum": "4.1.0",
"verified": "4.1.2",
"maximum": "4.1.999"
"verified": "4.2.1",
"maximum": "4.2.999"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "plutonium",
"title": "Plutonium",
"description": "A <a href=\"https://5e.tools\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
"version": "2.2.5",
"version": "2.3.0",
"authors": [
{
"name": "Giddy",
Expand Down Expand Up @@ -58,8 +58,8 @@
"type": "system",
"compatibility": {
"minimum": "4.1.0",
"verified": "4.1.2",
"maximum": "4.1.999"
"verified": "4.2.1",
"maximum": "4.2.999"
}
}
],
Expand Down
Binary file modified plutonium-foundry12.zip
Binary file not shown.
Binary file modified plutonium.zip
Binary file not shown.

0 comments on commit 6ba7ce1

Please sign in to comment.