XUtil 1.1.0
Macro system fixes and additions:
- If and Loop bodies now actually run (nested chains were never started)
- Task state resets between runs so chains always start fresh
- Loops can run forever with a new infinite mode
- New Break task stops the whole chain, and disables the macro for every-tick triggers
- Macro Settings module in the Misc category, right-click opens the macro list
- Config files are saved as pretty printed JSON
- README documents the macro system