Release v1.1.2
Citron Clicker — changelog since v1.1.0 (release v1.1.1)
Timing (HumanizedDelayGenerator)
- Fixed an accidental mathematical bias (+2ms) in the 50ms tick-magnetization logic, guaranteeing exactly balanced 0ms long-term drift.
Input & Performance (MainWindow)
- Converted ClickerLoop to use Time Accumulation scheduling instead of sequential waiting. This automatically deducts async Task dispatch delays from the next sleep cycle, achieving mathematically perfect CPS outputs regardless of CPU starvation.
- Eliminated Windows ThreadPool quantization limits by restricting
Task.Delaybuffers and offloading the remainder to preciseSpinWait. - Replaced the heavy 100Hz
Process.GetProcessByIdcheck with a Zero-Latency HWND window cache.IsMinecraftActiveno longer freezes the thread pool when idling or starting a burst.