Skip to content

Releases: mPyKen/ScreenAreaShare

v1.4.2

Choose a tag to compare

@mPyKen mPyKen released this 26 Feb 12:11

This release updates dependencies. If you don't have any issues, there is no need to update to this version.

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 01:47

Add Mac OS Universal build (for both x64 and arm64)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 10:17
  • Add parameter to set max fps
  • Fixes positioning of windows when provided values are negative, by @nnako

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 09 Feb 12:35

This release updates dependencies. If you don't have any issues, there is no need to update to this version.

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 02:43
  • Renamed "Main Window" to "ScreenAreaShare"
  • Added builds for multiple platforms (untested on Linux / Mac OS)

v1.3.1

Choose a tag to compare

@mPyKen mPyKen released this 07 Feb 07:58

Package as standalone, portable app.

For Macs with M1 Max, you can try the build by @jamieJames45

v1.3.0

Choose a tag to compare

@mPyKen mPyKen released this 01 Feb 02:04

Add initial support for multiple monitors

v1.2.0

Choose a tag to compare

@mPyKen mPyKen released this 30 Nov 13:30

Ignore screen scaling by default. Previous behavior can be enabled via --consider-scale.

v1.1.1

Choose a tag to compare

@mPyKen mPyKen released this 29 Nov 02:10

Continue Render Window to show content even if it gets completely covered by other windows.

v1.1.0

Choose a tag to compare

@mPyKen mPyKen released this 26 Nov 09:46
  • Rendering window now stays within the edges of the monitor (Capture was cropped before)
  • Added a couple of command line options
    • --cx=<number>: Set x position of capturing window
    • --cy=<n> --cw=<n> --ch=<n>: Same for y, width, height
    • --rx=<number>: Set x position of rendering window
    • --ry=<n> --rw=<n> --rh=<n>: Same for y, width, height
    • --freeze: Hide capturing window