Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Aug 14, 2024
1 parent cca314d commit af89114
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# 1.6.1

- added French localization (thanks to [Mose](https://github.com/mose))
- `Combat Tracker`:
- releasing a combatant outside of the combat tracker will now revert its position in the initative
- thanks to [Shemetz](https://github.com/shemetz)

# 1.6.0

- added a new `Close Popup on Send-to-Chat` setting
- `Persistent HUD`:
- a majority of NPC strikes will now have a custom shortcut images
- a majority of NPC strikes will now have custom shortcut images
- the priority is given to images that were manually set
- if not, it will look for one of the module's custom image
- otherwise it will display a custom default image for the ranged attacks
Expand All @@ -20,7 +27,7 @@
# 1.5.1

- `Persistent HUD`:
- changed the portrait style to be less opaque and accentuate the whole HUD icons/texts
- changed the portrait style to be less opaque and accentuated the whole HUD icons/texts
- changed the left menu icons color to be the same as the one in the rest of the HUD
- added a `Reset` button to the `Edit Avatar` menu
- fixed shortcuts of the slot 0 of a prepared spellcasting entry not showing as expended
Expand Down
9 changes: 7 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"verified": "12.330",
"maximum": "12"
},
"version": "1.6.0",
"version": "1.6.1",
"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.6.0/module.zip",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/1.6.1/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": [
Expand Down Expand Up @@ -55,6 +55,11 @@
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
]
}

0 comments on commit af89114

Please sign in to comment.