Repeats Repeat Versions Save

Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.

v5.4.2

4 years ago

Support shared variable as an activation method in Java, Python, and C# code templates.

Download Repeat

v5.4.1

4 years ago
  1. Update to use v0.0.3 of SimpleNativeHook.
  2. Move some static content around to simplify the folder structure.

Download Repeat

v5.4

4 years ago
  1. Compile and execute tasks remotely.
  2. Add a new activation type: setting shared variable.
  3. Fix some bugs regarding changing global hotkeys.

v5.3-alpha

4 years ago

Remote machines capabilities:

  1. Move mouse and type keys.
  2. Compile and execute tasks remotely.

v5.2.3

4 years ago
  1. No longer have JOptionPane to ask to navigate to the web UI since stdout already contains enough information.
  2. Stop using java.nio.file.Files.probeContentType() since it doesn't work well cross platform.
  3. Disable pasting using Shift + Insert on Linux.

v5.2.2

5 years ago

Avoid using Desktop API which might or might not be available on Linux and other platforms.

v5.2.1

5 years ago

Created X11 native hook and set that as default hook for Linux. This removes the need for listening to input device files and therefore no longer require root to listen to events.

This uses SimpleNativeHooks v0.0.1(https://github.com/repeats/SimpleNativeHooks/releases/tag/v0.0.1)

v5.2

5 years ago
  1. Replaced JNativeHook with new NativeHook included in the binary. JNativeHook dependency will be completely remove in the next few releases.
  2. Shared variable API can now wait for a variable to change its value.
  3. Fixed some minor UI issues.

v5.1.1

5 years ago

v5.1

5 years ago

Add ability to listen to global key actions (on key up & on key down).