Skip to content

Commit 23efde7

Browse files
committed
Initial Commit
1 parent 469bb42 commit 23efde7

File tree

7 files changed

+38
-8
lines changed

7 files changed

+38
-8
lines changed
-534 Bytes
Loading
3.22 KB
Loading
45.3 KB
Loading
45.1 KB
Loading
15.3 KB
Loading

changelog.html

Lines changed: 32 additions & 6 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-7">Version 2.6.7</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-6">Version 2.6.6</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-5">Version 2.6.5</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-4">Version 2.6.4</a></li>
@@ -130,6 +131,8 @@
130131
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-1">Version 2.0.1</a></li>
131132
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-0">Version 2.0.0</a></li>
132133
<li class="nav-item section-title mt-3"><a class="nav-link scrollto" href="#section-1"><span class="theme-icon-holder me-2"><i class="fas fa-rocket"></i></span>Launcher Changelog</a></li>
134+
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-4">Version 1.4.4</a></li>
135+
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-3">Version 1.4.3</a></li>
133136
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-2">Version 1.4.2</a></li>
134137
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-1">Version 1.4.1</a></li>
135138
<li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-0">Version 1.4.0</a></li>
@@ -182,6 +185,16 @@
182185
<article class="docs-article" id="section-3">
183186
<h1 class="docs-heading">Changelog</h1>
184187

188+
<section class="docs-section" id="item-3-6-7">
189+
<h2 class="section-heading">Version 2.6.7 (June 6th 2025)</h2>
190+
<h5>- Added a new setting <code>imgui_scanner_origin</code>, which lets you see where a function was called from (ProcessEvent, ProcessInternal, or CallFunction).</h5>
191+
<h5>- Remade the function scanner window both visually and internally to be much more optimized, as well as added a new settings tab to it.</h5>
192+
<h5>- Remade the sequence window in the bindings tab to be easier to use, sequences let you bind multiple commands or actions to a single custom command.</h5>
193+
<h5>- Fixed a crash that happened if you used any of the custom chat commands in modes that didn't have a chat, such as freeplay or custom training.</h5>
194+
<h5>- Fixed a rare bug that caused CodeRed to think your account was cabined before you logged into the game.</h5>
195+
<h5>- Additional internal memory optimizations.</h5>
196+
</section>
197+
185198
<section class="docs-section" id="item-3-6-6">
186199
<h2 class="section-heading">Version 2.6.6 (May 23rd 2025)</h2>
187200
<h5>- Added new context menu strips for properties in the reflector window, which let you copy their name, offset, and value.</h5>
@@ -579,7 +592,7 @@ <h5>- Improved the <code>garage_hide_loadouts</code> setting to also replace car
579592
<h5>- Custom freeplay stadium colors will now be applied during casual intermission matches.</h5>
580593
<h5>- Fixed a crash that could happen when previewing certain product slots on the main menu through CodeRed.</h5>
581594
<h5>- Fixed your CodeRed loadouts not applying in lobby intermissions in casual matches (car colors still don't apply).</h5>
582-
<h5>- Fixed some scenarios where your CodeRed profile was not being applied after you receieved an item drop at the end of a match.</h5>
595+
<h5>- Fixed some scenarios where your CodeRed profile was not being applied after you received an item drop at the end of a match.</h5>
583596
<h5>- Fixed Discord rich presence not updating your status if you went into a lobby intermission match after a casual game ended.</h5>
584597
<h5>- Fixed the "time remaining" field for Discord rich presence not being very accurate in online games, as well as not displaying if you won or lost a match.</h5>
585598
<h5>- Fixed the <code>garage_remove_elon</code> setting not replacing the Cybertruck body on cars if you also had the <code>garage_hide_loadouts</code> setting enabled.</h5>
@@ -868,21 +881,34 @@ <h5>- Stability improvements and internal optimizations.</h5>
868881
<article class="docs-article" id="section-1">
869882
<h1 class="docs-heading">Launcher Changelog</h1>
870883

871-
<section class="docs-section" id="item-1-4-2"></section>
872-
<h2 class="section-heading">Version 1.4.2 (February 24th 2025)</h2>
884+
<section class="docs-section" id="item-1-4-4">
885+
<h2 class="section-heading">Version 1.4.4 (June 4th 2025)</h2>
886+
<h5>- Added a custom caching system for web requests due to GitHubs new rate limits, this should fix possible issues with downloading version info.</h5>
887+
<h5>- Remade the internal logging system to have a lot more detail.</h5>
888+
<h5>- Internal code refactoring and memory optimizations.</h5>
889+
</section>
890+
891+
<section class="docs-section" id="item-1-4-3">
892+
<h2 class="section-heading">Version 1.4.3 (April 16th 2025)</h2>
893+
<h5>- Added an exception handling check for reading the "Launch.log" file when grabbing version info.</h5>
894+
<h5>- Minor spelling changes throughout the UI.</h5>
895+
</section>
896+
897+
<section class="docs-section" id="item-1-4-2">
898+
<h2 class="section-heading">Version 1.4.2 (February 24th 2025)</h2>
873899
<h5>- Added extra exception handling, and logging for said exception handling.</h5>
874900
<h5>- Changed how news article dates are formatted in the news tab.</h5>
875901
</section>
876902

877-
<section class="docs-section" id="item-1-4-1"></section>
878-
<h2 class="section-heading">Version 1.4.1 (December 13th 2024)</h2>
903+
<section class="docs-section" id="item-1-4-1">
904+
<h2 class="section-heading">Version 1.4.1 (December 13th 2024)</h2>
879905
<h5>- Upgraded from `.NET 8.0` to `.NET 9.0`, which will require you to download the new runtime if you only have `.NET 8.0` installed.</h5>
880906
<h5>- Added a new category section in the news tab to indelicate what the news article is about without having to click on it.</h5>
881907
<h5>- Changed the default injection time from 20 seconds to 2.5 seconds, which I forgot to do a long time ago.</h5>
882908
<h5>- Reduced the memory footprint of the news tab by more than 1/4th related to images and caching.</h5>
883909
</section>
884910

885-
<section class="docs-section" id="item-1-4-0"></section>
911+
<section class="docs-section" id="item-1-4-0">
886912
<h2 class="section-heading">Version 1.4.0 (September 2nd 2024)</h2>
887913
<h5>- Added more detailed info to the update window when installing updates.</h5>
888914
<h5>- Changed some error messages and logs to provide better info if something is blocking the launchers permissions.</h5>

documentation.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,19 @@ <h3>Settings</h3>
327327
</tr>
328328
<tr>
329329
<th class="theme-bg-light"><b>imgui_scanner_duplicates &lttrue-false&gt</b></th>
330-
<td>Hide or show duplciate entries in the function scanner.</td>
330+
<td>Hide or show duplicate entries in the function scanner.</td>
331+
</tr>
332+
<tr>
333+
<th class="theme-bg-light"><b>imgui_scanner_origin &lttrue-false&gt</b></th>
334+
<td>Hide or show function call origins in the function scanner (ProcessEvent, ProcessInternal, and CallFunction).</td>
331335
</tr>
332336
<tr>
333337
<th class="theme-bg-light"><b>imgui_scanner_regex &lttrue-false&gt</b></th>
334338
<td>Enable the use of regular expressions when whitelisting or blacklisting strings in the function scanner.</td>
335339
</tr>
336340
<tr>
337341
<th class="theme-bg-light"><b>imgui_reflector_archetypes &lttrue-false&gt</b></th>
338-
<td>Show achetype objects when searching for instances with the reflector window.</td>
342+
<td>Show archetype objects when searching for instances with the reflector window.</td>
339343
</tr>
340344
<tr>
341345
<th class="theme-bg-light"><b>imgui_reflector_defaults &lttrue-false&gt</b></th>

0 commit comments

Comments
 (0)