Skip to content

Commit

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

- localized keybinds
- made "everything" draggable in the sidebars
- fixed not being able to toggle few `Token HUD` and `Persistent HUD` settings
- `Combat Tracker`:
- fixed issue with token texture scaling
- `Persistent HUD`:
- fixed linked sidebars not re-rendering on actor update
- implement the shortcut slots
- `consumables`, `strikes`, `elemental blasts`, `actions`, `spells` and `Roll Option` toggles can be dropped in the slots to create a shortcut
- only `spells` dragged from a sidebar will be able to be turned into a shortcut
- added `Confirm Action/Spell Shortcut` and `Consumable Shortcut` settings to add confirmation dialogs before using them
- `Token HUD`:
- added exception for showing of the HUD when the `alt` key is held
- fixed enabling/disabled the feature not triggering a "require reload" event

# 0.7.0

- added support for `Persistent HUD` sidebars
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.7.0",
"version": "0.8.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.7.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/0.8.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 becd8d4

Please sign in to comment.