Skip to content

Release v1.1.3

Choose a tag to compare

@center2055 center2055 released this 10 Jun 19:28

Citron Clicker — changelog since v1.1.2 (release v1.1.3)

Client detection (MainWindow)

  • Fixed the autoclicker doing nothing in custom clients such as CM Client. IsMinecraftActive no longer hard-rejects the focused window just because the game runs under a bundled or renamed runtime (a process not named java/javaw). Standard java/javaw launches are unchanged.
  • For custom-runtime clients, clicking now activates when the focused window is the real GLFW (1.13+) / LWJGL (1.12 and earlier) game render window. This is a deliberately strong signal so the clicker never fires on an unrelated app that merely has "minecraft" in its title (browser tab, editor, Discord, ...).
  • Added CM Client / CMCLIENT / CM-Pack to the recognized Java client titles.
  • The INJECTED status badge now also reflects a foreground custom client, instead of reading "WAITING FOR MC" while the clicker is actually live.