Releases: hptruong93/Repeat
Releases · hptruong93/Repeat
Improved shared memory
Improve API for shared memory in Python and C#.
Integration of mouse gesture
- Integrate mouse gesture into Python and C# modules.
- Change log message from WARNING to FINE level to be less noisy.
Mouse gesture
- Introduce mouse gesture to activate tasks.
- Introduce shared memory between tasks.
- Improve UI.
Enhance get selection method
- Enhance get selection utility with a fuzzy search bar
- Fix a long standing bug causing keys with code > 127 to not get activated in hotkey
Tools for remote clients
Added tools feature (in tool class) for remote clients (C# and python).
Improved API
- Added set clipboard API in tools
- Added a small dialog API in util class
Execute on key released
- Allow option to execute on key release
- Refactor internal config parsing mechanism
Exposing tools
- Expose tools API for Java
- Shorten variable name for convenience
Minor fixes
- Fix a bug in disabling/enabling task
- Add two new methods in Java mouse API
Minor fixes and enhancements
- Fix a bug in python module not terminating on SIGTERM
- IPC clients automatically detect port at start time
- Option to disable launching IPC clients at startup