Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 25, 2024
1 parent aa57db3 commit 293e770
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
#
# 1.3.0

- this is a system `6.1.2` release
- added Polish localization (thanks to [Lioheart](https://github.com/Lioheart))
- `Combat Tracker`:
- fixed token animated images not being displayed
- `Persistent HUD`:
- fixed the attack shortcut popup styling
- fixed toggle shortcuts using the item name instead of the toggle label

# 1.2.0

- `Persistent HUD`:
- prevent the display of strike auxiliaries containing a dropdown in strike shortcuts
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.329",
"verified": "12.329",
"maximum": "12"
},
"version": "1.2.0",
"version": "1.3.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/1.2.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.3.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 Down Expand Up @@ -53,4 +57,4 @@
"path": "lang/pl.json"
}
]
}
}

0 comments on commit 293e770

Please sign in to comment.