Skip to content

Scrcpy Mask v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 05:06

更新说明

此次更新主要新增了两项重要功能:

  1. 支持使用 ScreenStream 进行投屏 #48
  2. 支持蒙版随安卓设备旋转

这两项功能均可在蒙版设置中进行相应配置。

ScreenStream 是一个安卓应用,允许在局域网内进行投屏。你需要自行安装后使用。需要注意的是,ScreenStream 的投屏性能非常有限,仅作为一个方便的选择。

此外,本次更新还修复了上次更新中准心模式下右键弹出菜单的问题 #46


Update Notes

This update introduces two major features:

  1. Support for screen casting using ScreenStream #48
  2. Support for the mask rotating with the Android device

Both of these features can be configured in the mask settings.

ScreenStream is an Android app that allows screen casting within a local network. You will need to install it yourself to use it. Note that the casting performance of ScreenStream is quite limited and is meant as a convenient option.

Additionally, this update fixes the issue with the right-click context menu in crosshair mode from the previous update #46.

Commits

  • fix(hotkey): contextmenu
  • feat(hotkey): use mask size in store
  • feat(ScreenStream): add ScreenStream
  • feat(localStore): load rotation and screenStream data
  • feat(i18n): mask setting
  • fix(Device): retrieve device screen size on reconnect
  • feat(KeyBoard): add ScreenStream for keyboard setting