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
Enhanced Customizability with User-Created Actions: Introduced a feature that allows users to define their own custom actions for activities like fishing and golfing. This flexible system enables users to tailor their experience without modifying the program's source code. Through the action manager interface, users can craft custom action files. These files are then interpreted by the bot, allowing it to execute user-designed sequences for fishing or golfing, enhancing the bot's versatility and user engagement.
JSON Coordinate System: Transitioned to using a JSON structure for saving and loading UI element coordinates, enhancing maintainability and scalability of coordinate management. #22
Fixes:
Fixes and improvements to Fishing, Golf, Doodle Training, and Gardening #21#9
General Improvements:
Code Refactoring: Undertook significant refactoring to clean up the codebase, improving code readability and future maintainability.