diff --git a/CHANGELOG.md b/CHANGELOG.md index af37087..309d0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.7 (Jul 25, 2021) + +* fix last build (ugh) + ## 0.6.6 (Jul 25, 2021) * remove debug code diff --git a/module.json b/module.json index 2662361..244bb7c 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "Pathbuilder 2e Import", "description": "This module allows players and GMs to import player characters built in Pathbuilder 2e", "author": "slate", - "version": "0.6.6", + "version": "0.6.7", "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "0.8.8", "esmodules": [ @@ -14,7 +14,7 @@ "license": "MIT", "url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import", "manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json", - "download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.6.6/foundry-pathbuilder2e-import-0.6.6.zip", + "download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.6.7/foundry-pathbuilder2e-import-0.6.7.zip", "changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md", "bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues", "flags": { diff --git a/pathbuilder-import-min.js b/pathbuilder-import-min.js index aba7e6a..56fbaf0 100644 --- a/pathbuilder-import-min.js +++ b/pathbuilder-import-min.js @@ -1,4 +1,4 @@ -var fbpiDebug=!1;const fpbi="0.6.6",reportDomain="https://www.pf2player.com/",pbcolor1="color: #7bf542",pbcolor2="color: #d8eb34",pbcolor3="color: #ffffff",pbcolor4="color: #cccccc",pbcolor5="color: #ff0000";var buildID,pcAlign,applyChanges=!1,finishedFeats=!1,finishedActions=!1,finishedClassFeatures=!1,finishedAncestryFeatures=!1,finishedEquipment=!1,finishedSpells=!1,addFeats=!1,addEquipment=!1,addMoney=!1,addSpellcasters=!1,deleteAll=!1,heroVaultExport=!1,reportMissedItems=!1,allItems=[],jsonBuild=[],addedItems=[],pbButton=!0;async function doHVExport(hero,act){game.modules.get("herovaultfoundry")?.api?.exportToHVFromPBHLO(hero,act)}async function beginPathbuilderImport(targetActor,isHV=!1){finishedSpells=finishedEquipment=finishedAncestryFeatures=finishedClassFeatures=finishedActions=finishedFeats=applyChanges=!1,allItems=[];let heroVault=isHV?'

':"";new Dialog({title:"Pathbuilder Import",content:` +var fbpiDebug=!1;const fpbi="0.6.7",reportDomain="https://www.pf2player.com/",pbcolor1="color: #7bf542",pbcolor2="color: #d8eb34",pbcolor3="color: #ffffff",pbcolor4="color: #cccccc",pbcolor5="color: #ff0000";var buildID,pcAlign,applyChanges=!1,finishedFeats=!1,finishedActions=!1,finishedClassFeatures=!1,finishedAncestryFeatures=!1,finishedEquipment=!1,finishedSpells=!1,addFeats=!1,addEquipment=!1,addMoney=!1,addSpellcasters=!1,deleteAll=!1,heroVaultExport=!1,reportMissedItems=!1,allItems=[],jsonBuild=[],addedItems=[],pbButton=!0;async function doHVExport(hero,act){game.modules.get("herovaultfoundry")?.api?.exportToHVFromPBHLO(hero,act)}async function beginPathbuilderImport(targetActor,isHV=!1){finishedSpells=finishedEquipment=finishedAncestryFeatures=finishedClassFeatures=finishedActions=finishedFeats=applyChanges=!1,allItems=[];let heroVault=isHV?'

':"";new Dialog({title:"Pathbuilder Import",content:`

It is strongly advised to import to a blank PC and not overwrite an existing PC.


diff --git a/pathbuilder-import.js b/pathbuilder-import.js index e2c4c3f..e0d15c3 100644 --- a/pathbuilder-import.js +++ b/pathbuilder-import.js @@ -1,5 +1,5 @@ var fbpiDebug = false; -const fpbi = "0.6.6"; +const fpbi = "0.6.7"; const reportDomain = "https://www.pf2player.com/"; const pbcolor1 = "color: #7bf542"; //bright green