Skip to content

Commit 0500767

Browse files
committed
[*] update readme
1 parent c910848 commit 0500767

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
[中文文档](./README.zh-CN.md)
66

77
### Introduction
8-
`Screen recording` and `Share screen` tool, based on `Rust` and the `Slint` GUI framework. Support operating systems: `Windows` and `Linux`.
8+
`Screen recording`, `Share screen` and `Push stream` tool, based on `Rust` and the `Slint` GUI framework. Support operating systems: `Windows` and `Linux`.
99

1010
----
1111

1212
### Features
1313
- Share screen via WebRTC
1414
- Single screen recording
15+
- Push stream via RTMP
1516
- Single input device audio recording
1617
- Desktop audio recording
1718
- Microphone noise reduction

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[English Documentation](./README.md)
66

77
### 简介
8-
`录屏``屏幕共享`工具。基于`Rust``Slint` GUI框架。适用的操作系统`Linux``Windows`
8+
`录屏``屏幕共享``推流`工具。基于`Rust``Slint` GUI框架。适用的操作系统`Linux``Windows`
99

1010
----
1111

@@ -18,6 +18,7 @@
1818
- 光标跟随
1919
- 管理录制视频历史
2020
- 播放录制的历史视频
21+
- 支持RTMP推流
2122

2223
----
2324

tr-helper/src/tr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
9595
("Please enter password again", "请再次输入密码"),
9696
("Please enter username", "请输入用户名"),
9797
("Please select language", "请选择语言"),
98-
("Preference", "偏好设置"),
98+
("Preference", "偏好"),
9999
("Prev", "上一步"),
100100
("Prioritization fee", "优先费用"),
101101
("Proxy", "代理"),
@@ -210,7 +210,7 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
210210
("Output file", "输出文件") ,
211211
("No Found Sources", "未找到源"),
212212
("No found ffmpeg. Download ffmpeg", "未找到ffmpeg。下载ffmpeg"),
213-
("Recorder", "录制设置"),
213+
("Recorder", "录制"),
214214
("Remove the temporary files after the track merging is finished", "轨道合并完成后删除临时文件"),
215215
("Resolution", "分辨率"),
216216
("Save directory", "保存目录"),

wayshot/src/logic/tr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
9797
("Please enter password again", "请再次输入密码"),
9898
("Please enter username", "请输入用户名"),
9999
("Please select language", "请选择语言"),
100-
("Preference", "偏好设置"),
100+
("Preference", "偏好"),
101101
("Prev", "上一步"),
102102
("Prioritization fee", "优先费用"),
103103
("Proxy", "代理"),
@@ -212,7 +212,7 @@ fn cn() -> &'static HashMap<&'static str, &'static str> {
212212
("Output file", "输出文件") ,
213213
("No Found Sources", "未找到源"),
214214
("No found ffmpeg. Download ffmpeg", "未找到ffmpeg。下载ffmpeg"),
215-
("Recorder", "录制设置"),
215+
("Recorder", "录制"),
216216
("Remove the temporary files after the track merging is finished", "轨道合并完成后删除临时文件"),
217217
("Resolution", "分辨率"),
218218
("Save directory", "保存目录"),

wayshot/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub static VERSION: &str = "v0.3.1";
1+
pub static VERSION: &str = "v0.4.0-beta1";

0 commit comments

Comments
 (0)