You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.0.1 Changes
Environment & Compatibility
Forced Legacy Console: The program now detects if it is running inside the modern Windows Terminal. If detected, it automatically relaunches itself using the legacy Windows Console Host (conhost.exe).
UI Stability: This change ensures UI consistency and prevents layout or scaling issues caused by the Windows Terminal's dynamic rendering.
Configuration & Setup
Automatic Settings Generation: Integrated an "Ensure Settings Exist" feature.
Self-Healing: If BotManagerConfig.ini is missing or empty, the program automatically generates a new one with pre-defined sections ([Settings] and [Interface]) and helpful documentation comments.
Persistence
Improved INI Handling: Now uses standard Windows API methods to read and write settings, making the configuration process more robust and less prone to errors.