Fixed a bug that prevented the bot from stopping if the target runtime was during a break
Fixed a threading issue with TrackedSkill progress updater
When starting a bot with level goals that have already been completed it will no longer attempt to start those activities before realizing they're finished
Fixed break end time always showing as 00:00:00 - Existing profiles will still be wrong but it's only visual. Any newly added/generated breaks will be correct
Fixed a bug where renaming break profiles caused the breaks to be stored in the activities property, resulting in activity profile saving not working. Unfortunately if you had this issue your old activity profiles will be removed but you'll be able to save new ones now without issue
Added support for predefined profiles. A predefined profile can't be deleted or renamed. It can be saved with a new name to clone it with any modifications that have been made. - Profile suggestions welcome in the discussion thread
Moved goal type and value to the activity config screen. As a result, a visual bug that sometimes occurred with the activity goal values in the activity list has now been resolved.
Added "Skipped Activity" title for activities where the goal has already been met when the activity was started
Added goal ETA for all goal types. Can be found on the activity details page
Activity duration no longer counts while the bot is paused
Making changes to activities while the bot is running no longer duplicates the current activity (If you made changes to your settings while the bot was running it would sometimes run the current one again after it finished)