Skip to content

Bot Manager 2.0.1

Choose a tag to compare

@ragnarokoffline ragnarokoffline released this 21 Jan 15:43
678b42d

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.