Releases: hdrover/discord-drover
Release list
drover v0.9
- Improved bypassing of Discord voice chat restrictions. The release now includes
drover-packet.bin, which is sent before Discord's initial UDP packets and can be replaced manually if needed. - Fixed installation when
drover.exeis launched directly from the Discord folder. - Fixed several stability and compatibility issues.
drover v0.8
- Added support for CANARY and PTB versions.
- Added Direct mode to the installer, allowing users to bypass voice chat restrictions without using a proxy.
drover v0.7
The file copying logic has been improved to ensure proper handling during Discord updates. Previously, if a background update occurred while Discord was running, the required files were not transferred to the new version, and users had to copy them manually.
drover v0.6
drover v0.5
Added support for HTTP proxies with Authentication.
drover v0.4
- Added installer for easier setup.
- Improved bypassing of local restrictions on voice chats.
drover v0.3
Added support for SOCKS5 proxies. You can now use either HTTP or SOCKS5. To use SOCKS5, specify the protocol in the proxy parameter:
proxy = socks5://127.0.0.1:1080drover v0.2
This update adds a new function that automatically copies all necessary files to Discord's new folder whenever it updates. Previously, each update broke the proxy functionality because Discord would place the updated app in a new folder without these required files, necessitating a manual copy. Now, the program detects the update and automatically moves all needed files, ensuring continued proxy support without manual intervention.