- initial multilingual support, with more to come
- global settings added. uses config.json to save values. see model/ConfigManger.cs
- 2 global options so far: language + debug mode
- minimum value for delays (defined in AppConfig) hooked up to most delay inputs, eventually all
- ATKDEF form reverted to an older version with updated values, to fix the caching causing UI problems
- configurable styling for button backgrounds in AppConfig
- Skill Timers changed from seconds to milliseconds
- autoput/autoygg delay changed from a text input to a proper NumericUpDown field (before could enter non-numbers into the field, possibly causing crashes)
- reset buttons added to Macro Switch
- possible fix for overweight at 50/90 + send macro function (needs testing)
- macro delay is now after macro was sent, not before
- moved debug log file path define into AppConfig
- FormUtils.SetNumericUpDownMinimumDelays() should catch more fields with "delay" in the name, made it case-insensitive