Skip to content

Commit 469bb42

Browse files
committed
Initial Commit
1 parent 15dc367 commit 469bb42

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
17.4 KB
Loading
5.8 KB
Loading

changelog.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<nav id="docs-nav" class="docs-nav navbar">
6363
<ul class="section-items list-unstyled nav flex-column pb-3">
6464
<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>
65+
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-6">Version 2.6.6</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-5">Version 2.6.5</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-4">Version 2.6.4</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-3">Version 2.6.3</a></li>
@@ -181,6 +182,16 @@
181182
<article class="docs-article" id="section-3">
182183
<h1 class="docs-heading">Changelog</h1>
183184

185+
<section class="docs-section" id="item-3-6-6">
186+
<h2 class="section-heading">Version 2.6.6 (May 23rd 2025)</h2>
187+
<h5>- Added new context menu strips for properties in the reflector window, which let you copy their name, offset, and value.</h5>
188+
<h5>- Added a new setting <code>flip_indicator_unlimited_color</code> which lets you pick the color of the flip indicator if you have unlimited flips enabled.</h5>
189+
<h5>- Remade the matchmaker window internally to be fully dynamic and update playlists in real time, instead of relying on hardcoded playlist ids and names.</h5>
190+
<h5>- Updated the internal API to accommodate GitHub's new rate limits of only one request per minute, this fix issues with appearing offline due to no API responses.</h5>
191+
<h5>- Fixed the function scanner not splitting strings by commas properly as of the last update.</h5>
192+
<h5>- Internal memory improvements, as well as optimizations to ImGui rendering code.</h5>
193+
</section>
194+
184195
<section class="docs-section" id="item-3-6-5">
185196
<h2 class="section-heading">Version 2.6.5 (May 13th 2025)</h2>
186197
<h5>- Added a new setting <code>imgui_reflector_no_tarray</code>, which disables reading from TArrays completely in the reflector window.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,10 @@ <h3>Settings</h3>
17201720
<th class="theme-bg-light"><b>flip_indicator_no_color &lt#FFFFFF&gt</b></th>
17211721
<td>The color of the text used to display if you don't have a flip.</td>
17221722
</tr>
1723+
<tr>
1724+
<th class="theme-bg-light"><b>flip_indicator_unlimited_color &lt#FFFFFF&gt</b></th>
1725+
<td>The color of the text used to display if you have unlimited flips enabled.</td>
1726+
</tr>
17231727
<tr>
17241728
<th class="theme-bg-light"><b>flip_indicator_position &lt0-3840&gt</b></th>
17251729
<td>The scale of the text used to display if your car has a flip or not.</td>

0 commit comments

Comments
 (0)