Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:15
· 200 commits to master since this release
  • 2.4.1 (fix) Update avutil DLL from v57 (FFmpeg 5) to v60 (FFmpeg 8) & ffmpeg 8 pakage
  • 2.4.2 (fix) Correct inverted isDisposed guard in Dispose(bool)
  • 2.4.3 (fix) Throw ScrcpyException if D3DImageViewAlloc returns null pointer
  • 2.4.4 (fix) Read stdout and stderr concurrently in AdbHelper to prevent deadlock
  • 2.4.5 (feat) Add ScrcpyReadAudioRaw native export with swresample conversion
  • 2.4.6 (feat) Replace ReadAudioFrame/AVFrame with GetAudioStream returning Stream
  • 2.4.8 (fix) Use Interlocked.CompareExchange to prevent double-dispose
  • 2.4.10 (fix) Video thread fires disconnect callback only on natural disconnect
  • 2.4.15 (fix) test Wait for audio read thread before disposing scrcpy on close
  • 2.4.16 (fix) wpf Map clicks in DIP space against fresh ScreenSize
  • 2.4.17 (feat) wpf Add customizable DpiScale to ScrcpyControl