Skip to content

Commit 59f849a

Browse files
committed
Initial Commit
1 parent e4ba5da commit 59f849a

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

156 KB
Loading

changelog.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<nav id="docs-nav" class="docs-nav navbar">
5454
<ul class="section-items list-unstyled nav flex-column pb-3">
5555
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-3"><span class="theme-icon-holder me-2"><i class="fas fa-book"></i></span>Module Changelog</a></li>
56+
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-4">Version 3.0.4</a></li>
5657
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-3">Version 3.0.3</a></li>
5758
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-2">Version 3.0.2</a></li>
5859
<li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-1">Version 3.0.1</a></li>
@@ -214,6 +215,14 @@
214215
<article class="docs-article" id="section-3">
215216
<h1 class="docs-heading">Changelog</h1>
216217

218+
<section class="docs-section" id="item-4-0-4">
219+
<h2 class="section-heading">Version 3.0.4 (June 10th 2026)</h2>
220+
<h5>- TArray elements in the reflector window now generate the same way structs do, instead of just being a list of strings.</h5>
221+
<h5>- Added a new setting <code>imgui_reflector_tarray_strings</code>, which lets you toggle between the new property system for TArrays or go back to using just strings.</h5>
222+
<h5>- Added the new "Futura Garden (Night)" map to Discord Rich Presence info.</h5>
223+
<h5>- Updated the internal SDK to the latest version of Rocket League.</h5>
224+
</section>
225+
217226
<section class="docs-section" id="item-4-0-3">
218227
<h2 class="section-heading">Version 3.0.3 (May 29th 2026)</h2>
219228
<h5>- The json key "ThemeName" for custom styles has been changed to "TerminalTheme", custom styles will be updated with this new key upon injection.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ <h3>Settings</h3>
360360
<th class="theme-bg-light"><b>imgui_reflector_no_tarray &lttrue-false&gt</b></th>
361361
<td>Don't read from TArray properties when loading instances with the reflector window.</td>
362362
</tr>
363+
<tr>
364+
<th class="theme-bg-light"><b>imgui_reflector_tarray_strings &lttrue-false&gt</b></th>
365+
<td>Display values in TArrays as a list of strings, instead of interactable property widgets.</td>
366+
</tr>
363367
<tr>
364368
<th class="theme-bg-light"><b>imgui_reflector_format_guids &lttrue-false&gt</b></th>
365369
<td>Show FGuids in string format instead of integers in the reflector window.</td>

0 commit comments

Comments
 (0)