Releases: apparser-development/appwindows
Releases · apparser-development/appwindows
appwindows 1.3.1
Changes:
- Fixed bag. When the
window.to_foregroundmethod is called, the window no longer exits full-screen mode
appwindows 1.3.0
- Added macOS support
- Added Window.get_max_size and get_min_size methods
- Fixed get_all_windows method on XServer
appwindows 1.2.2
- Fixed Window.resize method on window and linux x11
- Added .str method to Size, Point and QuadPoints classes
- Added .eq method to Size class
- Added unit tests
appwindows 1.2.1
- Fixed windows wheels
- Fixed type annotation
appwindows 1.2.0
- Fixed docstrings
- Added QuadPoints class
appwindows 1.1.0
- Added get_process_id method to Window class
- Added is_valid method to Window class
- Added get_window_by_process_id method to Finder class
- Refactored raises on Linux Window
appwindows 1.0.9
- Fixed display in IDE
appwindows 1.0.8
- Added wayland support
appwindows 1.0.7
- Fixed build for linux
appwindows 1.0.6
- Fixed bag with get_screenshot method on windows