Skip to content

Releases: konkitoman/autoclicker

Release 0.2.3

02 Jun 03:23
Compare
Choose a tag to compare

Fixing #19

  • Added check in the dialog for cooldown, if the cooldown is less then 25 will be set to 25 in the dialog and a explanation will show.

Release 0.2.2

Release 0.2.1

18 Jan 16:30
Compare
Choose a tag to compare
  • Added -T {lock_unlock_bind}
  • Now when you choose a binding the input device will be grabbed
  • Added run-legacy
  • Removed the /dev/input/mice from the list.
  • Split up the Device into InputDevice and OutputDevice

Release 0.2.0

17 Jan 22:08
Compare
Choose a tag to compare
  • Now momentary presses are treated as presses #16
  • FIX: grab mode was not working on a keyboard.
  • Now will show all devices from /dev/input
  • Now you need to specify the bindings.
  • Now when is start running will print "Using args: {args}" the args can be used as the args when starting a new instance.
  • Now -D {device_query} if it starts with / will be used to open the device with that path.

Release 0.1.8

16 Jan 15:08
Compare
Choose a tag to compare
  • In a [Y/n] the newline will be treated as a Yes. #9
  • Added hold mode with -H argument. #13
  • Fixed: Not supporting multiples devices with the same name. #17
  • Removed the Cache and --clear-cache, this was saving the arguments.

0.1.7

09 Mar 20:57
Compare
Choose a tag to compare

Changelog

  • minor refactoring
  • fix typos
  • added -D for specifing the device dev path and -K, -M to set the device type, this was requested by @lnee94

Release 0.1.6

29 Oct 20:26
Compare
Choose a tag to compare

Changelog:

  • refactoring
  • added --use-device by @Asecave
  • now only keyboards and mouses will show!
  • now every argument is saved in cache!
  • cache is saved as RON
  • fix when you picked you keyboard on X11, system lockdown
  • added --grab-kbd to override X11 fix

Release 0.1.5

05 Oct 12:59
Compare
Choose a tag to compare
  • Now will grab the input device and emulate unused events

Release 0.1.4

14 Sep 07:17
Compare
Choose a tag to compare

Changelog 0.1.4

  • now we have cooldown between press and release.
  • now we use clap, by @Dragnansia
  • update base64, by @Dragnansia

Release 0.1.2 and 0.1.3

12 Sep 18:00
Compare
Choose a tag to compare

Changelog 0.1.2

A new revision after 2 years!

  • now will not crash if an argument is invalid
  • now will read correctly the cache
  • now will show on start what binds you have
  • now when has --find-keycodes will display the key name if has one
  • fix clippy warnings

Changelog 0.1.3

  • now will not crash if has no cache when has --clear-cache
  • now will show the current state and will beep when is changed
  • now we have --no-beep to not emit a beep when the stat is changed
  • now the code is a little cleaner
  • now will tell you if an argument is invalid
  • now will show the cooldown in ms by @Vilianexe