|
53 | 53 | <nav id="docs-nav" class="docs-nav navbar"> |
54 | 54 | <ul class="section-items list-unstyled nav flex-column pb-3"> |
55 | 55 | <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-3">Version 3.0.3</a></li> |
56 | 57 | <li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-2">Version 3.0.2</a></li> |
57 | 58 | <li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-1">Version 3.0.1</a></li> |
58 | 59 | <li class="nav-item"><a class="nav-link scrollto" href="#item-4-0-0">Version 3.0.0</a></li> |
|
157 | 158 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-1">Version 2.0.1</a></li> |
158 | 159 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-0-0">Version 2.0.0</a></li> |
159 | 160 | <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> |
| 161 | + <li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-6">Version 1.4.6</a></li> |
160 | 162 | <li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-5">Version 1.4.5</a></li> |
161 | 163 | <li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-4">Version 1.4.4</a></li> |
162 | 164 | <li class="nav-item"><a class="nav-link scrollto" href="#item-1-4-3">Version 1.4.3</a></li> |
|
212 | 214 | <article class="docs-article" id="section-3"> |
213 | 215 | <h1 class="docs-heading">Changelog</h1> |
214 | 216 |
|
| 217 | + <section class="docs-section" id="item-4-0-3"> |
| 218 | + <h2 class="section-heading">Version 3.0.3 (May 29th 2026)</h2> |
| 219 | + <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> |
| 220 | + <h5>- Added a new setting <code>interface_disable_eac_popup</code>, which auto closes the Easy Anti-Cheat popup that appears after reaching the main menu.</h5> |
| 221 | + <h5>- Added four new flip timer settings in the offline tab, which lets you see how much time is left for your cars flip.</h5></h5> |
| 222 | + <h5>- Fixed CodeRed not properly detecting you entering a workshop map, which made custom car colors not apply.</h5> |
| 223 | + <h5>- Discord rich presence will now show what workshop map you're in instead of saying "Unknown Map".</h5> |
| 224 | + <h5>- Discord rich presence will now show map titles in the users language set in game, instead of only being in English.</h5> |
| 225 | + <h5>- Upgraded the internal ImGui framework to version 1.92.8, which came with a new color for custom styles "CheckBoxSelectedBg".</h5> |
| 226 | + </section> |
| 227 | + |
215 | 228 | <section class="docs-section" id="item-4-0-2"> |
216 | 229 | <h2 class="section-heading">Version 3.0.2 (May 12th 2026)</h2> |
217 | 230 | <h5>- The display ball speed settings now work in replay files and workshop maps.</h5> |
@@ -608,13 +621,13 @@ <h5>- Lots of internal code refactoring and bug fixes.</h5> |
608 | 621 | <section class="docs-section" id="item-3-5-9"> |
609 | 622 | <h2 class="section-heading">Version 2.5.9 (April 4th 2025)</h2> |
610 | 623 | <h5>- Added two new context menu options for the reflector window, you can now can copy an instances object index or its full name.</h5> |
611 | | - <h5>- Added a new setting `thumbnail_load_delay` which lets you change the delay to wait for loading product assets.</h5> |
| 624 | + <h5>- Added a new setting <code>thumbnail_load_delay</code> which lets you change the delay to wait for loading product assets.</h5> |
612 | 625 | <h5>- Fixed textures exported as the ".jpg" format being partially corrupt due to the wrong color channels being written.</h5> |
613 | 626 | <h5>- Fixed a rare crash that could happen after loading to the main menu then quickly entering the garage.</h5> |
614 | 627 | <h5>- Fixed a crash with texture browser related to UTexture2D objects that had specific LOD Groups set.</h5> |
615 | 628 | <h5>- Fixed "FScriptDelegate" property values not being read for classes instances in the reflector window.</h5> |
616 | 629 | <h5>- Fixed ImGui windows not remembering if they were open from the last time you injected CodeRed.</h5> |
617 | | - <h5>- Fixed the `freeplay_unlimited_flips` setting not applying to your dodge time as well.</h5> |
| 630 | + <h5>- Fixed the <code>freeplay_unlimited_flips</code> setting not applying to your dodge time as well.</h5> |
618 | 631 | <h5>- Fixed custom color headlights not working on the main menu.</h5> |
619 | 632 | <h5>- Minor bug fixes and improvements to the thumbnail renderer.</h5> |
620 | 633 | <h5>- Backend changes to the internal API system.</h5> |
@@ -1227,6 +1240,17 @@ <h5>- Stability improvements and internal optimizations.</h5> |
1227 | 1240 | <article class="docs-article" id="section-1"> |
1228 | 1241 | <h1 class="docs-heading">Launcher Changelog</h1> |
1229 | 1242 |
|
| 1243 | + <section class="docs-section" id="item-1-4-6"> |
| 1244 | + <h2 class="section-heading">Version 1.4.6 (May 15th 2026)</h2> |
| 1245 | + <h5>- Upgraded from ".NET 9.0" to ".NET 10.0", which will require you to download the new runtime if you only have ".NET 9.0" installed.</h5> |
| 1246 | + <h5>- Rewrote how dll injection is handled, it is much safer with more detailed error reporting, and it also now uses "LoadLibraryW" instead of "LoadLibraryA".</h5> |
| 1247 | + <h5>- The prevent injection if EAC is detected setting is now disabled by default for new users, injection will just fail gracefully if attempted to inject with EAC.</h5> |
| 1248 | + <h5>- Removed the "Launch Rocket League" button to avoid confusion, as it required the user to manually put "-noeac" in their launch parameters.</h5> |
| 1249 | + <h5>- Fixed the process status being stuck saying "East Anti-Cheat Detected" instead of saying if rocket league is running or not.</h5> |
| 1250 | + <h5>- Increased the default injection time for new users from "2500" to "3500".</h5> |
| 1251 | + <h5></h5> |
| 1252 | + </section> |
| 1253 | + |
1230 | 1254 | <section class="docs-section" id="item-1-4-5"> |
1231 | 1255 | <h2 class="section-heading">Version 1.4.5 (February 4th 2026)</h2> |
1232 | 1256 | <h5>- Added extra info to the crash log exporter in the settings tab.</h5> |
@@ -1256,7 +1280,7 @@ <h5>- Changed how news article dates are formatted in the news tab.</h5> |
1256 | 1280 |
|
1257 | 1281 | <section class="docs-section" id="item-1-4-1"> |
1258 | 1282 | <h2 class="section-heading">Version 1.4.1 (December 13th 2024)</h2> |
1259 | | - <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> |
| 1283 | + <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> |
1260 | 1284 | <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> |
1261 | 1285 | <h5>- Changed the default injection time from 20 seconds to 2.5 seconds, which I forgot to do a long time ago.</h5> |
1262 | 1286 | <h5>- Reduced the memory footprint of the news tab by more than 1/4th related to images and caching.</h5> |
@@ -1332,7 +1356,7 @@ <h5>- Fixed a crash that could happen if your download speed was slow or had pac |
1332 | 1356 |
|
1333 | 1357 | <section class="docs-section" id="item-1-2-9"> |
1334 | 1358 | <h2 class="section-heading">Version 1.2.9 (November 17th 2023)</h2> |
1335 | | - <h5>- Upgraded from .NET 7.0 to .NET 8.0, which will require you to download the new runtime if you only have .NET 7.0 installed.</h5> |
| 1359 | + <h5>- Upgraded from ".NET 7.0" to ".NET 8.0", which will require you to download the new runtime if you only have ".NET 7.0" installed.</h5> |
1336 | 1360 | <h5>- Added more files and extra logging info for the crash dump exporter.</h5> |
1337 | 1361 | <h5>- Fixed not finding a folder path bug on first install, which would require restarting the launcher.</h5> |
1338 | 1362 | <h5>- Fixed the manual inject button not working sometimes, as well as it ignoring the "prevent injection when out of date" setting.</h5> |
|
0 commit comments