Releases: maszaa/remote-desktop-software-controller
v0.8.1-alpha
Fix: 'Hide commands' checkbox label not changing state
Update packages due to security vulnerabilities
v0.8.0-alpha
Change window settings from toggle buttons to checkboxes and move those from top right to bottom of the view
Add configurable scroll top on focus functionality (disabled by default)
v0.7.3-alpha
Lock js-cookie version to stable to fix bug caused by recent rc release
v0.7.2-alpha
Add doctype to base pug template
Start with transparent border for screenshot
Pack examples into the exe
v0.7.1-alpha
- Show loader while screenshot is updating
- Don't allow nan positions being clicked in the window
v0.7.0-alpha
- Refresh screenshot on focus (i.e. tab becomes active)
- Add icon to refresh screenshot
- Add support for autoupdating the screenshot while page is active
- Add titles for navigation icon links
v0.6.0-alpha
Store hiding command buttons and disabling click and drag actions to localStorage so that app state remains between refreshes with same browser
v0.5.1-alpha
- Hide command buttons if no commands exist
- Screenshot: don't call SetForegroundWindow
- Add README.md and LICENSE files to exe files
v0.5.0-alpha
Add loader for the time period between sending command and receiving new screenshot
Reload screenshot even after failed command to see if something changed in the window
Hide loader also after failed screenshot fetch
Bugfix: misspelled function call in touchStart
Bugfix: calling exists for window though window is None if not found
v0.4.0-alpha
- Add possibility to use overrides for click X and Y position for commands
- Add possibility to disable click and drag actions