Skip to content

Commit ca38a68

Browse files
committed
Initial Commit
1 parent eb2d0a2 commit ca38a68

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

changelog.html

Lines changed: 10 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-9">Version 2.6.9</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-8">Version 2.6.8</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-7">Version 2.6.7</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-6">Version 2.6.6</a></li>
@@ -186,6 +187,15 @@
186187
<article class="docs-article" id="section-3">
187188
<h1 class="docs-heading">Changelog</h1>
188189

190+
<section class="docs-section" id="item-3-6-9">
191+
<h2 class="section-heading">Version 2.6.9 (June 23rd 2025)</h2>
192+
<h5>- Removed the <code>garage_patch_invisible</code> setting as its no longer needed as of the last Rocket League update.</h5>
193+
<h5>- Fixed the <code>interface_auto_limit_fps</code> setting not restoring your original fps on next boot if you closed the game while it was unfocused.</h5>
194+
<h5>- Fixed key binds to custom aliases or sequences not saving after restarting your game.</h5>
195+
<h5>- Fixed a rare bug that caused custom banners to sometimes get recolored by the game.</h5>
196+
<h5>- Minor internal bug fixes and safety improvements related to loadout codes.</h5>
197+
</section>
198+
189199
<section class="docs-section" id="item-3-6-8">
190200
<h2 class="section-heading">Version 2.6.8 (June 17th 2025)</h2>
191201
<h5>- For first time users, the dashboard and terminal windows will now automatically be opened upon first injection.</h5>

documentation.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,7 @@ <h3>Settings</h3>
10941094
<th class="theme-bg-light"><b>garage_hide_loadouts &lttrue-false&gt</b></th>
10951095
<td>Removes all products from players loadouts that you encounter online that aren't stock products.</td>
10961096
</tr>
1097-
<tr>
1098-
<th class="theme-bg-light"><b>garage_patch_invisible &lttrue-false&gt</b></th>
1099-
<td>Attempts to detect invisible loadout hacks from other players, and applies the stocktane preset to them.</td>
1100-
</tr>
1097+
11011098
</tbody>
11021099
</table>
11031100
</div>

0 commit comments

Comments
 (0)