You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Mirror Install**: New Linux Mirrors install method with automatic mirror speed probing (throughput detection + TCP latency fallback), hash verification, and auto-retry;
- **System Messaging**: New system messaging framework for delivering critical notifications such as version compatibility risks and key announcements;
- **Pin on Top**: Title bar pin button for one-click always-on-top toggle; setting to hide the pin button;
- **Donate Page**: Sidebar donate entry and dedicated donate view; sidebar visibility controlled via settings;
- **Multilingual Expansion**: 21 new languages added, reaching 50 total; language selector upgraded from dropdown to a dedicated dialog (including README manuals)
- **Install Guide**: Home page shows setup guide link when no distro is detected; clicking opens the official documentation;
- **WSL Version Compatibility Check**: Automatic WSL version compatibility detection on startup; shows a warning dialog and directs users to documentation when incompatible
- **Move Distro Improvement**: Move operation uses elevated execution to avoid E_ACCESSDENIED on WSL 2.7.*.0; post-move registry verification to confirm success;
- **Debug Mode**: New debug.toml configuration file; supports loading local JSON data source for mirror install and executing local cleanup scripts for distro compression, useful for development and testing;
- **Task Scheduler Refactor**: Unified TaskScheduler; dialog sync, message sync, expiry detection, and WSL compat detection split into independent task modules for better decoupling;
- **Dialog Priority Management**: DND (Do Not Disturb) mechanism with priority chain — WSL Compat > Expired > Update dialogs — ensuring higher-priority dialogs are never obscured;
- **Startup Performance**: Fixed memory spike caused by bold font rendering in certain scenarios; removed startup API pre-warm; internet timestamp now returned from startup API;
- **API Cache Layer**: In-memory API response cache; cache updates only on successful remote requests, reducing redundant network calls;
- **Distro List Cache Fix**: Fixed an issue where the home page distro list still displayed cached data after unregistering all distros;
- **Update Timeout Notification**: Added a network timeout notification dialog during version update checks;
- **Compression Path Fix**: Fixed path issues during distribution compression;
- **Terminal Launch Compatibility**: Optimized compatibility when launching the distribution terminal;
- **Installer Path Safety Fix**: Fixed an issue in the Inno Setup installer where manually typed install paths were not auto-completed with the "WSL Dashboard" subdirectory, preventing accidental deletion of other files in the target directory during uninstall;
-**Comprehensive Instance Control**: One-click Start, Stop, Terminate, and Unregister. Real-time status monitoring and detailed insights into disk usage and file locations.
91
114
-**Distro Management**: Set as default, migration (Move VHDX to other drives), and export/clone to `.tar` or `.tar.gz` archives.
92
115
-**Quick Integration**: Instant launch into Terminal, VS Code, or File Explorer with customizable working directories and startup script hooks.
93
-
-**Smart Installation**: Install from Microsoft Store, GitHub, or local files (RootFS/VHDX). Includes a built-in RootFS download helper.
116
+
-**Distro Installation**: Install Linux distributions via Microsoft Store, GitHub, local files (RootFS/VHDX), or Online Mirrors (with auto speed-test to pick the fastest mirror and built-in RootFS download helper).
94
117
-**Global Safety**: Mutex locks for safe concurrent migration/backup operations and automatic Appx cleanup on removal.
95
118
-**Ultra-Low Memory Footprint**: Highly optimized for efficiency. Silent startup (system tray) uses only **~10MB** RAM. Windowed mode usage varies by font complexity: **~18MB** for standard languages (English, German, Spanish, etc.) and **~38MB** for large font languages (Chinese, Japanese, Korean, etc.).
96
119
-**Advanced Networking**: Seamless port forwarding management (with automatic firewall rule creation) and global HTTP proxy configuration for unified connectivity.
@@ -144,17 +167,20 @@ Log files are written to the configured log directory and can be attached when r
Below is a demonstration of the WSL Dashboard in action:
156
-
157
-

183
+
[Help us improve! Watch our intro video and share your thoughts.](https://github.com/owu/wsl-dashboard/discussions/9)
158
184
159
185
160
186
@@ -214,22 +240,6 @@ Ensure you have the Rust toolchain (Rust 1.92+ or newer) installed.
214
240
- **Portability**: Optimized release build produces a single compact executable.
215
241
216
242
217
-
## ⭐️ Labor of love
218
-
219
-
If you have found this project useful, I would be grateful if you could leave a star on GitHub. Your endorsement helps it reach a wider audience and is deeply appreciated. It is this encouragement that motivates me to keep building.
220
-
221
-
222
-
## 📄 License
223
-
224
-
This project is licensed under the GPL-3.0 – see the [LICENSE](LICENSE) file for details.
225
-
226
-
227
-
---
228
-
229
-
Built with ❤️ for the WSL Community.
230
-
231
-
---
232
-
233
243
## 🤝 Community Support
234
244
235
245
A big thank you to the following communities for their support:
@@ -245,3 +255,28 @@ A big thank you to the following communities for their support:
245
255
- [V2EX](https://www.v2ex.com) - For Chinese tech community discussions
246
256
247
257
Your contributions and feedback make this project possible!
258
+
259
+
260
+
## ❤️ Support this project
261
+
262
+
- This project is licensed under GPL-3.0 and is free for all users.
263
+
- From feature development and daily testing to bug fixes, all work is done in spare time. The road of open source is not easy alone — your recognition and support give the project the confidence to keep going.
264
+
- If this tool has genuinely helped you, consider lending a hand. All donations go toward server costs, version iterations, and feature improvements, keeping the project continuously updated and steadily progressing.
265
+
- Every bit of kindness is a ray of starlight. Thank you again for your understanding and generosity!
If you have found this project useful, I would be grateful if you could leave a star on GitHub. Your endorsement helps it reach a wider audience and is deeply appreciated. It is this encouragement that motivates me to keep building.
273
+
274
+
275
+
## 📄 License
276
+
277
+
This project is licensed under the GPL-3.0 – see the [LICENSE](LICENSE) file for details.
0 commit comments