- minor change to compatability info
- overhauled for Foundry v10 and pf2e 4.x
- no code change, just updated the module to show compatability with v9
- prevent module from showing up in non-pf2e systems
- fix permissions on import
- updated codebase for PF2e 2.15.
- update for 0.8.9 compatability
- introduced compatability with http instead of https (should work with both)
- updated codebase for PF2e 2.11. All users are required to upgrade as there are breaking changes
- fixed bug that would export characters to herovault that weren't supposed to be
- removed extraneous code
- fixed a bug that would export the PC to herovault even when the export to herovault box was unchecked.
- fixed a bug triggered by importing PC over an existing PC
- version bump to fix bad commit
- fixed the connector I rewrote. forgot to include the change
- rewrote the connectors between hlo importer and herovault to use native api calls instead of janky crap
- revert previous change
- change relative paths to absolute for imports
- This module now integrates with HeroVau.lt and I highly recommend you install it, too!
- upped compatible version to 0.8.8
- prevent herolab button from showing if herovault is present and active
- fixed HLO importer showing up on non-character sheets
- cleaned up some code
- support for foundry 0.8.7
- minify the javascript
- added function in build code to ensure debug is never deployed
- Support for foundry 0.8.6+ only
- Fixed incompatability with the Foundry native app (thanks @Drental)
- Feats that have effects attached to them are now applied to the PC upon import.
- New tokens will have the appropriate actor ID
- Fix minor error in console output
- Added a setting to enable/disable debug output so source code editing wouldn't be required.
- Method implemented in 0.3.2 to prevent module from being loaded doesn't quite work, even though it should according to the documentation. Added a check in the code to prevent it from working outside of pf2e.
- prevent module from being loaded in other game systems (thanks wildj79)
- fix bug that was preventing error messages from showing
- add hlo importer and gamesystem version to js
- add color to console logging
- add hlo importer and gamesystem version to requests to check for compatability breaking features
- update to support PF2e 1.11.13
- add support for bug reporter module
- fix cancel button not working
- disable debug mode
- Made a proper release
- Added support for GMs to use their own User Token instead of my User Token (default). This value can be set through the module settings page. It is currently optional. I expect it will be mandatory at some time in the future.
- Added rudamentary error handling
- Change function names; I think they were possibly conflicting with Import from Pathbuilder 2e
- add debug flag to enable debug output to console
- Change Import icon to flask to imitate the flask that HLO uses for it's favicon.
- Changed the menu title to HLO (from Import from HLO) to save some space. Title bars get pretty crowded if you have a lot of other modules that use that space.
- Prevent Import button from showing up on anything other than character sheets
- Initial Release