|
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-3">Version 2.5.3</a></li> |
50 | 51 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-2">Version 2.5.2</a></li> |
51 | 52 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li> |
52 | 53 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li> |
|
255 | 256 | <article class="docs-article" id="section-3"> |
256 | 257 | <h1 class="docs-heading">Changelog</h1> |
257 | 258 |
|
| 259 | + <section class="docs-section" id="item-3-5-3"> |
| 260 | + <h2 class="section-heading">Version 2.5.3 (February 14th 2025)</h2> |
| 261 | + <h5>- Enabled custom avatars again after some bug fixes, custom playlist images are still being worked on.</h5> |
| 262 | + <h5>- The maximum allowed size for loading custom player avatars has been reduced from 512x512 to 256x256.</h5> |
| 263 | + <h5>- Removed the ability to make layered avatars like you could with banners, this is a limitation of the new avatar system.</h5> |
| 264 | + <h5>- Texture formats BC1 through BC5 can now be exported to any extension instead of being limited to ".dds".</h5> |
| 265 | + <h5>- Fixed the texture browser window only showing UTexture2D's instead of all possible texture objects.</h5> |
| 266 | + <h5>- Fixed overlay windows, such as the session tracker, not properly scaling according to the <code>imgui_global_scale</code> setting.</h5> |
| 267 | + <h5>- Fixed a crash with the reflector window related to viewing TArray structs that had byte properties in them.</h5> |
| 268 | + <h5>- Fixed your Discord rich presence state saying "Idling" if you were in spectator mode.</h5> |
| 269 | + <h5>- Remade the entire internal API endpoint to be more efficient and reliable.</h5> |
| 270 | + <h5>- Further improvements to the platform and steam avatar system.</h5> |
| 271 | + </section> |
| 272 | + |
258 | 273 | <section class="docs-section" id="item-3-5-2"> |
259 | 274 | <h2 class="section-heading">Version 2.5.2 (February 7th 2025)</h2> |
260 | 275 | <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> |
|
0 commit comments