Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jan 28, 2025
1 parent bbbbe56 commit db50f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.0 (28 Jan 2025)

* feat: support screen mirror, implemented based on scrcpy

## v0.4.1 (21 Jan 2025)

* fix: main window cannot be opened on windows [#5](https://github.com/liriliri/aya/issues/5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AYA",
"version": "0.4.1",
"version": "0.5.0",
"description": "Android adb desktop app",
"main": "dist/main/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/renderer/screencast/lib/ScrcpyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default class ScrcpyClient extends Emitter {

this.readiness.signal('video')
}
// https://docs.tangoapp.dev/scrcpy/control/touch/
private bindPointerEvent(el: HTMLVideoElement) {
logger.info('bind pointer event')

Expand Down

0 comments on commit db50f94

Please sign in to comment.