Skip to content

v1.0.1

Choose a tag to compare

@iVyz3r iVyz3r released this 09 Apr 02:18
· 183 commits to main since this release
87d1891

📦 Aegleseeker v1.0.1

This update introduces core usability improvements focused on configuration management and in-game control.

✨ Added

  • In-Game Terminal

    • New command-based interface integrated into the ImGui menu
    • Allows runtime interaction with the client through structured commands
    • Designed for fast access to configuration and internal controls
  • JSON Configuration System

    • Full config persistence using JSON
    • Save, load, create, and delete configurations directly from the client
    • Structured and scalable system for future feature expansion

⚙️ Improvements

  • Improved internal structure to support config-driven workflows
  • Better modular integration between UI and backend systems

🧱 Notes

  • All other features remain unchanged from v1.0.0
  • This update focuses on infrastructure for future expandability rather than adding new modules