|
47 | 47 | <nav id="docs-nav" class="docs-nav navbar"> |
48 | 48 | <ul class="section-items list-unstyled nav flex-column pb-3"> |
49 | 49 | <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> |
| 50 | + <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-2">Version 2.5.2</a></li> |
50 | 51 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li> |
51 | 52 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li> |
52 | 53 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-4-9">Version 2.4.9</a></li> |
|
254 | 255 | <article class="docs-article" id="section-3"> |
255 | 256 | <h1 class="docs-heading">Changelog</h1> |
256 | 257 |
|
| 258 | + <section class="docs-section" id="item-3-5-2"> |
| 259 | + <h2 class="section-heading">Version 2.5.2 (February 7th 2025)</h2> |
| 260 | + <h5>- Temporarily disabled custom playlist images while I work on a fix, Psyonix did a lot of half-assed things to GFx stuff last update.</h5> |
| 261 | + <h5>- Removed the default <code>interface_auto_reset_inputs</code> setting in favor of the two new settings below.</h5> |
| 262 | + <h5>- Added a new setting <code>interface_reset_inputs_kickoff</code> that auto resets your input buffer before kickoffs.</h5> |
| 263 | + <h5>- Added a new setting <code>interface_reset_inputs_tabbing</code> that auto resets your input buffer when alt tabbing or when the games focus changes.</h5> |
| 264 | + <h5>- Added a "Draw" button for texture properties in the reflector window, which draws them on the canvas just like the texture browser.</h5> |
| 265 | + <h5>- Fixed special CodeRed titles, such as supporter and alpha tester, not being visible between steam players in online games.</h5> |
| 266 | + <h5>- Fixed the connections window not using proper hex escaped characters for strings when searching by epic name.</h5> |
| 267 | + <h5>- Fixed the <code>interface_auto_gg</code> setting typing in chat instead of using the actual quick chat message.</h5> |
| 268 | + <h5>- Fixed platform avatar textures sometimes showing up as fully black squares randomly in online games.</h5> |
| 269 | + <h5>- Bug fixes and optimizations to the loadout system related to loading and applying products.</h5> |
| 270 | + <h5>- Bug fixes and improvements related to the <code>scoreboard_steam_avatars</code> setting.</h5> |
| 271 | + <h5>- Minor improvements and fixes to various ImGui windows.</h5> |
| 272 | + </section> |
| 273 | + |
257 | 274 | <section class="docs-section" id="item-3-5-1"> |
258 | 275 | <h2 class="section-heading">Version 2.5.1 (February 3rd 2025)</h2> |
259 | 276 | <h5>- Temporarily disabled custom player avatars while I work on a fix for them being destroyed randomly after scoring goals.</h5> |
|
0 commit comments