Skip to content

Commit

Permalink
ALL: Added PyMonCtl module to improve multi-monitor capabilities, add…
Browse files Browse the repository at this point in the history
…ed setParent() method. Reorganized to avoid IDEs showing external and / or private elements

WINDOWS: Simplified alwaysOnBottom(), found a smarter way to refresh window after bringing it back with sendBehind()
MACOSNSWINDOW: Added experimental acceptInput() method (not possible in AppleScript version)
  • Loading branch information
Kalmat committed Aug 28, 2023
1 parent b6d2dd6 commit a0fbbc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.1, 2023/02/03 -- ALL: Added PyMonCtl module to improve multi-monitor capabilities, added setParent() method. Reorganized to avoid IDEs showing external and / or private elements
WINDOWS: Simplified alwaysOnBottom(), found a smarter way to refresh window after bringing it back with sendBehind()
MACOS: Tested in multi-monitor setups (based on PyWinBox and PyMonCtl features)
MACOSNSWINDOW: Added experimental acceptInput() method (not possible in AppleScript version)
0.0.50, 2023/02/03 -- ALL: Added PyMonCtl module to improve multi-monitor capabilities, added setParent() method. Reorganized to avoid IDEs showing external and / or private elements
WINDOWS: Simplified alwaysOnBottom(), found a smarter way to refresh window after bringing it back with sendBehind()
MACOS: Tested in multi-monitor setups (based on PyWinBox and PyMonCtl features)
MACOSNSWINDOW: Added experimental acceptInput() method (not possible in AppleScript version)
0.0.45, 2023/08/21 -- ALL: Included PyWinBox module which hopefully better handles multi-monitor setups (macOS tests pending)
LINUX: Fixed geometry calculations (thanks to roym899), removed ewmh and pynput dependencies
WINDOWS: Fixed getAllWindows() not returning all relevant windows (thanks to Xenolphthalein)
Expand Down

0 comments on commit a0fbbc0

Please sign in to comment.