Skip to content

Release v1.1.2

Choose a tag to compare

@center2055 center2055 released this 28 Apr 19:42

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.Delay buffers and offloading the remainder to precise SpinWait.
  • Replaced the heavy 100Hz Process.GetProcessById check with a Zero-Latency HWND window cache. IsMinecraftActive no longer freezes the thread pool when idling or starting a burst.