|
62 | 62 | <nav id="docs-nav" class="docs-nav navbar"> |
63 | 63 | <ul class="section-items list-unstyled nav flex-column pb-3"> |
64 | 64 | <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> |
65 | 66 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-2">Version 2.6.2</a></li> |
66 | 67 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-1">Version 2.6.1</a></li> |
67 | 68 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-0">Version 2.6.0</a></li> |
|
178 | 179 | <article class="docs-article" id="section-3"> |
179 | 180 | <h1 class="docs-heading">Changelog</h1> |
180 | 181 |
|
| 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 | + |
181 | 192 | <section class="docs-section" id="item-3-6-2"> |
182 | 193 | <h2 class="section-heading">Version 2.6.2 (April 28th 2025)</h2> |
183 | 194 | <h5>- Fixed a bug causing custom player names to not send a filter request, causing them to never apply.</h5> |
|
0 commit comments