Changelog (Beta)
+
+ Version 2.1.9 (May 24th 2024)
+ - Added a new setting tracker_log_populations
which will track playlist populations in the background for statistics.
+ - Fixed a bug with the show goal speed settings sometimes being spammed in chat.
+ - Internal code refactoring and changes to the CodeRed framework.
+ - Performance improvements related to ImGui windows and WndProc.
+
+
Version 2.1.8 (May 17th 2024)
- Added a new experimental setting scoreboard_steam_avatars
, which allows Epic Games users to see Steam players avatars on the scoreboard.
diff --git a/documentation.html b/documentation.html
index eabc8a2..4fd278c 100644
--- a/documentation.html
+++ b/documentation.html
@@ -286,8 +286,8 @@ Settings
Selects and applies a loaded ImGui style by its name. |
- imgui_terminal_buffer <1-5120> |
- Change the user history buffer size for the terminal. |
+ imgui_terminal_buffer <32-2048> |
+ Change the max user history size for the terminal. |
imgui_terminal_scroll <true-false> |
@@ -1835,6 +1835,10 @@ Settings
tracker_log_time <true-false> |
Track and log seconds spent in different game states to offline files. |
+
+ tracker_log_populations <true-false> |
+ Track and log playlist populations to offline files. |
+
tracker_notify_skill <true-false> |
Display a notification when your skill rating has been updated. |