Skip to content

Commit 999f9ca

Browse files
committed
Initial Commit
1 parent fa9f49a commit 999f9ca

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

changelog.html

Lines changed: 11 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-6-3">Version 2.6.3</a></li>
6566
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-2">Version 2.6.2</a></li>
6667
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-1">Version 2.6.1</a></li>
6768
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-0">Version 2.6.0</a></li>
@@ -178,6 +179,16 @@
178179
<article class="docs-article" id="section-3">
179180
<h1 class="docs-heading">Changelog</h1>
180181

182+
<section class="docs-section" id="item-3-6-3">
183+
<h2 class="section-heading">Version 2.6.3 (May 2nd 2025)</h2>
184+
<h5>- Added the new "Force Field" map and "Car Wars" playlist to custom Discord Rich Presence info.</h5>
185+
<h5>- Added two new commands, <code>play_random_sound</code> and <code>play_random_sound_async</code>, which pick a random ".wav" file from a given folder and plays it.</h5>
186+
<h5>- Added a widget in the settings tab for the <code>imgui_reflector_array_limit</code> setting, which sets the limit for reading and displaying values from TArrays.</h5>
187+
<h5>- Added a new context menu option for TArrays in the reflector window that let you copy the contents of TArrays to your clipboard.</h5>
188+
<h5>- Fixed the search box in the texture browser window being case sensitive when it shouldn't be.</h5>
189+
<h5>- Fixed the <code>interface_menu_background</code> setting not resetting to default properly.</h5>
190+
</section>
191+
181192
<section class="docs-section" id="item-3-6-2">
182193
<h2 class="section-heading">Version 2.6.2 (April 28th 2025)</h2>
183194
<h5>- Fixed a bug causing custom player names to not send a filter request, causing them to never apply.</h5>

documentation.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,19 @@ <h3>Commands</h3>
432432
</tr>
433433
<tr>
434434
<th class="theme-bg-light"><b>play_sound</b></th>
435-
<td>Plays a ".wav" file, using its file path as arguments.</td>
435+
<td>Plays a ".wav" file, using its file path as the arguments.</td>
436436
</tr>
437437
<tr>
438438
<th class="theme-bg-light"><b>play_sound_async</b></th>
439-
<td>Plays a ".wav" file asynchronously, using its file path as arguments.</td>
439+
<td>Plays a ".wav" file asynchronously, using its file path as the arguments.</td>
440+
</tr>
441+
<tr>
442+
<th class="theme-bg-light"><b>play_random_sound</b></th>
443+
<td>Randomly picks and plays a ".wav" file, from the folder path given as arguments.</td>
444+
</tr>
445+
<tr>
446+
<th class="theme-bg-light"><b>play_random_sound_async</b></th>
447+
<td>Randomly picks and plays a ".wav" file asynchronously, from the folder path given as arguments.</td>
440448
</tr>
441449
<tr>
442450
<th class="theme-bg-light"><b>inventory_sync</b></th>

0 commit comments

Comments
 (0)