ActionRecorder

JavaFX application to record and replay user-computer interactions with multiple functionalities

GPL-3.0 License

Stars
3

Bot releases are visible (Hide)

ActionRecorder - v0.8.0-pre-alpha Latest Release

Published by Brnd08 almost 1 year ago

I'm exited to share the latest pre-alpha release with you, packed with a host of new functionalities that will take your experience to the next level. This release marks a significant milestone in the development of our tool, and we can't wait to show you what's in store.

🌟 Key Features 🌟

  • Full Event Recording: Now, you can capture every detail of your interactions, from keyboard presses and mouse clicks to scrolls and pointer movements.

  • Flexible Recording Options: Choose how you want to record – whether it's keeping the app on top, minimizing it, or using a taskbar icon.

  • Organize Your Recordings: Assign names and descriptions to your recordings for easy reference and management.

  • Improved Data Storage: We've optimized the storage location to the %LOCALAPPDATA% directory on Windows, ensuring efficient and organized data management.

  • Event Playback: After rigorous development efforts, you can now replay all events from your stored recordings, reliving the action exactly as it happened.

  • Replay with Flexibility: Replay your recordings with the same behavior as the original recording – keep the app on top, minimize it, or create a taskbar icon.

This release is a significant step towards the production-ready version of our tool, building on the features and functionalities from previous versions.

📸 Screenshots 📸

https://github.com/Brnd08/ActionRecorder/assets/93061195/0d9ca0a3-579e-4588-af5d-a64249e6e4a1

🐛 Know Issues And Limitations 🐛

  • Might not recognize certain key strokes due to diverse keyboard layouts. For the best results use English EU qwerty distribution
  • Might record or reproduce events with pertubations if the cpu is very loaded. (In the video you can see this occurs because the application logs debug messages and is recording the screen so there is a high cpu usage).

Happy automating! 🤖💼

Full Changelog: https://github.com/Brnd08/ActionRecorder/compare/v0.1.0...v0.8.0-pre-alpha

ActionRecorder - v0.1.0

Published by Brnd08 about 1 year ago

First release with following changelog:

  • Main view graphic interface
  • Settings view graphic interface
  • Settings implementation (Initial app location and show alway on top configs)
  • Settings persistence in sqlite database
  • App directory creation.
  • Coulorized log

Release is not ready for production since the program only provides the described features and fucntionalities plus the ones from earlier versions

Screenshots:
v0 1 0

Full Changelog: https://github.com/Brnd08/ActionRecorder/commits/v0.1.

Related Projects