Skip to content

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Dec 12, 2024
1 parent 9530ce0 commit c8b4dfa
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ releases/
scripts/
*.code-workspace
release.mjs
ignore.txt
ignore.txt
src/data/test.ts
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 3.15.0

- the module now uses a migration manager
- the main GM will be asked to migrate on load
- if the system is migrating data, make sure to wait until it is done before starting
- `Custom Dailies`:
- the `setExtraFlags` object is now put behind the daily key context
- so what was before `flags.pf2e-dailies.extra.{}` is now `flags.pf2e-dailies.extra.custom.my-daily.{}`
- add a `temporary` option to the `deleteItem` process helper
- on rest, items deleted while using this option will be re-added to the actor as they were
- add `config` function to dailies
- used to register the daily own configs like the `animist` and `familiar` dailies do
- add `afterItemAdded` function to dailies
- called after all items (from all dailies) have been added to the actor but before any were removed or updated
- the `addedItems` contains the items related to the current daily
- you can use all the process helpers except the ones that add anything to the actor

# 3.14.0

- `Apparition Attunement`:
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"verified": "12.331",
"maximum": "12"
},
"version": "3.14.0",
"version": "3.15.0",
"url": "https://github.com/reonZ/pf2e-dailies",
"readme": "https://github.com/reonZ/pf2e-dailies/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-dailies/master/module.json",
"download": "https://github.com/reonZ/pf2e-dailies/releases/download/3.14.0/module.zip",
"download": "https://github.com/reonZ/pf2e-dailies/releases/download/3.15.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-dailies/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-dailies/issues",
"styles": [
Expand Down
2 changes: 1 addition & 1 deletion styles/pf2e-dailies.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/pf2e-dailies.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8b4dfa

Please sign in to comment.