Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #389

Merged
merged 25 commits into from
Apr 17, 2021
Merged

Dev #389

Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1d83b97
feat: update speed ratio script
barry-ran Mar 6, 2021
ffa8d50
feat: update install qt script
barry-ran Mar 6, 2021
b84b1ba
feat: update dmgbuild to 1.4.2
barry-ran Mar 6, 2021
9682d4e
fix: run error on win
barry-ran Mar 6, 2021
288694d
feat: update comment
barry-ran Mar 6, 2021
c6c5124
feat: sync scrcpy
barry-ran Mar 6, 2021
99a78c7
feat: shoutcut no repeat
barry-ran Mar 7, 2021
b1316c9
feat: volume allow repeat
barry-ran Mar 7, 2021
cb01b99
fix: set clipboard 16 len bug
barry-ran Mar 7, 2021
d0b5487
feat: add repeat
barry-ran Mar 7, 2021
367665e
feat: update platform-tools to 31.0.0
barry-ran Mar 7, 2021
33ffce2
feat: update speed ratio
barry-ran Mar 7, 2021
8171b5c
feat: update qm
barry-ran Mar 7, 2021
e77ce05
feat: 添加一键连接功能,添加参数保存功能,添加历史设备访问,添加设备命名 (#386)
msnh2012 Apr 11, 2021
3eea2b9
feat: disable single mod default
barry-ran Apr 17, 2021
d505932
fix: magnetic widget adsorb bug
barry-ran Apr 17, 2021
507f4b9
feat: perfect config
barry-ran Apr 17, 2021
836edf0
feat: trans simple mode
barry-ran Apr 17, 2021
3069bc2
chore: find device frome serial box
barry-ran Apr 17, 2021
9be8ec1
feat: add doublic click tip
barry-ran Apr 17, 2021
b479180
fix: nick name show error
barry-ran Apr 17, 2021
124738c
feat: config simple mode
barry-ran Apr 17, 2021
3f0afe7
docs: update readme
barry-ran Apr 17, 2021
e8d2e39
docs: update license
barry-ran Apr 17, 2021
b87dfff
Merge branch 'master' into dev
barry-ran Apr 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: update install qt script
barry-ran committed Mar 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ffa8d502a9b7ee846784e2a3674e608fb5e3db41
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
path: ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
- name: Install Qt
uses: jurplel/install-qt-action@v2.7.1
uses: jurplel/install-qt-action@v2.13.0
with:
version: ${{ matrix.qt-ver }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
path: ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
key: ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
- name: Install Qt
uses: jurplel/install-qt-action@v2.7.1
uses: jurplel/install-qt-action@v2.13.0
with:
version: ${{ matrix.qt-ver }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ jobs:
# 安装Qt
- name: Install Qt
# 使用外部action。这个action专门用来安装Qt
uses: jurplel/install-qt-action@v2.7.1
uses: jurplel/install-qt-action@v2.13.0
with:
# Version of Qt to install
version: ${{ matrix.qt-ver }}