Skip to content

Commit 7ffc1ea

Browse files
committed
Initial Commit
1 parent a898495 commit 7ffc1ea

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-8-2">Version 2.8.2</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-1">Version 2.8.1</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-8-0">Version 2.8.0</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-7-9">Version 2.7.9</a></li>
@@ -199,6 +200,15 @@
199200
<article class="docs-article" id="section-3">
200201
<h1 class="docs-heading">Changelog</h1>
201202

203+
<section class="docs-section" id="item-3-8-2">
204+
<h2 class="section-heading">Version 2.8.2 (October 24th 2025)</h2>
205+
<h5>- Added a new setting <code>imgui_terminal_cout</code> which will also write all terminal text to "std::cout".</h5>
206+
<h5>- Added a "version mismatch" detection system if you are in game and a Rocket League update is released.</h5>
207+
<h5>- Fixed none of the custom chat commands working as of the last Rocket League update.- Fixed server side custom titles not working as of the last Rocket League update.</h5>
208+
<h5>- Safety improvements to multi-threaded commands and terminal logging.</h5>
209+
<h5>- Updated the internal SDK to the latest version of Rocket League.</h5>
210+
</section>
211+
202212
<section class="docs-section" id="item-3-8-1">
203213
<h2 class="section-heading">Version 2.8.1 (October 17th 2025)</h2>
204214
<h5>- When will psyonix stop breaking more than they fix every single update? This is their third hotfix now.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ <h3>Settings</h3>
329329
<th class="theme-bg-light"><b>imgui_terminal_scroll &lttrue-false&gt</b></th>
330330
<td>Auto scroll to the most recently added text in the terminal.</td>
331331
</tr>
332+
<tr>
333+
<th class="theme-bg-light"><b>imgui_terminal_cout &lttrue-false&gt</b></th>
334+
<td>Also send all text from the terminal to "std::cout".</td>
335+
</tr>
332336
<tr>
333337
<th class="theme-bg-light"><b>imgui_scanner_duplicates &lttrue-false&gt</b></th>
334338
<td>Hide or show duplicate entries in the function scanner.</td>

0 commit comments

Comments
 (0)