Skip to content

Commit

Permalink
1.0.16 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IronMonk88 committed Mar 13, 2021
1 parent c372fdd commit 5eeb2d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#Version 1.0.17
# Version 1.0.16
Adding option to not highlight the image in the Token HUD. If the system uses full colour images, then highlighting it just distorts the image.

# Version 1.0.16
Updated the background palette so that it only loads after clicking a button. Saves on refresh speed.

Added context menu to view scene artwork in a compendium. Always found it difficult to select a map if I wasn't sure what I was looking at. This should allow you to see the whole map before importing it.

Automatically set the defeated status to an NPC that's in combat and drops to 0 HP.

Allow the monster sound effect to be stopped if you press the speaker a second time while it's playing.

Fixing issues with PF2E styling of Token HUD items. The stackable items weren't getting the right styles.

# Version 1.0.15
Expand Down
6 changes: 4 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monks-little-details",
"title": "Monk's Little Details",
"description": "Things to tidy up the interface and flow",
"version": "1.0.15",
"version": "1.0.16",
"author": "IronMonk, ironmonk88#4075",
"socket": true,
"languages": [
Expand All @@ -24,8 +24,10 @@
"styles": [ "css/monks-little-details.css" ],
"packs": [],
"url" : "https://github.com/ironmonk88/monks-little-details",
"download" : "https://github.com/ironmonk88/monks-little-details/archive/1.0.15.zip",
"download" : "https://github.com/ironmonk88/monks-little-details/archive/1.0.16.zip",
"manifest" : "https://github.com/ironmonk88/monks-little-details/releases/latest/download/module.json",
"bugs": "https://github.com/ironmonk88/monks-little-details/issues",
"allowBugReporter": true,
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "0.7.9"
}

0 comments on commit 5eeb2d9

Please sign in to comment.