Skip to content

Releases: repeats/Repeat

Minor fix for OSX mouse event

26 Feb 16:07
Compare
Choose a tag to compare
Pre-release

Minor fix for OSX mouse release event for left mouse.

Download Repeat

Precondition on active process title

26 Nov 02:02
Compare
Choose a tag to compare

Changelogs:

  1. Add ability to add task precondition on active window title & active process name. On Mac this is active application.
    Note that on Mac this feature (active window) requires enabling "System Preferences -> Security & Privacy -> Automation -> Privacy tab -> System Events" for the terminal/Java that runs Repeat.
  2. Add UI utilities to print out active window titles & process name, as well as mouse positions.
  3. Show on main UI whether a task group is disabled to avoid confusion.
  4. Fix an old bug that causes error when the directory path has space in it.
  5. Remove vestiges of unused JNativeHook library and unused Scala related code and libraries since Scala hasn't been supported for more than a year. This reduces the binary size by a few MBs.
  6. Fix some other small bugs.

Download Repeat

Task source history & small bug fixes

23 May 21:51
Compare
Choose a tag to compare
  • Stores up to 10 revision history of a task.
  • Fix bug where tasks are enabled despite being in a disabled task group.
  • Fix bug to recompile from source for Java code if fails to load Java class file.

Download Repeat

AWT for mouse position

14 Mar 00:03
Compare
Choose a tag to compare

Added an option to use Java AWT to retrieve mouse position (instead of low level Hook parameters).
This solves the problem of incorrect mouse position due to Windows scaling.

Logs page & charts.js update

17 Jan 00:33
Compare
Choose a tag to compare
  1. Add a new page /logs to view all logs on their own (linked from the main page).
  2. Update charts.js dependency to newer version.

Mouse key

07 Jan 00:14
Compare
Choose a tag to compare
  1. Add mouse key as a supported key stroke. This means that key chains and key sequences may contain mouse clicks as part of the activation event too.
  2. Add a small sound utility class to notify by sound.
  3. Load UI elements (static content + templates) directly from JAR instead of extracting the content out.
  4. Some other minor UI improvements.

Download Repeat

Building task using UI

04 Jul 16:02
Compare
Choose a tag to compare
  1. Allow building simple tasks using UI.
  2. Some minor bug fixes.

Download Repeat

[Alpha] Building task using UI

28 Jun 15:21
Compare
Choose a tag to compare
Pre-release
  1. Introduce a UI to manually build task without writing code.
  2. Fix several small bugs.

Download Repeat

Execution statistics

24 Mar 13:29
Compare
Choose a tag to compare
  1. Add a statistics part to task details page.
  2. Add an option to run task from the UI.

Download Repeat

Support shared variable in templates

18 Feb 03:08
Compare
Choose a tag to compare

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

Download Repeat