Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque committed Nov 1, 2023
1 parent c8ef323 commit f8b6cfd
Show file tree
Hide file tree
Showing 19 changed files with 357 additions and 365 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ Thanks a ton Genymobile!

### Screenshots

<img src="https://api.celeste.photos/uploads/ee556ec1-7ac3-44ea-a1f0-541667d58879/pSYUw8an.gif" height="400" />

<img src="https://api.celeste.photos/uploads/ee556ec1-7ac3-44ea-a1f0-541667d58879/C9mnAlgf.png" height="400" />
<img src="https://api.celeste.photos/uploads/ee556ec1-7ac3-44ea-a1f0-541667d58879/3bJk1qIF.png" height="400" />
<img src="https://api.celeste.photos/uploads/ee556ec1-7ac3-44ea-a1f0-541667d58879/10aSqcoY.png" height="400" />
<img src="https://api.celeste.photos/uploads/ee556ec1-7ac3-44ea-a1f0-541667d58879/jPR5i1bQ.png" height="400" />
<img src="https://api.celeste.photos/upload/5kyTNOr" height="400" />
<img src="https://api.celeste.photos/upload/NOyGNji" height="400" />
<img src="https://api.celeste.photos/upload/6qfSUsN" height="400" />
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@xpda-dev/webpack-step": "^0.1.6",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"electron": "^24.1.2",
"electron-builder": "^23.6.0",
"electron": "latest",
"electron-builder": "latest",
"electron-devtools-installer": "^3.2.0",
"nuxt": "^2.15.8",
"roboto-fontface": "^0.10.0",
Expand Down
Binary file modified resources/scrcpy/SDL2.dll
Binary file not shown.
Binary file modified resources/scrcpy/adb.exe
Binary file not shown.
Binary file removed resources/scrcpy/avcodec-59.dll
Binary file not shown.
Binary file modified resources/scrcpy/avcodec-60.dll
Binary file not shown.
Binary file removed resources/scrcpy/avformat-59.dll
Binary file not shown.
Binary file modified resources/scrcpy/avformat-60.dll
Binary file not shown.
Binary file removed resources/scrcpy/avutil-57.dll
Binary file not shown.
Binary file modified resources/scrcpy/avutil-58.dll
Binary file not shown.
Binary file removed resources/scrcpy/libusb-1.0.dll
Binary file not shown.
Binary file modified resources/scrcpy/scrcpy-server
Binary file not shown.
Binary file modified resources/scrcpy/scrcpy.exe
Binary file not shown.
Binary file modified resources/scrcpy/swresample-4.dll
Binary file not shown.
Binary file removed resources/scrcpy/swscale-6.dll
Binary file not shown.
Binary file removed resources/scrcpy/zlib1.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module.exports = {
env: {
version: "2.0.0",
version: "2.0.1",
scrcpyPath: "resources/scrcpy/",

releasesUrl: "https://api.github.com/repos/Frontesque/scrcpy-plus/releases",
Expand Down
7 changes: 7 additions & 0 deletions src/renderer/pages/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
</v-card-title>
</section>

<section>
<h3>2.0.1</h3>
<ul>
<li>Bump SCRCPY version 2.0.0 -> 2.1.1</li>
</ul>
</section>

<section>
<h3>2.0.0</h3>
<ul>
Expand Down
700 changes: 344 additions & 356 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f8b6cfd

Please sign in to comment.