v5.16.2

New Features / Improvements

  • [PiP + Mouse Interact Mode] Implemented feature to show preview also of the mouse pointer (#249)

This feature will help a lot when you want to control the PiP window while it is tiny because you see what you are doing, thanks to the advanced preview that also shows the mouse pointer.

You can enable/disable this feature via the INTERACT options under the toolbar:
image

The option is “Enable read mode,” and when checked, you will get this behavior.

By default, the option is enabled. You can disable/enable this option via PiP settings:
image

  • Added option to configure PiP auto move in quick settings/wizard
  • Implemented saving more specific PiP configurations

Bug Fixes

  • Fixed issue that sometimes the app freezes when using hotkeys
  • Fixed issue that sometimes HotKeys are not working for shrunk/PiP windows (#247)
  • Fixed old regression bug that the fatal exception handler did not work

Changes

  • Rename the feature “Shrink” to “PiP”

v5.15.0

New Features / Improvements

Implemented feature to allow Shrinking / PiP + interacting with any window without hiding the window (#243)

When the new option “Show original window” is checked, the original window will be visible in addition to the small live-preview

image
image

In quick settings, added this configuration:

pip_show_org_win_settings

In addition, you can even interact with the window as usual while it is visible, and when you click on the small preview, this time it will activate the original window instead of removing the small preview (This is the intended behavior when the window is not hidden)

pip_show_org_win2

Bug Fixes

  • [Elevated Window Request] Fixed an issue that when saving window configuration for an admin window did not really save it in case of doing it after WindowTop requested elevated/admin access (to modify the window)

Changes

None