Windows ChangeLog
DeepLink 1.0.7.5 2025.08.13
Changes:
1. Added a note-adding feature to the device list
2. Fixed bugs on the Tracup platform
3. Fixed storage verification for rental orders
4. Optimized the restriction on not displaying when gifted duration is exceeded
5. Optimized some on-chain error prompts in the software
DeepLink 1.0.7.4 2025.07.30
Changes:
1. Block the keyboard and mouse timer interval from 20S to 1S
2. Modify the Tracup Platform Bug
3. Modify wallet page to disable NFT display
DeepLink 1.0.7.3 2025.07.25
Changes:
1. Increase rental without remote key and mouse shielding
2. Removed the login for the DBC mainnet wallet
3. Restarting during the rental period will also provide resolution FPS (requires server update).
4. Modify the Tracup Platform Bug
DeepLink 1.0.7.2 2025.07.22
Changes:
1. Cancel the restriction that internet cafe billing must be within 3 minutes of startup
2. Increase some logs
3. Blocking wide area network updates in internet cafe environments
4. Update QD SDK 7.21
DeepLink 1.0.7.1 2025.07.18
Changes:
1. Changed the remote transmission verification code to JSON format to support more parameters
2. Fixed the issue where remote control was not possible after renting on Android (remote control initiated by renting no longer checks whether the controlled device has an NFT + when not rented, either side having an NFT can remote control)
DeepLink 1.0.7.0 2025.07.14
Changes:
1. The auto-mining status (start/stop) of café machines is now also stored on the Go Server.
2. Unified parameters and handling for all rental notifications.
3. Changed execution of custom_clear.bat from synchronous to asynchronous.
4. Added rent_protect/onstart.bat script hook for café updates.
5. If the billing status is unsynced and the machine is accidentally rented, it won’t auto-reboot after expiration.
6. Added config file for Korean cafés to enable billing detection, preventing other café machines from being rented unintentionally:
C:\Program Files (x86)\DeepLink\cafe.ini
[billing]
pname=pmclient.exe,WmClt.exe
7. Added a "remember password" option during wallet login.
8. Disabled rental extension when the rental period is nearly over.
9. Fixed bugs on the Tracup platform.
10. Updated QD SDK.
DeepLink 1.0.6.9 2025.07.07
Changes:
1. If a mining-enabled internet café machine is idle (not rented) for more than 5 minutes, the monitor is forced to sleep.
2. Changed the user role for executing custom_clear.bat.
3. Retries 3 times when a 1015 error occurs.
4. Extended timeouts for some processes and requests.
5. Added NFT verification info for Android remote PC client.
6. If local usage inside an internet café is detected, remote access is disabled regardless of mining-disable command success, with a notification shown.
Example auth acknowledgment message:
json
{
"method": "authAck",
"data": {
"version": "1.0.6.9", // Version of DeepLink on the controlled device
"nft_enabled": false, // Whether NFT is enabled on the controlled device. If false and the controller is Android or H5, password auth fails.
"cafe_selfuse": false // Whether the controlled device is in self-use mode in an internet café. If true, password auth fails.
}
}
DeepLink 1.0.6.8 2025.07.03
Changes:
1. Added monitoring and reporting of shutdown and reboot events to Go Server.
2. Removed gvd.exe.
3. Changed the controller-side device ID used for RTT detection to avoid using the same ID.
4. Improved error reporting when purchasing NFTs.
5. Updated QD SDK to version 7.3
5.1. Added config file support for Korean internet café HID coordinate systems.
5.2. Added inputtype.ini.
DeepLink 1.0.6.7 (Beta Version) 2025.07.01
Changes:
1. Added detection for internet café billing software and automatic inclusion/removal of devices from the rental list.
2. Added PayPal payment support.
3. Updated QD SDK to version 6.30
3.1. Fixed bug where event messages and p2pconnect were received later than auth.
3.2. Fixed failure in creating virtual displays in certain scenarios.
3.3. Added automatic switching of keyboard/mouse input type (driver or API) based on config.
3.4. Added experimental mic feature.
3.5. Fixed bug causing key input lag when frequently switching remote windows.
3.6. Fixed audio/video stuttering caused by high-precision clocks failing under certain power modes.
DeepLink 1.0.6.6-2 2025.06.27
Changes:
1. Optimized the judgment logic when ending a rental early.
2. Added connection status display for the signaling server (requires Go Server to save data).
3. Removed RTT feature call during rental.
4. Changed the order of items in the menu bar.
DeepLink 1.0.6.6 2025.06.27
Changes:
- Optimized early rental termination detection.
- Added signaling server connection status (requires Go server to save the data).
- Removed RTT function call during rental.
- Updated menu bar display order.
DeepLink 1.0.6.5 2025.06.26
Changes:
- Optimized rental RTT (round-trip time) test.
- Added setting for internet cafés to update device verification code after each startup:
%appdata%\DeepLink\config.ini [devices]
id=123456789
passwd=xxxxxx
# Set both below to 1 when creating a master image for cafés to ignore above and always fetch device code from server.
always_refresh_id=1
always_refresh_passwd=1
DeepLink 1.0.6.4 2025.06.25
Changes:
- The controlled end now re-pairs microphone sampling rate and channel settings with each remote session (if no sound persists, it means sampling parameters don’t match between host and controlled end).
- Adjusted timing of mute and input block when rental starts.
- All users retain token after wallet logout.
- Added rental logic to check online status.
DeepLink 1.0.6.3 (Repackaged) 2025.06.23
Changes:
- Optimized referral code bonus time feature.
- Adjusted execution order of custom_clear.bat to ensure it runs after resolution is written to config file.
DeepLink 1.0.6.3 2025.06.23
Changes:
- Closes remote window when rental is ended early.
- Corrected resolution passed during rental.
- Fixed rental payment pending bug.
- Optimized wallet signature verification RPC call on the controlled end.
DeepLink 1.0.6.2 2025.06.20
Changes:
- Adjusted UI window size and scaling based on 80% of display resolution and JS page aspect ratio.
- Rental black screen no longer calls GVD; resolution and FPS are saved in config file for external program to choose display:
%appdata%\DeepLink\store.dat
[rpScreen]
width=1920
height=1080
fps=60
3. Added referral code functionality.
4. Fixed Tracup platform bugs.
5. Updated QD SDK:
5.1. Fixed NumLock sync bug.
5.2. Fixed key release issue in certain scenarios.
DeepLink 1.0.6.1 2025.06.17
Changes:
- Whitelist now supports wildcard paths (e.g., *\Steam\steamapps\common\*).
- Creates a virtual display during rental, disables original display, and blocks keyboard/mouse input.
- Updated QD SDK to fix remote mouse lock issue in version 1.0.6.0.
DeepLink 1.0.6.0 2025.06.13
Changes:
- All rented machines now automatically enable mute mode; it reverts when the rental ends.
- Added custom batch script entry point for internet cafés: C:\Program Files (x86)\DeepLink\rent_protect\custom_clear.bat
- Increased process privilege for launching Steam to avoid getting stuck at Stove UAC elevation.
- Updated cloud PC and cloud café display pages; added optional extra rental fee setting per machine.
- Added test network interface.
- Fixed bugs on the Tracup platform.
DeepLink 1.0.5.9 2025.06.10
Changes:
- When connecting to the Go server, if the GPU name in the database is not NVIDIA, it will actively update once.
- Added remote latency test.
- Internet café machines no longer auto-launch Steam when rented.
- Checks installed local game platforms and uploads data to the Go server.
- Added cloud PC and cloud café menu options.
- Fixed a Tracup bug.
- Updated QD SDK.
v 1.0.5.8 2025.06.04
Changelog:
1. Optimized the auto-update mechanism to avoid interrupting remote sessions or lease states.
2. Now sends an online status to the Go server every hour to reduce NFT permission sync delay across machines tied to the same wallet.
3. Added a flag for whether information uploaded from internet cafés is public.
4. Fixed a Tracup-related bug.
v1.0.5.7 2025.05.29
Changelog:
1. Added support for Riot Games/NexonPlug/Stove game platforms (Note: Stove prompts for UAC elevation but still fails to start after consent).
2. Fixed parsing errors for process names with spaces in whitelist/blacklist.
3. Now all machines reboot after lease ends, regardless of whether they are internet café systems.
4. Optimized the GPU leasing list API query method.
5. Improved the update timing for the list of available machines for lease.
6. Added a display for whitelisted games.
7. Fixed a Tracup-related bug.
8. Updated the QD SDK:
8.1. Fixed a bug where incorrect monitor EDID values caused virtual monitor creation failures, and disabled some congestion control strategies.
8.2. Added RTT detection functionality (still under development).
v1.0.5.6 2025.05.22
Changelog:
1. Added logic to avoid data synchronization issues due to server lease expiration delays.
2. Modified the error code for failures in launching whitelisted/blacklisted processes to improve issue diagnosis.
3. For diskless internet café systems, user restrictions are lifted; lease-end reboot conditions are now based on whether the system is diskless instead of SDK version.
4. After successful user binding and leasing, the token is no longer cleared when exiting the wallet.
5. Fixed a bug where the machine could not renew its lease.
6. Improved error messaging for leasing on machines without an open whitelist.
7. Enabled GPU leasing lists for national-level rentals.
8. Changed the color of the countdown text on the controlled end.
9. Fixed a Tracup-related bug.
v1.0.5.5 2025.05.19
Changelog:
1. Changed the behavior of hotkey blocking when leased—from calling once per session to calling every time the controlled machine is accessed.
2. Optimized the condition for kicking off remote sessions initiated by non-lessees.
v1.0.5.4 2025.05.16
Modifications
1. The main control end now checks if the rented machine has expired; if expired, remote access is blocked.
2. Fixed bug where password input was not possible during rental.
3. Modified the Deeplink UI software border.
4. Added a second popup warning when only 5 minutes remain before rental expiration.
5. Optimized the logic for checking rental expiration and renewal on the controlled end.
6. Installed the qdeskhid driver.
v1.0.5.3 2025.05.15
Modifications
1. Fixed issue where programs requiring admin privileges were blocked by system popup after rental ended and the machine rebooted.
v1.0.5.2 2025.05.14
Modifications
1. The controlled end must have an activated NFT to be accessed remotely via Android or H5.
2. Fixed conflict in spdlog when multiple processes write to the same log file.
3. Updated Deeplink UI:
v1.0.5.1 2025.05.09
Modifications
1. If there are no notifications from both the Go server and the controlled end regarding rental, a fallback mechanism is added to ensure the desktop environment is always cleaned up.
2. Updated Deeplink UI:
v1.0.5.0 2025.05.08
Modifications
1. If the system was rented but no notification was received and the environment wasn't pre-cleaned, cleanup is triggered again during remote access.
2. Added scanning and reporting of installed Steam games.
3. Steam is now launched each time the system is remotely controlled while rented.
4. Terminates any remote connections initiated by non-renters during rental period.
5. Steam browser cache must be cleared during rental.
v1.0.4.9 2025.04.29
Modifications
1. Added whitelist and blacklist process lists for cloud gaming rentals.
2. Added game_id parameter for initiating remote sessions.
3. Changed the health check node connection back from domain name to direct IP and port.
4. Fixed issues with purchasing and using remote NFTs.
5. Blocked certain system keys during renter remote sessions.
6. Executed batch scripts on remote connection and disconnection to enable Steam login via QR code.
7. Packaged a new UI.
8. Added group policy batch script for remote calls.
9. Updated qd sdk.
V1.0.4.8 2025.04.03
Modifications:
1. Change the connection address of the health detection node to the domain name address.
2. Remove the space after CPU Type.
3. Extend the single renewal time of short-term rental to a maximum of 72 hours.
4. Optimize the error prompt.
V1.0.4.7 2025.03.26
Modifications:
1、Add a configuration item "Always get device code from server", so that diskless master image does not need to delete the device code in the configuration file every time.
2、Optimize the refresh frequency of the short-term rental page and add a manual refresh button.
3、Lock the display of DLC quantity.
V1.0.3.2 2025.01.09
1、Upgraded congestion algorithm for stronger packet loss resistance and rate limiting.
2、Update encoding algorithm to improve clarity.
3、Fixed the issue where the screen freezes in certain situations.
4、Fixed a bug where password errors occurred when connecting to the device list.
5、Upgraded the new UI interface.
V1.0.3.1 2024.12.12
1、Fixed the mouse error bug caused by resolution switching.
2、Weak network optimization.
3、Fixed some crash.
4、Fixed a bug where audio delay increased significantly with large network changes.
V1.0.3.0 2024.11.10
1、Added audio echo cancellation.
2、Virtual display adds support for non-standard resolutions, such as 2200*1805 80hz.
3、Fixed some UPNP P2 connection failure bugs.
4、Add NAT specified port configuration.
V1.0.2.8 2024.9.20
1、Greatly optimize file transfer speed.
2、Virtual display adds the ability to copy the control machine display parameters (edid) and activate it.
3、Support switching between multiple graphics cards and multiple monitors.
4、Fix some Crash.
V1.0.2.0 2024.7.18
1、Fixed the bug of keypad input, numlock is out of sync in some cases.
2、Fixed amd decode error.
3、Added audio muting function for the controlled end.
4、Improved support for multiple monitors.
V1.0.1.7 2024.5.21
1、Update virtual display driver, support more resolutions,support 4k resolution.
2、update HID driver, better compatibility.
3、Support international version of Valorant.
4、Support AMD AV1 codec, support vertical screen.
5、Fix the bug that mouse is invisible in some scenes.
6、Fix the bug that clipboard cannot be used in some cases
V1.0.1.6 2024.4.8
1、support big file transfer(> 4GB file)
2、fix roblex mouse control bug
3、Cloud gaming mode optimizatio
4、The LAN provides a maximum bit rate of 150m, reducing CPU usage
5、 Supports switching between multiple graphics cards and multiple monitors
6、Adds audio mute to the controlled end, enabled by default
7、Add support for rtc browser access.
V0.9.8 2022.8.21
1、fix screen recording
2、add virtual monitor
3、support multi monitor
4、fix gpu bug in intel laptop
5、add keymouse、virtual monitor、joystick driver