Skip to content

Releases: apparser-development/appwindows

appwindows 1.3.1

02 May 19:24

Choose a tag to compare

Changes:

  1. Fixed bag. When the window.to_foreground method is called, the window no longer exits full-screen mode

appwindows 1.3.0

12 Mar 09:36

Choose a tag to compare

  1. Added macOS support
  2. Added Window.get_max_size and get_min_size methods
  3. Fixed get_all_windows method on XServer

appwindows 1.2.2

30 Dec 20:17

Choose a tag to compare

  1. Fixed Window.resize method on window and linux x11
  2. Added .str method to Size, Point and QuadPoints classes
  3. Added .eq method to Size class
  4. Added unit tests

appwindows 1.2.1

20 Dec 20:06

Choose a tag to compare

  1. Fixed windows wheels
  2. Fixed type annotation

appwindows 1.2.0

06 Dec 22:54

Choose a tag to compare

  1. Fixed docstrings
  2. Added QuadPoints class

appwindows 1.1.0

10 Oct 08:28

Choose a tag to compare

  1. Added get_process_id method to Window class
  2. Added is_valid method to Window class
  3. Added get_window_by_process_id method to Finder class
  4. Refactored raises on Linux Window

appwindows 1.0.9

23 Sep 15:01

Choose a tag to compare

  1. Fixed display in IDE

appwindows 1.0.8

05 Sep 17:23

Choose a tag to compare

  1. Added wayland support

appwindows 1.0.7

03 Sep 13:26

Choose a tag to compare

  1. Fixed build for linux

appwindows 1.0.6

28 Aug 21:59

Choose a tag to compare

  1. Fixed bag with get_screenshot method on windows