|
27 | 27 | <div class="site-logo"><a class="navbar-brand" href="index.html"><span class="logo-text">Code<span class="logo-text-alt">Red<span class="text-alt"> - Changelog</span></span></span></a></div> |
28 | 28 | </div> |
29 | 29 | <div class="docs-top-utilities d-flex justify-content-end align-items-center"> |
30 | | - <div class="top-search-box d-none d-lg-flex"> |
31 | | - <form class="search-form"> |
32 | | - <input type="text" placeholder="Search the docs..." name="search" class="form-control search-input"> |
33 | | - <button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button> |
34 | | - </form> |
35 | | - </div> |
36 | | - <ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex"> |
| 30 | + <!-- <div class="top-search-box d-none d-lg-flex"> |
| 31 | + <form class="search-form"> |
| 32 | + <input type="text" placeholder="Search the docs..." name="search" class="form-control search-input"> |
| 33 | + <button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button> |
| 34 | + </form> |
| 35 | + </div> --> |
| 36 | + <ul class="social-list list-inline mx-md-4 mx-lg-4 mb-0 d-none d-lg-flex"> |
37 | 37 | <li class="list-inline-item"><a href="https://discord.gg/NmPd4XXTHT"><i class="fab fa-discord fa-fw"></i></a></li> |
38 | 38 | <li class="list-inline-item"><a href="https://github.com/CodeRedModding"><i class="fab fa-github fa-fw"></i></a></li> |
39 | 39 | </ul> |
40 | | - <a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases" class="btn btn-primary d-none d-lg-flex">Download</a> |
| 40 | + <a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases/latest/download/CodeRedLauncher.zip" class="btn btn-primary d-none d-lg-flex">Download</a> |
41 | 41 | </div> |
42 | 42 | </div> |
43 | 43 | </div> |
44 | 44 | </header> |
45 | 45 | <div class="docs-wrapper"> |
46 | 46 | <div id="docs-sidebar" class="docs-sidebar"> |
47 | | - <div class="top-search-box d-lg-none p-3"> |
48 | | - <form class="search-form"> |
49 | | - <input type="text" placeholder="Search the docs..." name="search" class="form-control search-input"> |
50 | | - <button type="submit" class="btn search-btn" value="Search"><i class="fas fa-search"></i></button> |
51 | | - </form> |
52 | | - </div> |
53 | 47 | <nav id="docs-nav" class="docs-nav navbar"> |
54 | 48 | <ul class="section-items list-unstyled nav flex-column pb-3"> |
55 | 49 | <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> |
| 50 | + <li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-8">Version 2.4.8</a></li> |
56 | 51 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-7">Version 2.4.7</a></li> |
57 | 52 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-6">Version 2.4.6</a></li> |
58 | 53 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-5">Version 2.4.5</a></li> |
|
256 | 251 | <article class="docs-article" id="section-3"> |
257 | 252 | <h1 class="docs-heading">Changelog</h1> |
258 | 253 |
|
| 254 | + <section class="docs-section" id="item-3-4-8"> |
| 255 | + <h2 class="section-heading">Version 2.4.8 (January 17th 2025)</h2> |
| 256 | + <h5>- Opened the connections window to the public, this tool lets you search for players linked accounts if any are found.</h5> |
| 257 | + <h5>- JSON values exported via the database dumper now use proper null values for arguments.</h5> |
| 258 | + <h5>- Renamed the <code>attribute_special_edition_label</code> argument to <code>attribute_custom_edition_label</code> for better clarity.</h5> |
| 259 | + <h5>- Removed the encoding arguments for the database dumper, all commands will now be exported in UTF8 with multi-byte support.</h5> |
| 260 | + <h5>- Removed the included emoji font, as nothing uses it anymore in favor of "Remix Icon".</h5> |
| 261 | + <h5>- Fixed a crash that could happen with the reflector window related to viewing static arrays.</h5> |
| 262 | + <h5>- Fixed items not equipping to your loadout on the main menu if you clicked equip via an item drop.</h5> |
| 263 | + <h5>- Fixed some rumble pickups, such as spikes, not showing during goal replays when using CodeRed loadouts.</h5> |
| 264 | + <h5>- Fixed some instances of your CodeRed loadout not applying during goal replays.</h5> |
| 265 | + <h5>- Fixed custom terminal themes for styles causing the terminal font to reset to default.</h5> |
| 266 | + <h5>- Fixed title ids not printing their instance number for the database dumper.</h5> |
| 267 | + <h5>- Upgraded the internal ImGui framework to version 1.91.7.</h5> |
| 268 | + <h5>- Internal code refactoring and bug fixes.</h5> |
| 269 | + </section> |
| 270 | + |
259 | 271 | <section class="docs-section" id="item-3-4-7"> |
260 | 272 | <h2 class="section-heading">Version 2.4.7 (January 10th 2025)</h2> |
261 | 273 | <h5>- Added a new "Adobe scaleform" tab to the reflector window, which lets you view the games UI tables, columns, and values.</h5> |
@@ -600,7 +612,7 @@ <h5>- Upgraded the internal ImGui framework to version 1.9.5.</h5> |
600 | 612 |
|
601 | 613 | <section class="docs-section" id="item-3-1-0"> |
602 | 614 | <h2 class="section-heading">Version 2.1.0 (April 8th 2024)</h2> |
603 | | - <h5>- Fixed a rare but critical crash that could happen related to incorrectly parsing json data.</h5> |
| 615 | + <h5>- Fixed a rare but critical crash that could happen related to incorrectly parsing JSON data.</h5> |
604 | 616 | <h5>- Fixed a bug that could cause CodeRed to think you were playing in offline mode.</h5> |
605 | 617 | <h5>- Minor internal optimizations.</h5> |
606 | 618 | </section> |
@@ -1180,7 +1192,7 @@ <h5>- Added a new <code>playlist_name</code> argument for the <code>database_dum |
1180 | 1192 | <h5>- Fixed a rare crash that could happen when first injecting if the game was unfocused.</h5> |
1181 | 1193 | <h5>- Fixed the fps overlay setting sometimes being toggled off and on the wrong way.</h5> |
1182 | 1194 | <h5>- Fixed title presets not applying to your banner in freeplay when viewing goal replays.</h5> |
1183 | | - <h5>- Fixed new lines invalidating the json schema in some of the database dumper commands.</h5> |
| 1195 | + <h5>- Fixed new lines invalidating the JSON schema in some of the database dumper commands.</h5> |
1184 | 1196 | </section> |
1185 | 1197 |
|
1186 | 1198 | <section class="docs-section" id="item-2-5-6"> |
@@ -1224,7 +1236,7 @@ <h5>- The title database system is fully dynamic now and no longer requires a Co |
1224 | 1236 | <h5>- Fixed some UTF16 characters showing up as question marks in ImGui if your game was in French, Italian, Spanish, etc...</h5> |
1225 | 1237 | <h5>- Fixed selecting or updating player borders with the garage module causing crashes.</h5> |
1226 | 1238 | <h5>- Fixed a crash that could happen when loading into an offline match such as freeplay or custom training.</h5> |
1227 | | - <h5>- Fixed your custom player name sometimes not saving and parsing properly if you had json characters in them.</h5> |
| 1239 | + <h5>- Fixed your custom player name sometimes not saving and parsing properly if you had JSON characters in them.</h5> |
1228 | 1240 | <h5>- Fixed your chat/qickchat thinking you're sending messages too fast sometimes in online games.</h5> |
1229 | 1241 | <h5>- Fixed your title sometimes not restoring to its original one after disabling garage presets.</h5> |
1230 | 1242 | <h5>- Internal optimizations and improvements.</h5> |
|
0 commit comments