Skip to content

Releases: repeats/Repeat

Minor fixes and updates

15 Feb 19:13
Compare
Choose a tag to compare
Pre-release
  1. Update to use v0.0.3 of SimpleNativeHook.
  2. Move some static content around to simplify the folder structure.

Download Repeat

Remote execution and task activation by shared variable

01 Jan 18:58
Compare
Choose a tag to compare
  1. Compile and execute tasks remotely.
  2. Add a new activation type: setting shared variable.
  3. Fix some bugs regarding changing global hotkeys.

Remote execution alpha

06 Oct 02:53
Compare
Choose a tag to compare
Pre-release

Remote machines capabilities:

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

Fix minor cross platform problems

04 Jul 03:52
Compare
Choose a tag to compare
  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.

Minor bug fixes

18 Apr 05:37
Compare
Choose a tag to compare

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

X11 native hooks

07 Apr 20:01
Compare
Choose a tag to compare

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)

NativeHook new implementation

25 Dec 02:35
Compare
Choose a tag to compare
  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.

Allow changing shared memory through command line interface

11 Nov 15:55
Compare
Choose a tag to compare
v5.1.1

Minor refactor for Jsonizer class.

Global key actions

05 Oct 13:08
Compare
Choose a tag to compare

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

Minor fixes

01 Sep 18:16
Compare
Choose a tag to compare
  1. Fix few usability problems with task table.
  2. Fix task activation change doesn't get applied immediately.