Skip to content

Commit

Permalink
Merge pull request #15 from kckaiwei/2.7.1-release
Browse files Browse the repository at this point in the history
[RELEASE] 2.7.1 release update
  • Loading branch information
kckaiwei authored Jan 12, 2021
2 parents dcfe144 + f5e501f commit 2e0a42a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.7.1
- Fixed issue with start markers being left over
- Fixed issue with turn marker showing when combat has not started

# 2.7.0
- - Added Turn announcement filtering
- Turns announced for everyone
Expand Down
4 changes: 2 additions & 2 deletions dist/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Turn Marker",
"description": "Displays a (optionally animated) marker on the token who's active turn it is. Originally by Brunhine",
"author": "kckaiwei",
"version": "2.7.0",
"version": "2.7.1",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"esmodules": [
Expand Down Expand Up @@ -40,5 +40,5 @@
],
"url": "https://github.com/kckaiwei/TurnMarker-alt",
"manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/main/dist/module.json",
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.0/turnmarker.zip"
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.1/turnmarker.zip"
}
2 changes: 1 addition & 1 deletion dist/scripts/turnmarker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scripts/turnmarker.js.map

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions dist/templates/updateWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ <h2>Want to support development?</h2>
<h1>Important Changes</h1>
<p>Below are just some of the changes to the module that should be called out. The full changelog is also available
<a href="https://github.com/kckaiwei/TurnMarker-alt/blob/master/CHANGELOG.md">here</a>.</p>
<h2>v2.7.1</h2>
<ul>
<li>Fixing ghosting issues with some start markers</li>
<li>Fixing turn marker showing when out of combat</li>
</ul>
<p style="display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;"><input
type="checkbox" class='show-again' id="welcome-screen-show-again" /> <label
for="welcome-screen-show-again">Don't show this screen again until next update.</label>
</p>
<h2>v2.7.0</h2>
<ul>
<li>Test compatibility with Foundry v0.7.9</li>
<li>You can now select who to announce turns for: all, players, npcs, or all w/ npc names hidden</li>
<li>Options have been added to switch between announcing turns by Token name, or Actor name (for those subterfuge moments)</li>
<li>Fixed a console error when moving a token outside of combat</li>
</ul>
<p style="display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;"><input
type="checkbox" class='show-again' id="welcome-screen-show-again" /> <label
for="welcome-screen-show-again">Don't show this screen again until next update.</label></p>
<h2>v2.6.9</h2>
<ul>
<li>Fixed a console error when moving a token outside of combat</li>
Expand Down
4 changes: 2 additions & 2 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Turn Marker",
"description": "Displays a (optionally animated) marker on the token who's active turn it is. Originally by Brunhine",
"author": "kckaiwei",
"version": "2.7.0",
"version": "2.7.1",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"esmodules": [
Expand Down Expand Up @@ -40,5 +40,5 @@
],
"url": "https://github.com/kckaiwei/TurnMarker-alt",
"manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/main/dist/module.json",
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.0/turnmarker.zip"
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.1/turnmarker.zip"
}
12 changes: 9 additions & 3 deletions src/templates/updateWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ <h2>Want to support development?</h2>
<h1>Important Changes</h1>
<p>Below are just some of the changes to the module that should be called out. The full changelog is also available
<a href="https://github.com/kckaiwei/TurnMarker-alt/blob/master/CHANGELOG.md">here</a>.</p>
<h2>v2.7.1</h2>
<ul>
<li>Fixing ghosting issues with some start markers</li>
<li>Fixing turn marker showing when out of combat</li>
</ul>
<p style="display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;"><input
type="checkbox" class='show-again' id="welcome-screen-show-again" /> <label
for="welcome-screen-show-again">Don't show this screen again until next update.</label>
</p>
<h2>v2.7.0</h2>
<ul>
<li>Test compatibility with Foundry v0.7.9</li>
<li>You can now select who to announce turns for: all, players, npcs, or all w/ npc names hidden</li>
<li>Options have been added to switch between announcing turns by Token name, or Actor name (for those subterfuge moments)</li>
<li>Fixed a console error when moving a token outside of combat</li>
</ul>
<p style="display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start;"><input
type="checkbox" class='show-again' id="welcome-screen-show-again" /> <label
for="welcome-screen-show-again">Don't show this screen again until next update.</label></p>
<h2>v2.6.9</h2>
<ul>
<li>Fixed a console error when moving a token outside of combat</li>
Expand Down

0 comments on commit 2e0a42a

Please sign in to comment.