mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 10:47:55 +01:00
Merge branch 'main' of https://github.com/viarotel-org/escrcpy
This commit is contained in:
commit
a8c7a6a8bf
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0 (2023-09-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 📝 添加基本的有线连接支持 ([647a0c5](https://github.com/viarotel-org/escrcpy/commit/647a0c56062a930d6957d54495491580e36dca8b))
|
||||
* 🚀 添加 Electron 基本支持 ([a46a5e1](https://github.com/viarotel-org/escrcpy/commit/a46a5e1154826079975e4e1a8b3a7e0955273f4d))
|
||||
* 🚀 添加初步的构建及发布支持 ([c85f8fb](https://github.com/viarotel-org/escrcpy/commit/c85f8fb187c3f2d86c2f709e7aee839e74dfe090))
|
||||
* 🚀 添加基本的无线连接功能 ([6dd2db9](https://github.com/viarotel-org/escrcpy/commit/6dd2db9da927beef6e298ebdaf47f45326fee513))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🔧 修复 ADB 环境变量配置错误导致无法连接的问题 ([9ef7203](https://github.com/viarotel-org/escrcpy/commit/9ef720383e7af30640c7096f8d3cde84fd68a7b8))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "escrcpy",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Scrcpy Powered by Electron",
|
||||
"author": "viarotel",
|
||||
"homepage": "https://github.com/viarotel-org/escrcpy",
|
||||
|
Loading…
Reference in New Issue
Block a user