Releases: MrTanoshii/rusty-autoclicker
Releases · MrTanoshii/rusty-autoclicker
v2.3.0
What's Changed
- feat: add app zooming by @nozwock in #39
- Merge
main
intorefactor
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
Full Changelog: v2.2.0...v2.3.0
v2.2.0
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
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Implement app icon by @MrTanoshii in #8
- App icon made by @Aditeya
Full Changelog: v2.0.0...v2.1.0
Notice for Linux
winit
crate has an issue with Wayland, you can run the app without crashing by using the following command
export WINIT_UNIX_BACKEND=x11
./launch_your_app
v2.0.0
Feature
- Add coordinate setting GUI
Improvement
- Add descriptors to mouse states
Misc
- Bump rust to 1.63
- Bump eframe to 0.19
- Update README
Full Changelog: v1.1.0...v2.0.0
v1.1.0
Full Changelog: https://github.com/MrTanoshii/rusty-autoclicker/commits/v1.1.0