Skip to content

Commit 7b0e299

Browse files
committed
Initial Commit
1 parent c19e4ec commit 7b0e299

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

changelog.html

Lines changed: 14 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-9-5">Version 2.9.5</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-4">Version 2.9.4</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-3">Version 2.9.3</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-9-2">Version 2.9.2</a></li>
@@ -213,6 +214,19 @@
213214
<article class="docs-article" id="section-3">
214215
<h1 class="docs-heading">Changelog</h1>
215216

217+
<section class="docs-section" id="item-3-9-5">
218+
<h2 class="section-heading">Version 2.9.5 (February 20th 2025)</h2>
219+
<h5>- Everyone now has access to server side custom titles!</h5>
220+
<h5>- Added proper support for CodeRed loadouts applying in replay files.</h5>
221+
<h5>- Added several new settings that let you customize the stadium colors in replay files.</h5>
222+
<h5>- Anonymizer settings can now be applied in replay files with the new setting <code>scoreboard_hide_replays</code>.</h5>
223+
<h5>- CodeRed loadouts no longer require an internet connection and can now be used offline.</h5>
224+
<h5>- Fixed the <code>scoreboard_hide_avatars</code> setting not applying to steam players on the scoreboard.</h5>
225+
<h5>- Fixed titles not applying during goal replays in offline game modes, such as freeplay and custom training.</h5>
226+
<h5>- Fixed painted car thumbnails missing their wheels when scrolling through your inventory.</h5>
227+
<h5>- Fixed CodeRed taking a long time to initialize if you ran the game in offline mode.</h5>
228+
</section>
229+
216230
<section class="docs-section" id="item-3-9-4">
217231
<h2 class="section-heading">Version 2.9.4 (January 30th 2025)</h2>
218232
<h5>- Fixed a rare crash related to the <code>scoreboard_display_team</code> setting and opening the scoreboard at the same time a player leaves.</h5>

documentation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,10 @@ <h3>Settings</h3>
17771777
<th class="theme-bg-light"><b>scoreboard_hide_privates &lttrue-false&gt</b></th>
17781778
<td>Allows the use of the anonymizer in private matches.</td>
17791779
</tr>
1780+
<tr>
1781+
<th class="theme-bg-light"><b>scoreboard_hide_replays &lttrue-false&gt</b></th>
1782+
<td>Allows the use of the anonymizer in replay files.</td>
1783+
</tr>
17801784
<tr>
17811785
<th class="theme-bg-light"><b>scoreboard_hide_statistics &lttrue-false&gt</b></th>
17821786
<td>Hide all players statistics on the scoreboard.</td>

0 commit comments

Comments
 (0)