Releases: kxtools/kx-trainer-free
Releases · kxtools/kx-trainer-free
v2.1
What's Changed
- Hotkey Handling Refactor: Fully restructured how hotkeys are managed for better reliability and future flexibility.
- Improved UI Styling: Updated the look and feel of the GUI with a better font and custom KX-style colors.
- Added ProcessMemoryManager: Introduced a dedicated class to manage memory read/write operations more cleanly and efficiently.
- Fixes & Improvements: General improvements and fixes across multiple parts of the codebase.
v2.0
This is a major update, replacing the previous console interface with a full graphical user interface (GUI) using Dear ImGui for a much more user-friendly experience.
What's Changed
- Added Graphical User Interface (GUI): Replaced the entire console interface with a modern GUI powered by Dear ImGui.
- Added Interactive Controls: Features are now controlled via checkboxes and buttons instead of just hotkeys.
- Added In-App Hotkey Configuration: Added a dedicated "Hotkeys" section to view and change key bindings directly within the application.
- Added Visual Loading/Status Window: Added a new window that shows initialization progress, status check results, and critical errors.
- Removed Console Interface: The old text-based console UI has been completely removed.