Skip to content

Commit 61ec3a6

Browse files
committed
Initial Commit
1 parent 842587c commit 61ec3a6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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-9-0">Version 2.9.0</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-9">Version 2.8.9</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-8">Version 2.8.8</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-7">Version 2.8.7</a></li>
@@ -207,6 +208,15 @@
207208
<article class="docs-article" id="section-3">
208209
<h1 class="docs-heading">Changelog</h1>
209210

211+
<section class="docs-section" id="item-3-9-0">
212+
<h2 class="section-heading">Version 2.9.0 (January 7th 2025)</h2>
213+
<h5>- Major overhaul of the loadout system, it is now much more optimized and seamless, and you can now change items in real time in the middle of games.</h5>
214+
<h5>- Added a new command <code>unreal_log</code>, which lets you print strings to your "Launch.log" file with the arguments you give it.</h5>
215+
<h5>- Fixed multiple issues of the loadout anonymizer sometimes not removing or overwriting products on players cars.</h5>
216+
<h5>- Fixed HUD colors in online game overriding to black if you didn't have custom ones set the "Online" tab.</h5>
217+
<h5>- Performance optimizations related to both loadouts and unreal engine function calls.</h5>
218+
</section>
219+
210220
<section class="docs-section" id="item-3-8-9">
211221
<h2 class="section-heading">Version 2.8.9 (December 23rd 2025)</h2>
212222
<h5>- Internal bug fixes and optimizations related to API requests.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ <h3>Commands</h3>
494494
<th class="theme-bg-light"><b>unreal_command</b></th>
495495
<td>Execute a Unreal Engine command with the given arguments.</td>
496496
</tr>
497+
<tr>
498+
<th class="theme-bg-light"><b>unreal_log &ltarguments&gt</b></th>
499+
<td>Prints the given arguments to your Launch.log file.</td>
500+
</tr>
497501
<tr>
498502
<th class="theme-bg-light"><b>open_folder</b></th>
499503
<td>Opens a folder on your computer with the given arguments.</td>

0 commit comments

Comments
 (0)