|
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-8">Version 2.6.8</a></li> |
65 | 66 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-7">Version 2.6.7</a></li> |
66 | 67 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-6">Version 2.6.6</a></li> |
67 | 68 | <li class="nav-item"><a class="nav-link scrollto" href="#item-3-6-5">Version 2.6.5</a></li> |
|
185 | 186 | <article class="docs-article" id="section-3"> |
186 | 187 | <h1 class="docs-heading">Changelog</h1> |
187 | 188 |
|
| 189 | + <section class="docs-section" id="item-3-6-8"> |
| 190 | + <h2 class="section-heading">Version 2.6.8 (June 17th 2025)</h2> |
| 191 | + <h5>- For first time users, the dashboard and terminal windows will now automatically be opened upon first injection.</h5> |
| 192 | + <h5>- Added the new "DFH Stadium (Anniversary)" map to Discord rich presence integration and the main menu background changer.</h5> |
| 193 | + <h5>- Added a new setting <code>imgui_scanner_limit</code>, which lets you pick the limit of how many functions can be displayed in the function scanner at once.</h5> |
| 194 | + <h5>- Changed the textbox in the sequence editor window to be a searchable combobox, so you don't have to manually type out commands or settings.</h5> |
| 195 | + <h5>- Remade the custom alias and keybind windows both visually and internally, they now function similar to the new sequence window.</h5> |
| 196 | + <h5>- Fixed not being able to call an already existing sequence from another custom sequence.</h5> |
| 197 | + <h5>- Lots of code refactoring and changes to the internal framework.</h5> |
| 198 | + <h5>- Updated internal SDK to the latest version of Rocket League.</h5> |
| 199 | + </section> |
| 200 | + |
188 | 201 | <section class="docs-section" id="item-3-6-7"> |
189 | 202 | <h2 class="section-heading">Version 2.6.7 (June 6th 2025)</h2> |
190 | 203 | <h5>- Added a new setting <code>imgui_scanner_origin</code>, which lets you see where a function was called from (ProcessEvent, ProcessInternal, or CallFunction).</h5> |
|
0 commit comments