Skip to content

Commit eb1e2fe

Browse files
committed
1.5.0
1 parent 01ab85d commit eb1e2fe

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Webpack
4141
run: npm run build
4242
- name: Create Release Zip
43-
run: zip -r ./pathmuncher.zip module.json dist templates css lang LICENSE.md # Add folders/files here
43+
run: zip -r ./pathmuncher.zip module.json dist data templates css lang LICENSE.md # Add folders/files here
4444
- name: Create Release # Create an additional release for this version
4545
id: create_versioned_release
4646
uses: ncipollo/release-action@v1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.0
2+
3+
- Starfinder 2e support. Currently Pathbuilder does not export the grade on shields. This will be added when Pathbuilder supports this property in exports.
4+
15
# 1.4.4
26

37
- Clan Dagger Filigrees are implemented as runes in Pathbuilder and caused issues when importing. Pathmuncher will now add the appropriate item. @elsweyrfondue

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Pathmuncher
1+
# Pathmuncher/Starmuncher
22

33
![Latest Release Download Count](https://img.shields.io/badge/dynamic/json?label=Downloads%20(Latest)&query=assets%5B1%5D.download_count&url=https%3A%2F%2Fapi.github.com%2Frepos%2FMrPrimate%2Fpathmuncher%2Freleases%2Flatest)
44
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fpathmuncher&colorB=4aa94a)
55
![Foundry Minimum Compatible Version](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2FMrPrimate%2Fpathmuncher%2Fmain%2Fmodule-template.json&label=Foundry%20Version&query=$.compatibility.minimum&colorB=orange)
66
![Foundry Verified Compatible Version](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2FMrPrimate%2Fpathmuncher%2Fmain%2Fmodule-template.json&label=Foundry%20Version&query=$.compatibility.verified&colorB=green)
77

8-
Import characters from Pathbuilder (or Hephaistos 2E) to Foundry Pathfinder 2e.
8+
Import characters from Pathbuilder (or Hephaistos 2E) to Foundry Pathfinder 2e/Starfinder 2e.
99

1010
![gif-preview](./docs/demo.gif)
1111

@@ -26,7 +26,7 @@ To use this module the users must have the CREATE ACTOR ability, as it creates t
2626
## Known Issues
2727

2828
- There are differences between Pathbuilder names and Foundry names. If you find any, please open an issue, or drop a note in Discord with as much detail as possible, ideally with a shared link to a pathbuilder character.
29-
- Support for "dual classed" characters from the Advanced Players guide is ropey at best, and not supported in Remastered system.
29+
- Support for "dual classed" characters from the Advanced Players guide is ropey at best, and not supported.
3030

3131
## Bugs and Issues
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pathmuncher",
3-
"version": "1.4.4",
3+
"version": "1.5.0",
44
"author": "MrPrimate",
55
"description": "Foundry VTT module for integrating Pathfinder 2e Pathbuilder characters",
66
"private": true,

0 commit comments

Comments
 (0)