Skip to content

Commit

Permalink
[DOC] Prepping for 2.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kckaiwei committed Jan 15, 2021
1 parent e740e74 commit 9b1a058
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.7.2
- Fixed marker in wrong location after reloading
- Fixed marker not pausing with game
- Marker visibilities are now tied to vision

# 2.7.1
- Fixed issue with start markers being left over
- Fixed issue with turn marker showing when combat has not started
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.1",
"version": "2.7.2",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"manifestPlusVersion": "1.0.0",
Expand Down Expand Up @@ -52,5 +52,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.1/turnmarker.zip"
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.2/turnmarker.zip"
}
2 changes: 1 addition & 1 deletion dist/scripts/turnmarker.js

Large diffs are not rendered by default.

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.1",
"version": "2.7.2",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"manifestPlusVersion": "1.0.0",
Expand Down Expand Up @@ -52,5 +52,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.1/turnmarker.zip"
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.2/turnmarker.zip"
}
10 changes: 8 additions & 2 deletions src/templates/updateWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ <h1>Important Changes</h1>
<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>
<li>Fixed marker in wrong location after reloading</li>
<li>Fixed marker not pausing with game</li>
<li>Marker visibilities are now tied to vision</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.1</h2>
<ul>
<li>Fixing ghosting issues with some start markers</li>
<li>Fixing turn marker showing when out of combat</li>
</ul>
<h2>v2.7.0</h2>
<ul>
<li>Test compatibility with Foundry v0.7.9</li>
Expand Down

0 comments on commit 9b1a058

Please # to comment.