Skip to content

1.1.0.0

Latest

Choose a tag to compare

@liyafe1997 liyafe1997 released this 23 Jul 12:03
689001b

en

Updates

Version 1.1.0.0:

  1. Add Audio-Only casting support.
  2. Show display preview in multi-monitor drop down menu.

Installation Guide

For the MSIX version: Due to the .msix package is unsigned, it has to be installed by running Add-AppxPackage -AllowUnsigned in PowerShell with Administrator privilege.

So there is a install-msix.bat available in the msix version's zip ball, you can simply double-click it to deploy the MSIX package. (It just simply do the ``Add-AppxPackage -AllowUnsigned` with Administrator privilege)

It is recommended to use the .msix version whenever possible (as it’s easier and cleaner to install and uninstall). If you’re unable to use the .msix version or encounter any issues, you can use the traditional .exe installer to install the software.

zh-cn

更新日志

版本 1.1.0.0:

  1. 增加「仅音频」投放支持。
  2. 多显示器选择下拉菜单显示画面预览

安装指南

MSIX版本:由于 .msix 包没有签名,所以必须通过以管理员权限运行Powershell Add-AppxPackage -AllowUnsigned 命令来部署。

因此在msix版的zip包里塞了个install-msix.bat来简化这个操作,你可以解压后直接双击install-msix.bat来安装MSIX包(这个脚本只是简单地通过管理员权限运行Powershell Add-AppxPackage -AllowUnsigned 命令)

推荐优先使用 .msix 版(安装和卸载更方便、更干净),如果你无法使用 .msix 版或遇到问题,你可以使用传统的 .exe 安装包版本来安装。