Skip to content

Commit 5541cbb

Browse files
committed
[+] release v0.2.9
[+] support recording screen in `Ubuntu` and `KDE` through `portol` server [+] supprt cursor tracking. use `wayshot-cursor` to fetch cursor position. [+] record history panel [+] play history recording video
1 parent 5cd833c commit 5541cbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is a screen recording tool for `Linux` `Wayland`, which uses the `wlroots`
2121
- Run `make desktop-debug` to run it on desktop platform
2222
- Run `make desktop-build-release` to build a release version desktop application for wayland wlr. Likes: `Sway` and `Hyprland`.
2323
- Run `make desktop-build-release desktop-features=desktop-wayland-portal` to build a release version desktop application for wayland xdg-desktop-portal. Likes: `Ubuntu` and `kde`
24+
- Run `make cursor-release` to build the program for fetching the cursor position. This program needs to be used together with the `portal` version of `wayshot`.
2425
- Refer to [Makefile](./Makefile) for more information
2526

2627
### Troubleshooting

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- 运行 `make desktop-debug` 调试桌面平台程序
2222
- 运行 `make desktop-build-release` 可构建适用于 `Wayland wlr` 的桌面应用程序发布版本。例如:`Sway``Hyprland`
2323
- 运行 `make desktop-build-release desktop-features=desktop-wayland-portal` 可构建适用于 `Wayland XDG` 桌面门户的桌面应用程序发布版本。例如:`Ubuntu``KDE`
24+
- 运行 `make cursor-release` 可构建获取鼠标位置的程序。该程序需要和 `portal` 版本的 `wayshot`一起使用。
2425
- 参考 [Makefile](./Makefile) 了解更多信息
2526

2627
### 问题排查

0 commit comments

Comments
 (0)