Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Releases: Tomotoes/scrcpy-gui

🥟 Scrcpy-GUI 1.5.1

13 Jun 07:43
Compare
Choose a tag to compare

Add zh-TW language, fix turning off the lock screen bug.
Before installing the application on Linux platform, you need to install the dependency package: sudo apt-get install gconf2 libappindicator1.
Thanks to luotao's Linux,Mac version of the packaged application:)

感谢 LuotaoLinux 版本的打包应用 :)
Linux 平台安装应用前, 需要安装依赖包: sudo apt-get install gconf2 libappindicator1.

🎉 Scrcpy-GUI 1.5.0

07 Jun 03:41
Compare
Choose a tag to compare

To receive a notification on new releases, click on Watch > Releases only on the top.


The content of this update is as follows:

  1. Compatible with the latest scrcpy1.14 version
  2. Provides a 32-bit version of windows
  3. Removed meaningless notification title
  4. More detailed error information
  5. Add automatic connection configuration options
  6. Added scrcpy path configurable option
  7. Minimize and shrink directly to the lower right corner
  8. More features, waiting for you to discover

Unfortunately, because I use the Windows operating system, the installation program for the linux and mac versions is temporarily unavailable. Please use the following steps to package it yourself:

  1. clone project
  2. npm i
  3. npm run pack
  4. npm run build
    It may be necessary to modify the packaging configuration in package.json.
    This is about [documentation of package configuration] (https://www.electron.build/configuration/configuration).

If you have packaged the program and the test is no different, please send it to me via email(simon@tomotoes.com), thank you.

Feel free to open issues or PRs for any problem you may encounter, typos that you see or aspects that are confusing. Contributions are welcome, open an issue or email me if you have something you want to work on.

Thanks to Denis Adigamov for packaging the dmg format file.

这次更新内容如下:

  1. 兼容了最新的scrcpy1.14版本
  2. 提供了windows32位版本
  3. 去掉了无意义的通知标题
  4. 报错信息更加详细
  5. 增加自动连接配置选项
  6. 增加scrcpy路径可配置选项
  7. 最小化直接缩到右下角
  8. 更多功能, 等你发现

很不幸,因为我使用的是windows操作系统,所以linux、mac版本的安装程序暂时无法提供,请您使用以下步骤自行打包:

  1. clone project
  2. npm i
  3. npm run pack
  4. npm run build
    其中有可能需要修改 package.json 中有关打包的配置。
    这是有关打包配置的文档

如果您已经打包好程序,且测试没有异样,欢迎通过email(simon@tomotoes.com) 发送给我,谢谢了。

如果你因不可抗力原因无法下载软件, 我提供了百度云盘分享链接,里面也包括scrcpy软件:

链接: https://pan.baidu.com/s/1IESNnqxS67tT50JxQSZC-A 提取码: 8d1h

如果你有任何问题, 欢迎提交 IssuesPR.

🎉 Scrcpy-GUI 1.0.0

26 Aug 05:58
Compare
Choose a tag to compare

To receive a notification on new releases, click on Watch > Releases only on the top.


Because I don't have a macOS, I can't package dmg format.

You can only compile it manually.

Packaged files are generated to the scrcpy/build folder.

git clone https://github.com/Tomotoes/scrcpy-gui
cd scrcpy-gui
npm i
npm run build

If you have packaged dmg format software, please send it to me via email(simon@tomotoes.com), thank you!

Feel free to open issues or PRs for any problem you may encounter, typos that you see or aspects that are confusing. Contributions are welcome, open an issue or email me if you have something you want to work on.

因为我没有 macOS, 所以我无法打包出 dmg 格式的应用.

你可以通过以下命令手动打包这个项目, 打包文件将生成到 scrcpy/build 文件夹.

git clone https://github.com/Tomotoes/scrcpy-gui
cd scrcpy-gui
npm i
npm run build

如果你已经打包出了 dmg格式的软件,欢迎通过 email(simon@tomotoes.com) 发送给我, 谢谢了!

如果你因不可抗力原因无法下载软件, 我提供了百度云盘分享链接,里面也包括scrcpy软件:

链接: https://pan.baidu.com/s/1IESNnqxS67tT50JxQSZC-A 提取码: 8d1h

如果你有任何问题, 欢迎提交 IssuesPR.