Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed May 24, 2024
1 parent d59b7b1 commit 5bc8590
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 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-1-9">Version 2.1.9</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-1-8">Version 2.1.8</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-1-7">Version 2.1.7</a></li>
<li class="nav-item"><a class="nav-link scrollto" href="#item-3-1-6">Version 2.1.6</a></li>
Expand Down Expand Up @@ -220,6 +221,14 @@
<article class="docs-article" id="section-3">
<h1 class="docs-heading">Changelog (Beta)</h1>

<section class="docs-section" id="item-3-1-9">
<h2 class="section-heading">Version 2.1.9 (May 24th 2024)</h2>
<h5>- Added a new setting <code>tracker_log_populations</code> which will track playlist populations in the background for statistics.</h5>
<h5>- Fixed a bug with the show goal speed settings sometimes being spammed in chat.</h5>
<h5>- Internal code refactoring and changes to the CodeRed framework.</h5>
<h5>- Performance improvements related to ImGui windows and WndProc.</h5>
</section>

<section class="docs-section" id="item-3-1-8">
<h2 class="section-heading">Version 2.1.8 (May 17th 2024)</h2>
<h5>- Added a new experimental setting <code>scoreboard_steam_avatars</code>, which allows Epic Games users to see Steam players avatars on the scoreboard.</h5>
Expand Down
8 changes: 6 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ <h3>Settings</h3>
<td>Selects and applies a loaded ImGui style by its name.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>imgui_terminal_buffer &lt1-5120&gt</b></th>
<td>Change the user history buffer size for the terminal.</td>
<th class="theme-bg-light"><b>imgui_terminal_buffer &lt32-2048&gt</b></th>
<td>Change the max user history size for the terminal.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>imgui_terminal_scroll &lttrue-false&gt</b></th>
Expand Down Expand Up @@ -1835,6 +1835,10 @@ <h3>Settings</h3>
<th class="theme-bg-light"><b>tracker_log_time &lttrue-false&gt</b></th>
<td>Track and log seconds spent in different game states to offline files.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>tracker_log_populations &lttrue-false&gt</b></th>
<td>Track and log playlist populations to offline files.</td>
</tr>
<tr>
<th class="theme-bg-light"><b>tracker_notify_skill &lttrue-false&gt</b></th>
<td>Display a notification when your skill rating has been updated.</td>
Expand Down

0 comments on commit 5bc8590

Please sign in to comment.