ANB5Dev
c95aaf563e
fixed Dutch names for macOS permissions ( #11020 )
2025-03-06 09:49:44 +08:00
Ivan Beà
6946b863f7
Update ca.rs ( #11024 )
...
Update catalan localization
2025-03-05 16:14:42 +08:00
rustdesk
7305b6bd1c
https://github.com/rustdesk/rustdesk/discussions/937#discussioncomment-12373814 try to support citrix session
2025-03-03 19:06:01 +08:00
marboroman
6600c8c648
Update ru.rs ( #10984 )
...
Changed to the translation which makes sense.
2025-03-03 14:55:32 +08:00
marboroman
32b77f8968
Update ru.rs ( #10979 )
...
Made long translation short to fit in user interface.
2025-03-03 14:55:21 +08:00
marboroman
0bda90f8fb
Update ru.rs ( #10978 )
...
update wrong translation for privacy mode activation
2025-03-03 14:55:11 +08:00
Lynilia
2b68c46fdc
French localization rework ( #10966 )
2025-03-02 18:04:22 +08:00
asereze
e17ab74040
Sardinian translation ( #10941 )
...
* Sardinian translation
Sardinian ("Sardu", ISO 639-1 code: "sc") translation.
* Update lang.rs
* Corrected typo
2025-03-01 18:39:58 +08:00
fufesou
00293a9902
Feat/macos clipboard file ( #10939 )
...
* feat: macos, clipboard file
Signed-off-by: fufesou <linlong1266@gmail.com >
* Can't reuse file transfer
Signed-off-by: fufesou <linlong1266@gmail.com >
* handle paste task
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-28 00:46:46 +08:00
rustdesk
d8496aba0b
refactor is_custom_client
2025-02-26 00:32:54 +08:00
Andrzej Rudnik
3a5b30a5e7
Update pl.rs ( #10901 )
2025-02-24 23:08:48 +08:00
Kleofass
93feedc212
Update lv.rs ( #10883 )
2025-02-23 13:39:43 +08:00
Theofanis Sarmidis
2575e14811
Update el.rs ( #10866 )
2025-02-21 10:42:12 +08:00
fufesou
ce1e4863cb
fix: load peers, always push event data ( #10856 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-20 22:44:18 +08:00
fufesou
8b9a7a3506
refact: optimize, ID search peers ( #10853 )
...
* refact: optimize, preload peers
Signed-off-by: fufesou <linlong1266@gmail.com >
* Update dialogs.dart
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-02-20 18:31:12 +08:00
fufesou
055b351164
refact: optimize, loading recent peers ( #10847 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-20 11:53:36 +08:00
Alex Rijckaert
965cc6af26
Update nl.rs ( #10834 )
2025-02-20 00:25:23 +08:00
rustdesk
16e191f913
fix de
2025-02-20 00:24:24 +08:00
Mr-Update
9ffe516f54
Update de.rs ( #10827 )
2025-02-19 08:42:15 +08:00
solokot
ac20d2fb56
Update ru.rs ( #10794 )
2025-02-19 01:11:36 +08:00
bovirus
2217152216
Italian language update ( #10796 )
2025-02-19 01:11:22 +08:00
XLion
ee288280b3
Update tw.rs ( #10799 )
2025-02-19 01:11:08 +08:00
John Fowler
cccdb2f289
Update hu.rs ( #10804 )
...
Translate new strings.
Clarification of some translations.
2025-02-19 01:10:52 +08:00
ANB5Dev
1ddab27c0e
NL lang further improvements ( #10813 )
2025-02-19 01:10:41 +08:00
Alex Rijckaert
451b6dc651
Update nl.rs ( #10812 )
2025-02-19 01:10:32 +08:00
rustdesk
86b327ee41
they always forget to remove :21114 for https, so I remove for them
2025-02-18 16:18:41 +08:00
rustdesk
6e305d4865
improve sysinfo update
2025-02-18 16:09:25 +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
rustdesk
8f545491a2
verify_login, but not eable yet
2025-02-14 16:39:09 +08:00
fufesou
fbba8f0b34
refact: file copy&paste, cross platform (no macOS) ( #10671 )
...
* feat: unix, file copy&paste
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: unix file c&p, check peer version
Signed-off-by: fufesou <linlong1266@gmail.com >
* Update pubspec.yaml
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-02-04 20:33:02 +08:00
ANB5Dev
a27fa43081
Update NL translation: spelling, capitalization, missing entries ( #10661 )
2025-02-03 22:18:20 +08:00
rustdesk
ce5f0d513f
2024 -> 2025
2025-01-31 16:54:57 +08:00
rustdesk
5fc8e8c428
remove PUBLIC_RS_PUB_KE
2025-01-29 16:57:28 +08:00
fufesou
55005f8129
fix: win, file clipboard, try empty ( #10609 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-01-27 16:16:44 +08:00
fufesou
f08cb0412d
fix: windows, dll, pre-loading attack ( #10608 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-01-26 19:39:38 +08:00
Theofanis Sarmidis
7aa4592669
Update and fixes el.rs ( #10600 )
2025-01-25 16:39:16 +08:00
Y-Ploni
d656ae2956
Update he.rs ( #10594 )
2025-01-24 15:09:36 +08:00
21pages
da80f3352a
fix vaapi create 2 times at first ( #10576 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-01-22 20:27:00 +08:00
21pages
5fa8c25e65
opt qos ( #10459 )
...
* Adjust bitrate and fps based on TestDelay messages.
* Bitrate is adjusted every 3 seconds, fps is adjusted every second and when receiving test lag.
* Latency optimized at high resolutions. However, when the network is poor, the delay when just connecting or sliding static pages is still obvious.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-01-20 17:59:36 +08:00
21pages
c44803f5b0
replace hbb_common with submodule ( #10543 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-01-20 17:33:41 +08:00
fufesou
dd004f1a2d
fix: clipboard, client side, update is required on conn ( #10464 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-01-17 02:27:20 +08:00
是果宝呐
b5d54debce
Fix a translation error ( #10500 )
2025-01-14 22:16:17 +08:00
flusheDData
08cdf7134d
Update es.rs ( #10468 )
2025-01-10 21:14:59 +08:00
add-uos
be5037bd03
fix: [translations] Add the translation in tw.rs ( #10452 )
...
Add the translation in tw.rs
Log: Add the translation in tw.rs
2025-01-08 14:16:16 +08:00
rustdesk
7c2d62237f
missed file
2025-01-01 23:11:38 +08:00
rustdesk
ef90ab2bd4
compelete fix https://github.com/rustdesk/rustdesk/discussions/10210
...
rather than the awful workaround
2025-01-01 23:05:52 +08:00
Kleofass
a9f2e14091
Update lv.rs ( #10381 )
2024-12-27 14:47:01 +08:00
fufesou
1c62a28ef3
fix: build ( #10364 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-25 16:36:13 +08:00
fufesou
9ed2499666
fix: file clipboard, init disabled ( #10361 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-25 15:18:06 +08:00