rustdesk
16d301a783
try AssociatedBundleIdentifiers per https://developer.apple.com/documentation/servicemanagement/updating-helper-executables-from-earlier-versions-of-macos#Respond-to-changes-in-System-Settings
2025-08-14 18:47:52 +08:00
Mr-Update
212bbaf44c
Update de.rs ( #12600 )
2025-08-14 18:08:39 +08:00
Mahdi Rahimi
6f4b23b40b
Updated Persian translations in fa.rs ( #12589 )
2025-08-13 12:26:27 +08:00
Mahdi Rahimi
4e82766ba4
Update Arabic translation in ar.rs ( #12588 )
2025-08-13 12:26:17 +08:00
Lynilia
dc86db5206
Update fr.rs ( #12582 )
2025-08-13 12:25:52 +08:00
solokot
5a75ea723b
Update ru.rs ( #12594 )
2025-08-13 12:25:30 +08:00
Alex Rijckaert
d59f216c26
Update nl.rs ( #12592 )
2025-08-13 12:25:19 +08:00
VenusGirl❤
160edcc1cd
Update ko.rs ( #12590 )
...
* Update ko.rs
* Update ko.rs
Update Korean
2025-08-13 12:25:09 +08:00
21pages
59d597de8a
show direct connection for IPv6 via RelayResponse ( #12634 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-13 10:08:23 +08:00
21pages
806351b6c1
fix remote tab tooltip ( #12632 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-12 20:29:48 +08:00
21pages
e7909a0dbd
opt update of direct/direct_failures ( #12627 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-12 17:48:20 +08:00
RustDesk
53efaf125c
Revert "Feat: file transfer, resume ( #12557 )" ( #12620 )
...
This reverts commit 43ec57c769 .
2025-08-11 23:25:41 +08:00
21pages
1fb0123ed7
remove skip udp punch if udp nat port is 0 ( #12615 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-11 20:41:46 +08:00
21pages
a0659a277a
show TCP/UDP/IPv6 in tooltip ( #12613 )
...
* add punch type log
Signed-off-by: 21pages <sunboeasy@gmail.com >
* show TCP/UDP/IPv6 in tooltip
Signed-off-by: 21pages <sunboeasy@gmail.com >
* Skip udp punch if udp nat port is 0
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-11 16:13:31 +08:00
rustdesk
77064cc2f8
fix ci
2025-08-10 17:50:25 +08:00
RustDesk
1954790808
try tcp and udp both
2025-08-10 17:44:36 +08:00
fufesou
43ec57c769
Feat: file transfer, resume ( #12557 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-08-09 23:47:19 +08:00
fufesou
6bc3b38b56
refact: macos, update, preparing for installation ( #12581 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-08-08 14:25:22 +08:00
fufesou
39b91911cb
fix: update macos ( #12578 )
...
* fix: update macos
1. Use `ditto` instead of `cp -r`.
2. Add prompt for extracting dmg.
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: error to err
Signed-off-by: fufesou <linlong1266@gmail.com >
* Refact: Remove "Extracting"
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-08-07 23:31:31 +08:00
SALİH ÖZKARA
e85989e9d9
Fix Turkish localization ( #12555 )
2025-08-07 20:16:14 +08:00
Alex Rijckaert
e7f672899b
Update nl.rs ( #12525 )
2025-08-07 20:15:59 +08:00
VenusGirl❤
9538eba64e
Update ko.rs ( #12523 )
...
Because it is button-shaped, even a short phrase such as “upgrade” can convey meaning in Korean.
2025-08-07 20:15:47 +08:00
21pages
77be752ff1
sciter hide cm ( #12570 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-07 13:29:21 +08:00
Andrzej Rudnik
725a47268e
Updated Polish translation ( #12521 )
...
* Update pl.rs
* Update pl.rs
2025-08-06 23:16:35 +08:00
asereze
2ba215a6d7
Update sc.rs ( #12517 )
2025-08-06 01:45:24 +08:00
H3XÐΛΞMѲИ
6533a1b98d
i18n(tw): Fix translations and address inconsistencies ( #12490 )
2025-08-04 17:48:17 +08:00
tschettervictor
1f2f5a41d4
typo: openbad > openbsd ( #12484 )
2025-08-03 16:00:52 +08:00
VenusGirl❤
4e7680e322
Update ko.rs ( #12480 )
...
* Update ko.rs
* Update ko.rs
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-08-02 12:05:19 +08:00
Mahdi Rahimi
f32591c3d1
Update Arabic translation in ar.rs ( #12451 )
2025-08-01 17:18:49 +08:00
rustdesk
7ece7e730a
fix https://github.com/rustdesk/rustdesk/issues/12481
2025-07-30 21:06:09 +08:00
Mahdi Rahimi
d55b98b187
Updated Persian translations in fa.rs ( #12450 )
2025-07-30 13:13:28 +08:00
21pages
7a3e67e1d3
fix connect timeout of udp_nat_connect and udp_nat_listen ( #12447 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-07-28 20:06:30 +08:00
fufesou
af53b1e8c9
fix: rendezvous server timeout ( #12443 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-28 12:14:07 +08:00
Lynilia
9db7217cab
Update fr.rs ( #12438 )
2025-07-28 12:12:44 +08:00
rustdesk
0646a5b313
try to fix reboot not working because retry too slow
2025-07-28 11:16:04 +08:00
RustDesk
e9692b94ca
Revert "Fix/printer printable area ( #12433 )" ( #12441 )
...
This reverts commit 6e62c10fa0 .
2025-07-28 10:38:19 +08:00
fufesou
6e62c10fa0
Fix/printer printable area ( #12433 )
...
* fix: printer, printable area
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: windows, sc config RustDesk --start= delayed-auto
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-27 19:47:23 +08:00
Mr-Update
52bfc02eea
Update de.rs ( #12424 )
2025-07-26 18:42:19 +08:00
21pages
9409912344
update kcp-sys ( #12419 )
...
1. Update kcp-sys to send KCP in frames to avoid potential crashes.
2. Fix the issue when the controling side is closed, the kcp connection close is not immediately recognized by the controlled end.
* Unless the controling side receives the close reason, force the sending of the close reason to the controlled end when using KCP, and delay for 30ms to ensure the message is sent successfully.
* Move the CloseReason receiving forward, as this message needs to be received when unauthorized, especially for kcp.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-07-25 13:22:52 +08:00
XLion
2afd538cf1
Update tw.rs ( #12412 )
2025-07-25 13:13:31 +08:00
John Fowler
ab48f10f25
Update hu.rs ( #12403 )
...
Translate new string(s).
2025-07-24 17:43:06 +08:00
TheBitBrine
1b40d146ee
Fix retry button blocked by overly broad "exist" filter ( #12397 )
...
The retry logic was blocking retry buttons for errors containing "exist",
which incorrectly filtered out "An existing connection was forcibly closed"
network errors. Changed to "not exist" to only block "ID does not exist"
type errors while allowing legitimate network disconnection errors to show
retry buttons.
Fixes issue where users couldn't retry after network disconnections.
2025-07-24 08:51:25 +08:00
fufesou
247f0b7eb1
fix: terminal, check service_id ( #12384 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-23 15:43:55 +08:00
fufesou
80c4a83a39
fix: build ( #12385 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-23 13:53:04 +08:00
solokot
3fb3d51567
Update ru.rs ( #12374 )
2025-07-23 11:13:36 +08:00
VenusGirl❤
596e7b33db
Update ko.rs ( #12348 )
2025-07-23 11:13:20 +08:00
bovirus
c01bbeea78
Italian language update ( #12347 )
2025-07-23 11:12:56 +08:00
flusheDData
47886c4068
Update es.rs ( #12339 )
...
New terms added
2025-07-23 11:12:16 +08:00
fufesou
61194182eb
fix: debug, terminal web ( #12375 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-22 19:26:50 +08:00
fufesou
b65ef36049
fix: terminal, restore, multi-sessions, msgs ( #12364 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-22 09:59:20 +08:00