Skip to content

Releases: aasmal97/Window-Actions

v4.2.1

29 Oct 15:04
Compare
Choose a tag to compare

Full Changelog: v4.2.0...v4.2.1

  • Fixed bug where if monitors did not have a user-friendly name, it would cause no monitors to be read/selected from dropdown.

  • Updated fetching active windows for populating dropdown, to no longer rely on wmic which is deprecated.

v4.2.0

14 Oct 23:36
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed focus action not working when ApplicationHost.exe was initially focused
  • Added potential fix for broken Windows 10 functionality of virtual desktop actions, but using latest dll file.
  • Patched entire plugin crashing when virtual desktop app instance could not initialize

Full Changelog: v4.1.1...v4.2.0

v4.1.1-window-actions

17 Feb 00:09
Compare
Choose a tag to compare

Bug Fixes:

  • Patched broken virtual actions due to Feb 2024 windows 11 update #12

v4.1.0

16 Jan 17:20
Compare
Choose a tag to compare

New Features:

  • Added Fullscreen Action

Fixes:

  • Fixed Virtual Desktop Breaking Bug (no virtual desktop actions would function) on Window 22635.2915 #11

v4.0.0

09 Dec 21:41
Compare
Choose a tag to compare

New actions:

  1. Lock Window Topmost
    • Allows a user to FORCE a window to remain on top of others indefinitely, based on any window identifier
  2. Unlock Window Topmost
    • Allows a user to revert the previous action, and FORCE the window to behave normally again
  3. Focus Window
    • Allows a user to bring any window to focus (top of the page), based on any window identifier

New Feature:

  1. Added a checkbox to 'Resize Window Action' that allows a user choose whether resizing brings a window to focus automatically, or not. By default, this option is checked.

Bug Fixes:

  1. Fixed resizing bug that occurred when using the Move Window To Monitor Action. This bug arose due to a new Windows 11 update

Packaged File:
https://www.virustotal.com/gui/file/aadcc6f01a82b69260d4171622faa12c059d50cdaa4940e06945b6de91a95db2/relations

Python Executable:
https://www.virustotal.com/gui/file/4218f16bbd1710fb69a480f403491be127d607e2d47982e1fdfcad172f9f1174

v3.0.0-window-actions

02 Oct 22:31
Compare
Choose a tag to compare

Bug Fixes:

  • Restored functionality on all virtual desktop actions that were broken due to a Windows 11 update
  • Re-factored python codebase, to generate a vastly more maintainable project
  • Removed third party library dependencies, and replaced with direct .dll binary files, to have faster actions

v2.2.0-window-actions

05 Mar 20:19
Compare
Choose a tag to compare

Features:

  • Added Two New Actions
    - Move To Next Virtual Desktop
    - Move To Previous Virtual Desktop
    Bugs:
  • Improved stability of Move Window to New Monitor/Screen action, ensuring that it's minimized or maximized state, would not trigger the window to disappear (or become transparent) when moved

v2.1.0-window-actions

28 Feb 06:50
Compare
Choose a tag to compare

Features:

  • Added new action "Move Window To New Monitor". It allows a user to use window identifiers, and move their windows across multiple desktops/screens
    Bugs:
  • Fixed property inspector align issues for certain inputs

v2.0.0-window-actions

26 Feb 00:39
3766ca1
Compare
Choose a tag to compare

New Features:

  • There are 4 new actions.
    • Resize Window
      • Allows a user to define a new size for the window, and position on the desktop
    • Go To Virtual Desktop
      • Allows a user to navigate to a specific virtual desktop on a windows 10+ machine
    • Create Virtual Desktops
      • Allows a user to create new virtual desktops
    • Move Window To Virtual Desktop
      • Allows a user to move a window to a specific virtual desktop

Bugs:

  • None

v1.2.1-window-actions

22 Feb 23:59
9425695
Compare
Choose a tag to compare

Fixed partial title bug where value would be undefined, and cause web socket server to crash