Skip to content

Commit

Permalink
update module.json to 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Jun 26, 2021
1 parent 4b5594f commit 343bdad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "better-rolltables",
"title": "Better Roll Tables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.6.9",
"version": "1.6.10",
"author": "Ultrakorne#6240",
"esmodules": [
"./scripts/brt-main.js"
Expand Down Expand Up @@ -57,5 +57,5 @@
],
"url": "https://github.com/ultrakorne/better-rolltables",
"manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json",
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.6.9/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.6.10/better-rolltables.zip"
}
16 changes: 7 additions & 9 deletions templates/welcome-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ <h2>Bugs or Suggestions?</h2>
<p style="text-align: right"><strong>My Tip Jar: <a href="https://www.paypal.com/paypalme/ultrakorne">Paypal</a></strong></p>

<h1>Patchnotes</h1>

<h2 id="v1610">v1.6.10</h2>
<ul>
<li>Fixed Item not stacking correctly when rolling a loot table on an actor</li>
<li>Fixed Currency not working correctly when rolling a loot table on an actor</li>
<li>Known issue: after clicking update the table type resets to default. As a workaround please modify the table, click update and after reset the type to the wanted one</li>
<li>Please report bugs on github with screenshots showing the table and the related issue</li>
</ul>
<h2 id="v169">v1.6.9</h2>
<ul>
<li>Fixed Story Tables not working in foundry 0.8.x</li>
<li>Known issue: after clicking update the table type resets to default. As a workaround please modify the table, click update and after reset the type to the wanted one</li>
<li>Please report bugs on github with screenshots showing the table and the related issue</li>
</ul>

<h2 id="v168">v1.6.8</h2>
<ul>
<li>Fixed Formula field for each table result not showing</li>
Expand Down Expand Up @@ -68,10 +73,3 @@ <h2 id="v150">v1.5.0</h2>
<li>New documentation page for <a href="https://github.com/ultrakorne/better-rolltables/wiki/Loot-Tables">loot tables</a></li>
<li>Spanish translation (thanks to HonzoNebro)</li>
</ul>
<h2 id="v140">v1.4.0</h2>
<ul>
<li>New Welcome screen with patchnotes!</li>
<li>New Tables with a lot of Human names, Orc names and surnames (check inside the Story Tables). They will be used in NPC Generators in future releases</li>
<li>Localized in Portoguese (thanks to rinnocenti)</li>
<li>Korean Localization updated (thanks KLO)</li>
</ul>

0 comments on commit 343bdad

Please sign in to comment.