Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@primetime43 primetime43 released this 24 Apr 22:46
· 2 commits to main since this release

What's Changed

New Features:

  • 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.