Advertisement
Guest User

Playstatic 1.8.2 changelog

a guest
Nov 6th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # Changelog Playstatic 1.8.2
  2. All notable changes to this project will be documented in this file.
  3. ## [1.8.2] - 2018-11-06
  4. ### Patched
  5. -Fixed Mouse wheel up and down task type on Add task manually tab.
  6. -Fixed task type changing on the modifying form.
  7. -Few bug fixes related to user interface.
  8. ### Added
  9. - A Run until stop option on the Run tasks tab
  10.  
  11. ## [1.8.0] - 2018-10-18
  12. There was no public newer release after 1.0, so this release contains many new feature, also important updates and minor bug fixes.
  13. ### Added
  14. -User interface changes for better user experience
  15. -7 more task type that Playstatic can record and play:
  16. -Middle mouse button click
  17. -Middle mouse button is down
  18. -Middle mouse button is up
  19. -Right mouse button is down
  20. -Right mouse button is up
  21. -Keyboard key is down
  22. -Keyboard key is up
  23. -It is possible now to record special keyboard keys like windows key, alt, F1-F12 etc. Playstatic will catch every shortcut and it can replay it.
  24. -It is possible now to add manually to task list from all the supported task type, instead just a few.
  25. -A new feature called Events at the Run tasks page. The user can create one or more events, and they will be triggered automatically and play his task list when the right shortcut pressed.
  26. -Playstatic now can associate .playstatic files and play it instantly without any interface. This feature can be switched off and on at Settings page.
  27. -Full compatibility with the previous version, loading and playing csv files was made by Playstatic 1.0.
  28. -Playstatic now can be controlled by hotkeys. It is possible to start and stop a recording, and also start and stop playing of a task list. The hotkeys can be modified.
  29. -Paging for the list of tasks. Big task list are easily manageable from now, changing pages possible with a drop-down menu and arrow buttons.
  30. -Support for drag and drop task loading.
  31. -Logging for important functions and possible errors.
  32. ### Changed
  33. - Improved the performance of application:
  34. - ~100 times faster list modifying.
  35. - ~10 times faster list loading and constantly fast update of the list.
  36. - Improved performance of play engine: it can play 10-20 times more task per second, depending on the task type.
  37. - Improved the precision of replay, Playstatic has now 2-3 times lower overhead.
  38. -User can now send Keydown and Keyup for applications. Previous version supported only Keypress, now you can simulate the holding and releasing a key. It's applied to recording at version 1.8.0.
  39. -User can save the task list as a .playstatic file.
  40. -Delay precede the simulated command in every task now, instead following it.
  41. -From version 1.8.0 only mouse events change the cursor position.
  42.  
  43. ## [1.0.0] - 2018-07-30
  44. ### First public release of Playstatic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement