Skip to content

Commit 5fa246b

Browse files
committed
Initial Commit
1 parent d8fd480 commit 5fa246b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
18 KB
Loading

changelog.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<nav id="docs-nav" class="docs-nav navbar">
4848
<ul class="section-items list-unstyled nav flex-column pb-3">
4949
<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>
5051
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-2">Version 2.5.2</a></li>
5152
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-1">Version 2.5.1</a></li>
5253
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-5-0">Version 2.5.0</a></li>
@@ -255,6 +256,20 @@
255256
<article class="docs-article" id="section-3">
256257
<h1 class="docs-heading">Changelog</h1>
257258

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+
258273
<section class="docs-section" id="item-3-5-2">
259274
<h2 class="section-heading">Version 2.5.2 (February 7th 2025)</h2>
260275
<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

Comments
 (0)