Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9750e1409c 
							
						 
					 
					
						
						
							
							Use VCPKG_FORCE_SYSTEM_BINARIES in actual RD sciter build step ( #8859 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-28 08:44:16 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67d4e061fb 
							
						 
					 
					
						
						
							
							Try to detach /opt/artifacts from sciter ( #8857 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-27 23:57:53 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f67f2be0cb 
							
						 
					 
					
						
						
							
							Add built CMake to PATH in actual RD build step ( #8855 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-27 21:28:34 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa42bf548e 
							
						 
					 
					
						
						
							
							Limit cmake buildstep to 1 threads to check OOM ( #8852 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-27 16:29:53 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							d679e8fa7d 
							
						 
					 
					
						
						
							
							WIN_RUST_VERSION -> SCITER_RUST_VERSION  
						
						
						
						
							
						
					 
					
						2024-07-27 16:16:31 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1357ef5d6f 
							
						 
					 
					
						
						
							
							Try to fix sciter-armhf build ( #8850 )  
						
						... 
						
						
						
						* Bootstrap CMake 3.29.7 for ubuntu/bionic/armhf
  * vcpkg exevutable now needs GCC 8 but all product binaries
    are still OK with GCC 7
  * Remove res/vcpkg/linux.cmake
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-27 15:32:26 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30a5d1e0e1 
							
						 
					 
					
						
						
							
							avoid call refreshCurrentUser twice at startup ( #8848 )  
						
						... 
						
						
						
						refreshCurrentUser will be called at these 2 position:
1. runMainApp or runMobileApp in main.dart
2. when connect status is ready
Both of these two happens at startup, when connect status is ready and startup time < 5 seconds, not call refreshCurrentUser
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-27 09:50:06 +08:00 
						 
				 
			
				
					
						
							
							
								FastAct 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f0985c842 
							
						 
					 
					
						
						
							
							Update nl.rs ( #8843 )  
						
						
						
						
							
						
					 
					
						2024-07-26 17:17:05 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be06c0d738 
							
						 
					 
					
						
						
							
							tab border for desktop subwindow ( #8842 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-26 11:20:16 +08:00 
						 
				 
			
				
					
						
							
							
								zuiyu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0f50f0f03 
							
						 
					 
					
						
						
							
							fix: remove getRadio todo and delete  contentPadding param ( #8839 )  
						
						
						
						
							
						
					 
					
						2024-07-26 10:31:01 +08:00 
						 
				 
			
				
					
						
							
							
								bovirus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1850d32f49 
							
						 
					 
					
						
						
							
							Update Italian language ( #8838 )  
						
						
						
						
							
						
					 
					
						2024-07-26 10:00:18 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3999d498be 
							
						 
					 
					
						
						
							
							fix: keep window pos after new conn ( #8834 )  
						
						... 
						
						
						
						1. Keep window pos
2. Do some init in StatefulWidget constructor.
If try init in its state class, it may be too late. Because I see the
init function is called after building the widget tree.
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
							
						
					 
					
						2024-07-25 21:52:57 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							bbdce8d57b 
							
						 
					 
					
						
						
							
							Send clipboard keystroke,  https://github.com/rustdesk/rustdesk/discussions/5451  
						
						
						
						
							
						
					 
					
						2024-07-25 15:21:28 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							baf70da2fe 
							
						 
					 
					
						
						
							
							fix: trackpad, reverse horizontal scroll ( #8827 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-25 14:44:58 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b967d496cc 
							
						 
					 
					
						
						
							
							refact: init values from initState to Constractor ( #8817 )  
						
						... 
						
						
						
						* refact: init values from initState to Constractor
Signed-off-by: dignow <linlong1265@gmail.com>
* fix: move RxBool init into Constructor
Signed-off-by: dignow <linlong1265@gmail.com>
* peer sort option
Signed-off-by: dignow <linlong1265@gmail.com>
* Remove empty initState()
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-25 10:45:51 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2aef79688b 
							
						 
					 
					
						
						
							
							fix: mobile, conn page, jump on exiting remote ( #8820 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-25 00:43:14 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0451a1c45f 
							
						 
					 
					
						
						
							
							fix: mobile, server page, jumps on loading ( #8819 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-25 00:13:22 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7e9057a39 
							
						 
					 
					
						
						
							
							fix: video service, do not skip refresh message ( #8815 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 21:59:25 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d73e0e1e5a 
							
						 
					 
					
						
						
							
							fix: video service ( #8812 )  
						
						... 
						
						
						
						1. Unset refresh flag if just refreshed.
2. Reduce the scope of the lock.
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 18:41:52 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39dbd89287 
							
						 
					 
					
						
						
							
							fix: siwtching display, clear last old image ( #8810 )  
						
						... 
						
						
						
						* fix: siwtching display, clear last old image
1. Clear last old image.
2. Try refresh after switching display.
3. Add an interval check before refresh video service.
Signed-off-by: dignow <linlong1265@gmail.com>
* simple changes
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 17:35:06 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c04f460bbd 
							
						 
					 
					
						
						
							
							fix more bool options ( #8809 )  
						
						... 
						
						
						
						* fix more bool options
* hide sort ab tags because it's already sorted
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 17:20:58 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79a1f888d6 
							
						 
					 
					
						
						
							
							fix: flutter remove setState in initState ( #8807 )  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 14:00:49 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57d1b1ecc4 
							
						 
					 
					
						
						
							
							fix nextRgba not called when switching to texture render ( #8792 )  
						
						... 
						
						
						
						Because rgba buffer render doesn't support multi display, when switch to
multi display, it is possible that rgba.valid has been set to valid but
nextRgab is not called, when switching back to single display,
rgba.valid is still true.
Fix by rgba buffer, rgba texture and  gpu texture using different messages.
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 12:06:16 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a4a2b5732 
							
						 
					 
					
						
						
							
							Remove existing /opt/artifacts/vcpkg in sciter builds ( #8804 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 11:23:49 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51a60a7eed 
							
						 
					 
					
						
						
							
							Fix arm32 sciter build ( #8803 )  
						
						... 
						
						
						
						Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> 
						
						
							
						
					 
					
						2024-07-24 10:16:25 +08:00 
						 
				 
			
				
					
						
							
							
								bovirus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b26acde450 
							
						 
					 
					
						
						
							
							Update Italian language ( #8800 )  
						
						
						
						
							
						
					 
					
						2024-07-24 09:41:43 +08:00 
						 
				 
			
				
					
						
							
							
								Mr-Update 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2de81045ea 
							
						 
					 
					
						
						
							
							Update de.rs ( #8801 )  
						
						
						
						
							
						
					 
					
						2024-07-24 09:41:25 +08:00 
						 
				 
			
				
					
						
							
							
								Vasyl Gello 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a72a8906b0 
							
						 
					 
					
						
						
							
							vcpkg deps ( #8764 )  
						
						... 
						
						
						
						* Revert "Revert vcpkg ffmpeg (#8751 )"
This reverts commit 5c16a8302e6c9c1381873aff45dba1487ee51d4f.
* vcpkg: Reland ffmpeg and try to fix sciter build
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
* vcpkg: Detect AVX2 by requiring __m256i
(ubuntu18.04 sciter)
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
* Install nasm from debian buster and python3.7
... from ubuntu universe
[Skip CI]
* vcpkg: Add libyuv port with fix for windows
From
abc59feabf 
						
						
							
						
					 
					
						2024-07-23 23:31:36 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							614086a216 
							
						 
					 
					
						
						
							
							fix: mobile, query onlines, on active ( #8796 )  
						
						... 
						
						
						
						* fix: mobile, query onlines, on active
Signed-off-by: dignow <linlong1265@gmail.com>
* Update peer_tab_page.dart
---------
Signed-off-by: dignow <linlong1265@gmail.com>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-07-23 23:28:03 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							2ffc2ad85b 
							
						 
					 
					
						
						
							
							enhance  https://github.com/rustdesk/rustdesk-server-pro/discussions/325  
						
						
						
						
							
						
					 
					
						2024-07-23 22:26:23 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eef091d4e8 
							
						 
					 
					
						
						
							
							fix hide ab tag when custom client startup ( #8795 )  
						
						... 
						
						
						
						not custom: 'Y', ''
custom: 'Y', 'N'
should not use isNotEmpty
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-23 21:35:05 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							97f26f880b 
							
						 
					 
					
						
						
							
							default-connect-password option  
						
						
						
						
							
 
						
					 
					
						2024-07-23 10:46:50 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							22c6f5e589 
							
						 
					 
					
						
						
							
							aggresive online query for self-hosting  
						
						
						
						
							
						
					 
					
						2024-07-23 10:26:56 +08:00 
						 
				 
			
				
					
						
							
							
								お餅のCreeeper 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b828768fa9 
							
						 
					 
					
						
						
							
							Update ja.rs and Add "About Rustdesk" ( #8784 )  
						
						... 
						
						
						
						* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Add 'About RustDesk'
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
---------
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-07-23 08:58:48 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31e7b6acf1 
							
						 
					 
					
						
						
							
							refact: msi, revision version ( #8782 )  
						
						... 
						
						
						
						* refact: msi, revision version
Signed-off-by: dignow <linlong1265@gmail.com>
* check revision version
Signed-off-by: dignow <linlong1265@gmail.com>
* refact: msi, default revision number
Signed-off-by: dignow <linlong1265@gmail.com>
* Simple refact
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
							
						
					 
					
						2024-07-22 23:37:25 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14b505130b 
							
						 
					 
					
						
						
							
							remove end slash when setting server config ( #8779 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-22 17:11:32 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22f3425ace 
							
						 
					 
					
						
						
							
							fix custom client show ip whiltelist warning ( #8778 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-22 17:00:29 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							4723d6a830 
							
						 
					 
					
						
						
							
							mouse wrong commit ref  
						
						
						
						
							
						
					 
					
						2024-07-22 10:29:00 +08:00 
						 
				 
			
				
					
						
							
							
								DiegoGZ 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4f3c0f133 
							
						 
					 
					
						
						
							
							Update ca.rs - Added new translation into Catalan and a few corrections ( #8777 )  
						
						... 
						
						
						
						Added new translation into Catalan and a few corrections 
						
						
							
						
					 
					
						2024-07-22 09:58:04 +08:00 
						 
				 
			
				
					
						
							
							
								Bot_wxt1221 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de375c91bb 
							
						 
					 
					
						
						
							
							fix: nixos's headless mode. ( #8774 )  
						
						
						
						
							
						
					 
					
						2024-07-21 17:05:32 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3454f07d3 
							
						 
					 
					
						
						
							
							fix: move some crates to rustdesk-org ( #8772 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: fufesou <linlong1266@gmail.com> 
						
						
							
						
					 
					
						2024-07-20 23:49:40 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf8ef2533a 
							
						 
					 
					
						
						
							
							fix: keyboard, linux, repeated keys,  #6793  ( #8757 )  
						
						... 
						
						
						
						* fix: keyboard, linux, repeat keys, #6793 
Signed-off-by: fufesou <linlong1266@gmail.com>
* fix: keyboard, linux->linux, may also repeat keys with bad network
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
							
						
					 
					
						2024-07-20 00:42:49 +08:00 
						 
				 
			
				
					
						
							
							
								お餅のCreeeper 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ad662260e 
							
						 
					 
					
						
						
							
							Update ja.rs ( #8758 )  
						
						... 
						
						
						
						* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Update README-JP.md
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
---------
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-07-19 23:56:39 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b54a553c7 
							
						 
					 
					
						
						
							
							buildin options and add to mobile ( #8759 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-19 23:55:52 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							85ded0a3e5 
							
						 
					 
					
						
						
							
							no idea why publish sciter windows tar.gz, remove it  
						
						
						
						
							
						
					 
					
						2024-07-19 00:32:19 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c16a8302e 
							
						 
					 
					
						
						
							
							Revert vcpkg ffmpeg ( #8751 )  
						
						... 
						
						
						
						* Revert "fix linux ffmpeg link, still link ffmpeg in hwcodec (#8747 )"
This reverts commit 48464835f5e7cceca736fa1825aeb07a5883f972.
* Revert "fix linux armv7 ffmpeg arch, linux x64 sciter add hwcodec feature (#8744 )"
This reverts commit b68d7a3054a45a608ddc188f455d0846452abc39.
* Revert "arm linux remove cuda-llvm option (#8735 )"
This reverts commit bc672b336705290ac9dafd35b44fb6378acda63c.
* Reapply "try fix arm64 linux ci and publish error log (#8730 )" (#8732 )
This reverts commit e283d33f288742a2a4de119d3e7e322371ec90b7.
* Revert "try fix arm64 linux ci and publish error log (#8730 )"
This reverts commit a4565bf0da99b21d8ba3e38cad5e75118b79921d.
* Revert "F-Droid: enable hwcodec for future builds (#8726 )"
This reverts commit 188f85b042595d045043d9c17211cba2b5e2dc4d.
* Revert "remove unused vcpkg ffmpeg code (#8725 )"
This reverts commit 72c96f22b626bbb06bf603068737c2f359d290b1.
* Revert "install ffmpeg lib with vcpkg (#8724 )"
This reverts commit 0143eaf60176f420b7dbc376acda6ebebff940df.
* update hwcodec to reverted
Signed-off-by: 21pages <sunboeasy@gmail.com>
---------
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-18 22:28:35 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04c175c62e 
							
						 
					 
					
						
						
							
							fix custom client settings tab visibility ( #8752 )  
						
						... 
						
						
						
						* fix custom client settings tab visibility
only control with tabKeys
Signed-off-by: 21pages <sunboeasy@gmail.com>
* fix preset-user-name typo
Signed-off-by: 21pages <sunboeasy@gmail.com>
---------
Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-18 22:27:31 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2be05608d8 
							
						 
					 
					
						
						
							
							fix: windows, headless, not work when exiting RDP ( #8753 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
							
						
					 
					
						2024-07-18 22:23:45 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3c99ba107 
							
						 
					 
					
						
						
							
							fix missing retry ( #8750 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
							
						
					 
					
						2024-07-18 17:16:25 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a81d6468cc 
							
						 
					 
					
						
						
							
							fix: desktop settings, disconnect, timeout ( #8749 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
							
						
					 
					
						2024-07-18 15:57:36 +08:00