|
62 | 62 | <nav id="docs-nav" class="docs-nav navbar"> |
63 | 63 | <ul class="section-items list-unstyled nav flex-column pb-3"> |
64 | 64 | <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> |
| 65 | + <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-6">Version 2.6.6</a></li> |
65 | 66 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-5">Version 2.6.5</a></li> |
66 | 67 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-4">Version 2.6.4</a></li> |
67 | 68 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-3">Version 2.6.3</a></li> |
|
181 | 182 | <article class="docs-article" id="section-3"> |
182 | 183 | <h1 class="docs-heading">Changelog</h1> |
183 | 184 |
|
| 185 | + <section class="docs-section" id="item-3-6-6"> |
| 186 | + <h2 class="section-heading">Version 2.6.6 (May 23rd 2025)</h2> |
| 187 | + <h5>- Added new context menu strips for properties in the reflector window, which let you copy their name, offset, and value.</h5> |
| 188 | + <h5>- Added a new setting <code>flip_indicator_unlimited_color</code> which lets you pick the color of the flip indicator if you have unlimited flips enabled.</h5> |
| 189 | + <h5>- Remade the matchmaker window internally to be fully dynamic and update playlists in real time, instead of relying on hardcoded playlist ids and names.</h5> |
| 190 | + <h5>- Updated the internal API to accommodate GitHub's new rate limits of only one request per minute, this fix issues with appearing offline due to no API responses.</h5> |
| 191 | + <h5>- Fixed the function scanner not splitting strings by commas properly as of the last update.</h5> |
| 192 | + <h5>- Internal memory improvements, as well as optimizations to ImGui rendering code.</h5> |
| 193 | + </section> |
| 194 | + |
184 | 195 | <section class="docs-section" id="item-3-6-5"> |
185 | 196 | <h2 class="section-heading">Version 2.6.5 (May 13th 2025)</h2> |
186 | 197 | <h5>- Added a new setting <code>imgui_reflector_no_tarray</code>, which disables reading from TArrays completely in the reflector window.</h5> |
|
0 commit comments