Skip to content

Releases: mPyKen/ScreenAreaShare

v1.4.1

26 Apr 01:47
Compare
Choose a tag to compare

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

v1.4.0

25 Apr 10:17
Compare
Choose a tag to compare
  • Add parameter to set max fps
  • Fixes positioning of windows when provided values are negative, by @nnako

v1.3.3

09 Feb 12:35
Compare
Choose a tag to compare

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

v1.3.2

29 Aug 02:43
Compare
Choose a tag to compare
  • Renamed "Main Window" to "ScreenAreaShare"
  • Added builds for multiple platforms (untested on Linux / Mac OS)

v1.3.1

07 Feb 07:58
Compare
Choose a tag to compare

Package as standalone, portable app.

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

v1.3.0

01 Feb 02:04
Compare
Choose a tag to compare

Add initial support for multiple monitors

v1.2.0

30 Nov 13:30
Compare
Choose a tag to compare

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

v1.1.1

29 Nov 02:10
Compare
Choose a tag to compare

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

v1.1.0

26 Nov 09:46
Compare
Choose a tag to compare
  • 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

v1.0.0

22 Nov 12:12
Compare
Choose a tag to compare

First version