ActionRepeater Changelog

What's new in ActionRepeater 0.3.0 Alpha

Apr 18, 2023
  • Upgraded to .NET 7 and Windows App SDK 1.3.0 (1.3.230331000)
  • UI changes
  • Performance improvements
  • Added new action: TextTypeAction (c532b1a)
  • Added multiple action selection and manipulation (5d037e1)
  • Used more precise time for recording and playing cursor movement (5e0dac4)
  • Cursor path rendering is now done in Direct2D (which is much much faster) (7a8746a)
  • Added mouse acceleration warning (46a62ac)
  • Key Action Edit/Add dialog now validates key field after every change (e8c74a4)
  • Added option to change theme without saving (bc488f0)
  • Bug Fixes:
  • Fixed relative mouse movement sometimes getting doubled (68391b6)
  • Fixed cursor path on multiple monitor setups behaving incorrectly (ab696b7)
  • Disabled setting the cursor position when a cursor path is set, to avoid jitter (5e0dac4)
  • Fixed some bugs when removing actions (b5334f0)
  • Fixed options not getting saved properly (9e312ec)
  • Fixed filtered actions not merging after moving an action (9fa5371)
  • Fixed certain waitable actions not getting cancelled (e.g. Mouse Wheel Action and Text Type Action) (aefc2fa)

New in ActionRepeater 0.2.0 Alpha (Mar 15, 2023)

  • Added light/dark theme switch
  • Added option to save settings
  • Added reordering of actions via drag and drop
  • Switched to high resolution time measurement (with QueryPerformanceCounter and CREATE_WAITABLE_TIMER_HIGH_RESOLUTION)
  • Updated WinApp SDK to 1.1.4
  • Performance/memory optimizations
  • UI updates
  • Added icon
  • Bug fixes