fufesou
6bc3b38b56
refact: macos, update, preparing for installation ( #12581 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-08-08 14:25:22 +08:00
rustdesk
7ece7e730a
fix https://github.com/rustdesk/rustdesk/issues/12481
2025-07-30 21:06:09 +08:00
fufesou
80c4a83a39
fix: build ( #12385 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-23 13:53:04 +08:00
flusheDData
47886c4068
Update es.rs ( #12339 )
...
New terms added
2025-07-23 11:12:16 +08:00
21pages
1581272104
opt hint of elevation username ( #12338 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-07-18 18:40:43 +08:00
fufesou
e31b04b6a7
fix: new translation message ( #12312 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-16 09:25:47 +08:00
fufesou
abb7748ee9
refact: terminal, win, run as admin ( #12300 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-15 16:32:14 +08:00
rustdesk
7ce13a21f8
reorder lang/template.rs
2025-07-01 13:23:59 +08:00
RustDesk
5faf0ad3cf
terminal works basically. ( #12189 )
...
* terminal works basically.
todo:
- persistent
- sessions restore
- web
- mobile
* missed terminal persistent option change
* android sdk 34 -> 35
* +#![cfg_attr(lt_1_77, feature(c_str_literals))]
* fixing ci
* fix ci
* fix ci for android
* try "Fix Android SDK Platform 35"
* fix android 34
* revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0
* refactor, but break something of desktop terminal (new tab showing loading)
* fix connecting...
2025-07-01 13:12:55 +08:00
rustdesk
645a76d43f
udp / ipv6 punch option
2025-06-14 21:42:18 +08:00
rustdesk
39151531d7
fix ci
2025-05-23 17:22:13 +08:00
flusheDData
a5fefaddf5
New terms added ( #11823 )
...
* Update es.rs
* Update es.rs
* Update es.rs
New terms added
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-05-23 17:13:15 +08:00
fufesou
3c028fe5b5
feat: numeric one-time password ( #11846 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-05-23 17:10:47 +08:00
fufesou
ca7b4872d9
feat, trackpad speed ( #11680 )
...
* feat, trackpad speed
Signed-off-by: fufesou <linlong1266@gmail.com >
* comments
Signed-off-by: fufesou <linlong1266@gmail.com >
* Trackpad speed, user default value
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-05-09 15:36:45 +08:00
21pages
9475743b4e
allow use websocket ( #11677 )
...
1. Enable the RustDesk client to use WebSocket for either controlling or being controlled.
2. Fix TCP sending `register_pk` frequently
Note:
1. Because hbb_common directly uses `use_ws` to read config directly, rustdesk also directly reads config
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-05-09 12:18:49 +08:00
fufesou
ca00706a38
feat, update, win, macos ( #11618 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-05-04 07:32:47 +08:00
fufesou
c626c2414d
feat: take screenshot ( #11591 )
...
* feat: take screenshot
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, vram temp switch capturer
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: misspelling
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, taking
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, rgba stride
Signed-off-by: fufesou <linlong1266@gmail.com >
* Bumps 1.4.0
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-04-30 17:23:35 +08:00
flusheDData
b7742ff806
New terms ( #11412 )
...
* Update es.rs
* Update es.rs
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-04-13 17:51:12 +08:00
fufesou
f4bbf82363
feat: remote printer ( #11231 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-03-27 15:34:27 +08:00
flusheDData
2bdb621417
Update es.rs ( #11111 )
...
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-03-13 09:36:00 +08:00
21pages
d1c8b331c5
Option allow-d3d-render and fix ios ci ( #11107 )
...
* option `allow-d3d-render`, default false
Add this option because it fails on some machines
Signed-off-by: 21pages <sunboeasy@gmail.com >
* only add nokhwa to windows and linux dependencies
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-03-13 09:34:13 +08:00
21pages
f0f999dc27
view camera ( #11040 )
...
* view camera
Signed-off-by: 21pages <sunboeasy@gmail.com >
* `No cameras` prompt if no cameras available, `peerGetSessionsCount` use
connType as parameter
Signed-off-by: 21pages <sunboeasy@gmail.com >
* fix, use video_service_name rather than display_idx as key in qos,etc
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: Adwin White <adwinw01@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-03-10 21:06:53 +08:00
rustdesk
33b47dd6e3
allow dash in id
2025-02-15 18:51:30 +08:00
21pages
cefda0dec1
device group ( #10781 )
...
1. Rename `Group` tab to `Accessible devices`
2. Add accessible device groups at the top of search list
3. option `preset-device-group-name` and command line `--assign --device_group_name`
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-02-15 12:13:11 +08:00
flusheDData
08cdf7134d
Update es.rs ( #10468 )
2025-01-10 21:14:59 +08:00
21pages
b39e851262
fix typo ( #10227 )
...
newer version -> new version
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-08 20:09:10 +08:00
21pages
ec466d459f
add version update translation ( #10225 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-08 18:27:45 +08:00
21pages
b99c540210
add "Untagged" to filter addressbook peers without tags ( #10063 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-11-26 20:35:17 +08:00
flusheDData
edfae98a01
Update es.rs ( #10055 )
...
New term added
2024-11-25 23:46:28 +08:00
fufesou
8b710f62c8
feat: android clipboard, multi-formats ( #9950 )
...
* feat: android clipboard, multi-formats
Signed-off-by: fufesou <linlong1266@gmail.com >
* Chore
Signed-off-by: fufesou <linlong1266@gmail.com >
* Remove unused code
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-18 15:43:41 +08:00
rustdesk
bd22b01370
fix "insert ctrl+alt+del"
2024-10-24 22:27:51 +08:00
Tobias Degen
b35b48086a
Add translation string for better translationj capability ( #9736 )
...
* Add new translation für sending Ctrl+Alt+Del
* Add new translation string for sending Ctrl+Alt+Del
2024-10-24 21:52:39 +08:00
21pages
e8187588c1
auto record outgoing ( #9711 )
...
* Add option auto record outgoing session
* In the same connection, all displays and all windows share the same
recording state.
todo:
Android check external storage permission
Known issue:
* Sciter old issue, stop the process directly without stop record, the record file can't play.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-21 14:34:06 +08:00
flusheDData
0f6d28def7
Update es.rs ( #9687 )
...
New terms added
2024-10-18 08:55:39 +08:00
fufesou
ae8dfe84a0
feat, web toast ( #9686 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-17 17:23:09 +08:00
21pages
ce924cc0d3
combine upload files/folder button ( #9643 )
...
* combine upload files/folder button
Signed-off-by: 21pages <sunboeasy@gmail.com >
* web compress cache
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-14 15:46:21 +08:00
fufesou
3e6938bec6
refact: web desktop, web_id_input_tip ( #9490 )
...
* refact: web desktop, web_id_input_tip
Signed-off-by: fufesou <linlong1266@gmail.com >
* Update en.rs
* Update cn.rs
* Update en.rs
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-09-27 21:56:10 +08:00
flusheDData
1d6873f622
New translation terms ( #9463 )
...
* Update es.rs
New terms added
* Update es.rs
New terms added
2024-09-26 09:29:49 +08:00
21pages
88a99211f3
replace pkexec with gtk sudo ( #9383 )
...
* Fix https://github.com/rustdesk/rustdesk/issues/9286 , replace pkexec
with gtk sudo. Tested on gnome (ubuntu 22.04, debian 13), xfce (manjaro, suse), kde (kubuntu 23), lxqt (lubuntu 22), Cinnamon (mint 21.3), Mate (mint 21.2)
* Fix incorrect config of the main window opened by the tray, replace
xdg-open with run_me, replace with dbus + run_me
* Fix `check_if_stop_service`, it causes the problem fixed in
https://github.com/rustdesk/rustdesk/pull/8414 , now revert that fix and fix itself.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-09-19 18:47:37 +08:00
fufesou
d08c335fdf
fix: file transfer, show error, msgbox ( #9389 )
...
* fix: file transfer, show error, msgbox
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: translation
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-09-18 19:29:35 +08:00
9amm
fd178a7b6c
Fix minor typo ( #9191 )
...
Co-authored-by: 9amm <>
2024-08-27 23:38:40 +08:00
flusheDData
2a0fd55af7
Update es.rs ( #9114 )
...
New terms added
2024-08-19 14:41:28 +08:00
RustDesk
da70cbcdda
Update es.rs
2024-08-19 14:19:24 +08:00
flusheDData
921b64e1e0
Last tips ( #9113 )
...
* Update es.rs
New translations
* Update es.rs
Translation correction of 'Version'
* Update es.rs
Last tips
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-08-19 14:14:47 +08:00
21pages
ed18e3c786
file rename ( #9089 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-08-16 12:55:58 +08:00
flusheDData
5e22a49e49
Translation correction ( #9064 )
...
* Update es.rs
New translations
* Update es.rs
Translation correction of 'Version'
2024-08-15 09:24:42 +08:00
flusheDData
0651ad492f
Update es.rs ( #9045 )
...
New translations
2024-08-13 14:11:36 +08:00
fufesou
a3c5adb1f4
refact: remove dup translation ( #9043 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-08-13 11:27:39 +08:00
21pages
1729ee337f
trust this device to skip 2fa ( #9012 )
...
* trust this device to skip 2fa
Signed-off-by: 21pages <sunboeasy@gmail.com >
* Update connection.rs
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-08-12 18:08:33 +08:00
21pages
76d5a8b205
unlock with PIN ( #8977 )
...
* add custom password to unlock settings
* If not set, use admin password; if set, use custom settings password.
* At least 4 characters.
* Set with gui or command line.
Signed-off-by: 21pages <sunboeasy@gmail.com >
* Update cn.rs
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-08-07 16:21:38 +08:00