Rusty AutoClicker Changelog

What's new in Rusty AutoClicker 2.3.0

Feb 16, 2023
  • What's Changed:
  • Feat: add app zooming by @nozwock in #39
  • Merge main into refactor by @MrTanoshii in #41
  • Restructure and cleanup the codebase by @MrTanoshii in #38
  • Update the README and add documentation by @MrTanoshii in #42
  • Update actions by @MrTanoshii in #23
  • Update dependencies & set coord mode after setting clicking coordinates by @MrTanoshii in #44

New in Rusty AutoClicker 2.2.0 (Dec 9, 2022)

  • What's Changed:
  • Setup the repo for Hacktoberfest by @MrTanoshii in #11
  • Used the image crate to load the icon, instead of hard-coding it as a vector by @ChancellorCeti in #15
  • Show remaining clicks when autoclicking a set amount by @cph-w in #19
  • Dynamic "button pressed" UI String by @cph-w in #18
  • Feature/add humanlike mouse movement #12 by @frankschmitt in #22
  • Add Icon to Windows binary by @nozwock in #25
  • ci: remove lib test job by @nozwock in #26
  • Small refactors by @nozwock in #27
  • Automate release builds by @nozwock in #28
  • fix(ci): patch for broken build_artifacts workflow by @nozwock in #29
  • ci: remove leading bin dir from release archive by @nozwock in #30
  • Embed icon in app by @MrTanoshii in #32
  • docs(README): fetch latest version from tags by @nozwock in #34
  • Fix release github action by @MrTanoshii in #35
  • refactor: cleanup app.rs by @nozwock in #36
  • Fix coordinates sanitization not allowing negative values by @MrTanoshii in #37
  • New Contributors:
  • @ChancellorCeti made their first contribution in #15
  • @cph-w made their first contribution in #19
  • @frankschmitt made their first contribution in #22
  • @nozwock made their first contribution in #25