Skip to content

Commit

Permalink
[RELEASE] Updating manifest/changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kckaiwei committed Jan 21, 2021
1 parent 713a38d commit 4256e79
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.7.3
- Fixed deletion permissions in different scenes issue

# 2.7.2
- Fixed marker in wrong location after reloading
- Fixed marker not pausing with game
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "2.7.3",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"manifestPlusVersion": "1.0.0",
Expand Down Expand Up @@ -51,6 +51,6 @@
}
],
"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.2/turnmarker.zip"
"manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/v2.7.3/src/module.json",
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.3/turnmarker.zip"
}
2 changes: 1 addition & 1 deletion dist/scripts/turnmarker.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions dist/templates/updateWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,20 @@ <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.2</h2>
<h2>v2.7.3</h2>
<ul>
<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>
<li>Fixed tile deletion issue in different scenes</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.2</h2>
<ul>
<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>
<h2>v2.7.1</h2>
<ul>
<li>Fixing ghosting issues with some start markers</li>
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "2.7.3",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"manifestPlusVersion": "1.0.0",
Expand Down Expand Up @@ -51,6 +51,6 @@
}
],
"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.2/turnmarker.zip"
"manifest": "https://raw.githubusercontent.com/kckaiwei/TurnMarker-alt/v2.7.3/src/module.json",
"download": "https://github.com/kckaiwei/TurnMarker-alt/releases/download/v2.7.3/turnmarker.zip"
}
12 changes: 8 additions & 4 deletions src/templates/updateWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,20 @@ <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.2</h2>
<h2>v2.7.3</h2>
<ul>
<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>
<li>Fixed tile deletion issue in different scenes</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.2</h2>
<ul>
<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>
<h2>v2.7.1</h2>
<ul>
<li>Fixing ghosting issues with some start markers</li>
Expand Down

0 comments on commit 4256e79

Please # to comment.