Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jun 26, 2024
1 parent dc866da commit 0e20e7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<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>Changelog (Beta)</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-3">Version 2.2.3</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-2">Version 2.2.2</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-1">Version 2.2.1</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-0">Version 2.2.0</a></li>
Expand Down Expand Up @@ -224,6 +225,16 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog (Beta)</h1>

<section class="docs-section" id="item-3-2-3">
<h2 class="section-heading">Version 2.2.3 (June 25th 2024)</h2>
<h5>- Added support for displaying elapsed time when in overtime mode for Discord rich presence.</h5>
<h5>- Fixed the "manager_purge_logs" setting not purging logs that were generated by switching between the Steam and Epic versions of the game.</h5>
<h5>- Fixed CodeRed sometimes detecting your integrated graphics instead of your gpu if you were on a laptop.</h5>
<h5>- Fixed the wrong primary and accent colors sometimes being applied to your car in freeplay.</h5>
<h5>- Updated internal SDK to the latest version of Rocket League.</h5>
<h5>- Internal code refactoring and improvements.</h5>
</section>

<section class="docs-section" id="item-3-2-2">
<h2 class="section-heading">Version 2.2.2 (June 20th 2024)</h2>
<h5>- The <code>stadium_disable_filters</code> setting now also disables color desaturation, turns out some maps do that for some reason.</h5>
Expand Down
4 changes: 0 additions & 4 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ <h3>Commands</h3>
<th class="theme-bg-light"><b>imgui_delete_style</b></th>
<td>Deletes a loaded ImGui style by its name.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>imgui_notification_debug</b></th>
<td>Displays all notifications at once for debugging purposes.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>imgui_open</b></th>
<td>Open an ImGui window by its name.</td>
Expand Down

0 comments on commit 0e20e7b

Please sign in to comment.