Releases: tqk2811/TqkLibrary.Scrcpy
Releases · tqk2811/TqkLibrary.Scrcpy
v4.0.0
- 4.0.7 (fix) test Wait for audio read thread before disposing scrcpy on close
- 4.0.8 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 4.0.9 (feat) wpf Add customizable DpiScale to ScrcpyControl
- 4.0.10 (fix) wpf Send resize_display on window-only resize
v3.3.0
- 3.3.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 3.3.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 3.3.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v3.2.0
- 3.2.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 3.2.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 3.2.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v3.1.0
- 3.1.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 3.1.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 3.1.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v3.0.0
- 3.0.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 3.0.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 3.0.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v2.7.0
- 2.7.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 2.7.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 2.7.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v2.6.0
v2.5.0
- 2.5.4 (fix) test Wait for audio read thread before disposing scrcpy on close
- 2.5.5 (fix) wpf Map clicks in DIP space against fresh ScreenSize
- 2.5.6 (feat) wpf Add customizable DpiScale to ScrcpyControl
v2.4.0
- 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