Skip to content

Commit

Permalink
1.7.0 welcome notes and module.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Jul 15, 2021
1 parent 4878d2f commit 8e0c1f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 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.14",
"version": "1.7.0",
"author": "Ultrakorne#6240",
"esmodules": [
"./scripts/brt-main.js"
Expand Down Expand Up @@ -67,5 +67,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.14/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.7.0/better-rolltables.zip"
}
12 changes: 11 additions & 1 deletion templates/welcome-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ <h2>Bugs or Suggestions?</h2>

<h1>Patchnotes</h1>

<h2 id="v170">v1.7.0</h2>
<ul>
<p>Thanks to Daimakaicho for this entire update! see <a href="https://github.com/ultrakorne/better-rolltables/releases/tag/v1.7.0">patch notes</a> for full description</p>
<li>Various QOL improvements (see the module option to enable them and patch notes for screenshots)</li>
<li>A new option has been added to stick the header of rolltable to top</li>
<li>A button is now append to linked rolltables in journal entries to roll table in one click!</li>
<li>A "roll table" action has been add to rolltables context menu to allow rolling table without opening it</li>
<li>A "Roll compendium" has been added on compendiums context menu to allow rolling on compendium without creating a specific rolltable</li>
</ul>

<h2 id="v1614">v1.6.14</h2>
<ul>
<p>Thank to Daimakaicho for this entire update!</p>
<p>Thanks to Daimakaicho for this entire update!</p>
<li>Fixed create table from compendium</li>
<li>improved roll table performance on big tables with multiple draws.</li>
<li>random spell scroll generation improvements</li>
Expand Down

0 comments on commit 8e0c1f0

Please sign in to comment.