Skip to content

Commit

Permalink
RH 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplouff committed Apr 8, 2024
1 parent e9ed081 commit 2d41e26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"en": "<h1>Render from KBar</h1> <h3>Added</h3> <ul> <li>Download the newest version of our <a href=\"https://link.battleaxe.co/freebies\">Source of Truth</a> to render from a KBar button.</li> </ul> <p><a href=\"https://link.battleaxe.co/freebies\">KBar</a> is really cool and we love it.</p>"
},
"Rubberhose3": {
"version": "3.1.2",
"en": "<h1>Bend realism / authentication</h1> <h3>Changed</h3> <ul> <li>New hose rigs will be set to 100% Realism for <b>Path to Hose</b>, <b>RubberRig</b>, and <b>RubberPin</b> for more faithful reproduction of the design. <b>New Rubberhose</b> will still respect the Realism setting.</li> </ul> <h3>Fixed</h3> <ul> <li>Computers being logged multiple times when on a VPN or corporate network</li> </ul>"
"version": "3.2.0",
"en": "<h1>Simple / multi-bend</h1> <h3>Added</h3> <ul> <li>Multi-bend hose creation (hold SHIFT)</li> <li>Simple bend option for quicker renders with fewer options (more like a lightning fast RH2)</li> </ul> <h3>Fixed</h3> <ul> <li>Korean language bug preventing the panel from loading correctly</li> </ul>"
},
"Rubberhose2": {
"version": "2.14",
Expand Down
11 changes: 7 additions & 4 deletions iteration-tester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,16 @@
<div class="panel">
<script type="module" src="index.js"></script>
<div id="content">
<h1>Render from KBar</h1>
<h1>Simple / multi-bend</h1>
<h3>Added</h3>
<ul>
<li>Download the newest version of our <a href="https://link.battleaxe.co/freebies">Source of Truth</a> to render from a KBar button.</li>
<li>Multi-bend hose creation (hold SHIFT)</li>
<li>Simple bend option for quicker renders with fewer options (more like a lightning fast RH2)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Korean language bug preventing the panel from loading correctly</li>
</ul>
<p><a href="https://link.battleaxe.co/freebies">KBar</a> is really cool and we love it.</p>

</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion iteration-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Iteration",
"name": "iteration",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 2d41e26

Please sign in to comment.