Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 17, 2024
1 parent 5bc6a07 commit 6973cf8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.6.0

- this release requires `PF2e Toolbelt` to be updated to version `2.7.3` if used on your world
- the module and its package dependency received a complet refactor
- the `Use Modifiers` and `Show Highest Speed` settings are now global instead of per HUD
- `Multi Columns Sidebars` settings now accept a value instead of just on/off
- sidebars can now have up to 5 columns
- the module still decides whenever a new column needs to be created
- `Persistent HUD`:
- added a new `Disable Flash` setting
- `Popup`:
- the popup can now be minimize and resized
- added a new `Popup on Cursor` setting to center the popup on the cusrsor when first rendered
- `@Damage` and `@Check` links aren't usable yet, the system has [plans](https://github.com/foundryvtt/pf2e/pull/15009) for those
- `Sidebar`:
- sidebars are now planned to be shared between both the `Token HUD` and `Persistent HUD`
- implemented the `actions` sidebar (fully functional)

# 0.5.0

- `Combat Tracker`
Expand Down
14 changes: 9 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@
"discord": "Idle#3251"
}
],
"esmodules": ["scripts/main.js"],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.327",
"verified": "12.327",
"maximum": "12"
},
"version": "0.5.0",
"version": "0.6.0",
"url": "https://github.com/reonZ/pf2e-hud",
"readme": "https://github.com/reonZ/pf2e-hud/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hud/master/module.json",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.5.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.6.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": ["styles/pf2e-hud.css"],
"styles": [
"styles/pf2e-hud.css"
],
"relationships": {
"systems": [
{
Expand All @@ -48,4 +52,4 @@
"path": "lang/en.json"
}
]
}
}

0 comments on commit 6973cf8

Please sign in to comment.