From 2d41e26976e9861093e512376ef232e59f5dda4c Mon Sep 17 00:00:00 2001 From: Adam Plouff Date: Mon, 8 Apr 2024 12:46:29 -0400 Subject: [PATCH] RH 3.2.0 --- index.json | 4 ++-- iteration-tester/index.html | 11 +++++++---- iteration-tester/package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/index.json b/index.json index 7792c36..0bf75c0 100644 --- a/index.json +++ b/index.json @@ -12,8 +12,8 @@ "en": "

Render from KBar

Added

KBar is really cool and we love it.

" }, "Rubberhose3": { - "version": "3.1.2", - "en": "

Bend realism / authentication

Changed

Fixed

" + "version": "3.2.0", + "en": "

Simple / multi-bend

Added

Fixed

" }, "Rubberhose2": { "version": "2.14", diff --git a/iteration-tester/index.html b/iteration-tester/index.html index 827d36f..dd7c520 100644 --- a/iteration-tester/index.html +++ b/iteration-tester/index.html @@ -67,13 +67,16 @@
-

Render from KBar

+

Simple / multi-bend

Added

    -
  • Download the newest version of our Source of Truth to render from a KBar button.
  • +
  • Multi-bend hose creation (hold SHIFT)
  • +
  • Simple bend option for quicker renders with fewer options (more like a lightning fast RH2)
  • +
+

Fixed

+
    +
  • Korean language bug preventing the panel from loading correctly
-

KBar is really cool and we love it.

-
diff --git a/iteration-tester/package.json b/iteration-tester/package.json index 98e34b3..51a899c 100644 --- a/iteration-tester/package.json +++ b/iteration-tester/package.json @@ -1,5 +1,5 @@ { - "name": "Iteration", + "name": "iteration", "version": "1.0.0", "main": "index.js", "license": "MIT",