Skip to content

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jan 10, 2024
1 parent 42f0fa6 commit fe189a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publish to Foundry VTT Repo
if: ${{ !github.event.release.prerelease }}
id: publish_foundry_repo
run: npx @ghost-fvtt/foundry-publish
run: npx @ghost-fvtt/foundry-publish@2.4.0
env:
FVTT_MANIFEST_PATH: "module.json"
FVTT_PACKAGE_ID: "pf2e-jb2a-macros"
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 2.17.3
- Fixed Modifier Matter animations not working on targeted tokens.

# Version 2.17.2
- Fix integration bug with Modifiers Matter (#171)

# Version 2.17.1
- Fixed Illusory Disguise not working.
- Fixed Divine variant of the Heal animation.

# Version 2.17.0
- Added Remaster renames to spells from the Remaster Changes document. (#168)
- Updated German localization.

# Version 2.16.9
- Fixed Summon Anything macro not obeying default Foundry Summons filters.
-
# Version 2.16.8
- Updated summoning-relevant code to match Foundry Summons 1.5.1.
- Updated localization files.

# Version 2.16.7
- Removed the involvement of the "Add Effect" macro in animations and other functions. That task has been delegated to PF2e Action Support.
- Removed the custom Mirror Image effect in favor of the base system one (since when was that there?)
Expand Down

0 comments on commit fe189a9

Please sign in to comment.