|
1 | | -# ⚠ Please Read This 0.6.0 Release Notes |
2 | | -## What's New |
3 | | - |
4 | | -### 🏗 Performance & Architecture |
5 | | -- **Embedded Runner Binary**: Runner is now compiled directly into the application, eliminating runtime path resolution failures and improving startup reliability. |
6 | | - - **If you were a Windows portable version user, you are now free to delete data folder where old runner program was saved.** |
7 | | -- **Enhanced Runner Visibility**: Runner build metadata (commit hash, build time, size) is now exposed and displayed in the Debug UI for better transparency. |
8 | | -- **Centralized Request Builder**: Unified HTTP request handling for more consistent and maintainable API interactions. |
9 | | - |
10 | | -### ⚡ Reliability |
11 | | -- **Improved Resource Management**: Runner executable location now uses AppHandle for better path resolution across different deployment scenarios. |
12 | | -- **Updated Dependencies**: Bumped all dependencies to latest versions for improved security and performance. |
13 | | - |
14 | | -### 🎨 User Experience |
15 | | -- **UX Optimization**: Refined user interface interactions and improved overall responsiveness. |
16 | | -- **Better Debug Information**: Runner information panel in Debug view shows embedded status, version, and build details. |
17 | | - |
18 | | -### Misc |
19 | | -- Add non-game detectable list into Game Simulator, so now you can simulate `discord-quest-helper.exe` in Discord Quest Helper. |
20 | | - |
21 | | - |
22 | | -## 🔐 Security & Anti-Detection Enhancements |
23 | | - |
24 | | -Thanks to [community feedback](https://github.com/Masterain98/discord-quest-helper/issues/38), I learned that Discord has identified this tool's processes. While no user reports of account issues have been received, I've significantly enhanced the tool's stealth capabilities since v0.5.0 to reduce detection risks: |
25 | | - |
26 | | -### Key Security Improvements |
27 | | - |
28 | | -1. **Randomized Process Names**: The main application now uses fully randomized process names to avoid detection of `discord-quest-helper.exe`. |
29 | | - |
30 | | -2. **Stealth Runner Binary**: The game runner has been stripped of all distinguishing characteristics and now mimics genuine game process signatures as closely as possible. |
31 | | - |
32 | | -3. **Embedded Runner Integration**: The runner is now compiled directly into the main executable, reducing the footprint of detectable artifacts. |
33 | | - |
34 | | -4. **Chrome DevTools Protocol (CDP) Integration**: When Discord is launched with CDP enabled, this tool establishes communication with the Discord client to extract authentic client metadata. |
35 | | - - You can create a CDP-enabled Discord shortcut directly from the Settings page |
36 | | - - ⚠️ **Warning**: Other applications can also access your Discord client via CDP. Ensure your system is in a secure environment. |
37 | | - |
38 | | -5. **Multi-Source Client Metadata**: The application now fetches Discord's Build Number from multiple sources to better mimic legitimate client behavior: |
39 | | - - Discord CDP (if available) |
40 | | - - Discord web configuration files |
41 | | - - Built-in fallback version (updated with each release, but not pushed as standalone updates) |
42 | | - |
43 | | -6. **Removed High-Speed Task Completion**: The dangerous high-speed completion multiplier setting has been removed from the UI. Advanced users who need this feature can modify the Tauri source code directly. |
44 | | - |
45 | | -### Disclaimer |
46 | | - |
47 | | -These measures enhance security but cannot guarantee complete undetectability. If you have suggestions or improvements, feel free to open an issue or submit a pull request. |
48 | | - |
49 | | -I'm currently on vacation without any macOS device, so I haven't been able to test the tool recently on MacOS. |
| 1 | +## ✨ What's Changed |
| 2 | + |
| 3 | +1. **Added custom process simulator feature**. |
| 4 | +2. Allowed simulate Discord-listed games/apps without login. |
| 5 | +3. Blocked discord-listed games/apps without executables been Simulated. |
| 6 | +4. Optimized Home page and Settings page UI/UX and localizations. |
| 7 | +5. Bump default build number to 499123. |
| 8 | +6. Bump dependencies versions. |
0 commit comments