Skip to content

Commit

Permalink
Update changelog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Jul 19, 2024
1 parent 56102c4 commit de37502
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<nav id="docs-nav" class="docs-nav navbar">
<ul class="section-items list-unstyled nav flex-column pb-3">
<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>Changelog (Beta)</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-5">Version 2.2.5</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-4">Version 2.2.4</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-3">Version 2.2.3</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-2-2">Version 2.2.2</a></li>
Expand Down Expand Up @@ -226,6 +227,14 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog (Beta)</h1>

<section class="docs-section" id="item-3-2-5">
<h2 class="section-heading">Version 2.2.5 (July 19th 2024)</h2>
<h5>- Added two new commands <code>matchmaking_select_id</code> and <code>matchmaking_deselect_id</code> that let you select playlists on the main menu by their id instead of row index.</h5>
<h5>- Fixed the tab colors being wrong in some windows, this was due to me not accounting for some new color ids as of the last ImGui update.</h5>
<h5>- Fixed tournament and private showing up with incorrect info for Discord rich presence, also matches will now show proper team sizes if players leave.</h5>
<h5>- Internal bug fixes and performance improvements.</h5>
</section>

<section class="docs-section" id="item-3-2-4">
<h2 class="section-heading">Version 2.2.4 (July 4th 2024)</h2>
<h5>- Fixed a rare crash that could happen upon injection related to a thread racing issue.</h5>
Expand Down

0 comments on commit de37502

Please sign in to comment.