-
v0.4.0 Stable
released this
2026-02-14 11:01:01 +03:00 | 8 commits to main since this release📅 Originally published on GitHub: Sat, 14 Feb 2026 08:11:09 GMT
🏷️ Git tag created: Sat, 14 Feb 2026 08:01:01 GMTChange Summary:
- Supports internationalization, adding 15 languages (including languages written from right to left, such as Arabic, Urdu, and Hebrew).
- Update the readme files for all 29 languages.
- Optimized the risk of UI blocking in scenarios involving intensive use of WSL commands (e.g., installing instances, moving WSL1 distributions, cloning, moving WSL2 distributions).
- Fixed a minor memory leak caused by repeatedly switching the main menu on the left.
- Fixed a memory leak caused by repeatedly saving in other languages.
- Western language (English, etc) operating systems enable support for displaying large fonts (Chinese, Japanese, and Korean).
- Remember the collapsed state of the hamburger menu in the sidebar.
- Optimize the distribution cloning process(WSL2 completes in seconds).
- Move/clone; detects C drive space; if C drive is insufficient, automatically uses other drives.
- Fixed potential interface lag when deleting or cloning more than 10 distributions consecutively.
- The default distro is displayed at the top.
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.3.0...v0.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.4.0.exe
0 downloads ·
2026-02-27 15:42:17 +03:00 · 16 MiB
-
v0.3.0 Stable
released this
2026-02-06 12:05:17 +03:00 | 11 commits to main since this release📅 Originally published on GitHub: Fri, 06 Feb 2026 09:14:00 GMT
🏷️ Git tag created: Fri, 06 Feb 2026 09:05:17 GMTChange Summary:
- System tray(Double-click to toggle between showing and hiding / Right-click menu).
- You can set the dashboard to run automatically when the system starts(Features automatic path repair functionality.);
- You can set the dashboard to automatically start and then minimize to the system tray(The system tray running mode uses approximately 10MB of memory,added a silent startup method: wsldashboard.exe /silent);
- You can configure the program to minimize to the system tray when the main window is closed, instead of exiting the application.
- Enhance the adaptability of the distribution logos for running instances.
- Fixed a memory leak issue that occurred when repeatedly switching between settings(Checkbox checked state) and other interfaces.
- Optimizing memory usage (including UI rendering, caching mechanisms, and fine-tuning the timing of high-load logic execution).
- Refactoring and splitting large code files.
- Log file splitting has been changed from UTC+0 to the user's time zone.
- The memory usage varies significantly depending on the language type:
10.1. For small/standard font languages, including Latin-based languages (English, German, Spanish, French, Italian, Portuguese, Indonesian, Turkish, etc.) and moderately complex languages (Hindi, Bengali, Russian, etc.), the memory usage is approximately 10MB for silent startup and 18MB in windowed mode.
10.2. For large font languages (Chinese, Japanese, Korean, etc.), the memory usage is approximately 10MB for silent startup and 35MB in windowed mode.
The new features developed in this version have been temporarily disabled (Testing revealed that using larger fonts for language compatibility increased memory usage):
- Compatibility of Chinese and Japanese character display on Western language operating systems.
- Font rendering optimization: Differentiate between large fonts (Chinese, Japanese) and medium/small fonts (Western languages), and load them on demand;
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.2.3...v0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.3.0.exe
0 downloads ·
2026-02-27 15:42:15 +03:00 · 14 MiB
-
v0.2.3 Stable
released this
2026-01-31 07:29:55 +03:00 | 12 commits to main since this release📅 Originally published on GitHub: Sat, 31 Jan 2026 04:39:17 GMT
🏷️ Git tag created: Sat, 31 Jan 2026 04:29:55 GMTChange Summary:
- Because the UPX version of the file caused decision fatigue for users, and to avoid having to explain what UPX is, the GitHub Actions workflows code (please see "Full Changelog") has been modified to disable the release of UPX files.
- This new version has no functional changes compared to the previous version, so no version update notification will be sent.
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.2.2...v0.2.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.2.3.exe
0 downloads ·
2026-02-27 15:42:13 +03:00 · 14 MiB
-
v0.2.2 Stable
released this
2026-01-29 23:50:20 +03:00 | 13 commits to main since this release📅 Originally published on GitHub: Thu, 29 Jan 2026 20:59:06 GMT
🏷️ Git tag created: Thu, 29 Jan 2026 20:50:20 GMTChange Summary:
- The user interface is rendered using renderer-skia(This significantly increased the size of the executable file).
- Optimized prompt messages for export, move, and clone operations.
- The timestamps in the log files are output according to the user's time zone.
- Use UPX to compress executable files(To compensate for the increase in volume caused by adjustments to the rendering scheme).
- The compilation toolchain is standardized to stable-x86_64-pc-windows-msvc.
- Optimizing for competitive issues in consecutive delete operations across multiple distribution instances.
- Optimize migration functionality.
- The new rendering scheme significantly reduces the software's memory usage (35MB for the executable version, 50MB for the UPX-compressed version).
Special Note: What is wsldashboard.v*.*.*.upx.exe ?
- The compiled
wsldashboard.v*.*.*.exe(14MB) file is compressed using UPX to generate a smaller executable file wsldashboard.v*.*.*.upx.exe (5MB); - The executable files on the release page are automatically built by GitHub Actions workflows ( .github/workflows/release.yml ), so the files are trustworthy ;
- Because the executable file uses compression technology, it may be falsely detected as a threat by some antivirus software ;
- Both files have identical functionality and can be downloaded as needed ;
If you are a regular user (not a developer or a tech enthusiast), it is strongly recommended that you download the wsldashboard.v*.*.*.exe version of the file.
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.2.0...v0.2.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.2.2.exe
0 downloads ·
2026-02-27 15:42:10 +03:00 · 14 MiB -
wsldashboard.v0.2.2.upx.exe
0 downloads ·
2026-02-27 15:42:11 +03:00 · 5 MiB
-
v0.2.0 Stable
released this
2026-01-27 21:02:33 +03:00 | 16 commits to main since this release📅 Originally published on GitHub: Tue, 27 Jan 2026 18:12:16 GMT
🏷️ Git tag created: Tue, 27 Jan 2026 18:02:33 GMTChange Summary:
- Move the distribution to the specified directory.
- If the distribution does not support VS Code functionality, an installation prompt will be displayed.
- Exporting , moving and cloning Linux distributions: adding a global mutex lock.
- Distribution settings: Set as default distribution; automatic startup on boot (startup script hook); terminal directory; VS Code directory.
- The log download during the distribution installation shows optimizations.
- When removing a distribution, use Remove-AppxPackage to clean up the Appx package.
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.1.1...v0.2.0
Software introduction video:
https://www.youtube.com/watch?v=6bj7vR5dEuUDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.2.0.exe
0 downloads ·
2026-02-27 15:42:08 +03:00 · 8 MiB
-
v0.1.1 Stable
released this
2026-01-24 16:47:36 +03:00 | 17 commits to main since this release📅 Originally published on GitHub: Sat, 24 Jan 2026 13:56:34 GMT
🏷️ Git tag created: Sat, 24 Jan 2026 13:47:36 GMTChange Summary:
- Default subsystems now display different background colors.
- Software icons are adapted for Windows 10 (including "Segoe Fluent Icons font").
- Automated building and release of new versions using GitHub Actions.
Full Changelog: https://github.com/owu/wsl-dashboard/compare/v0.1.0...v0.1.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.1.1.exe
0 downloads ·
2026-02-27 15:42:06 +03:00 · 7.8 MiB
-
v0.1.0 Stable
released this
2026-01-19 19:30:00 +03:00 | 20 commits to main since this release📅 Originally published on GitHub: Mon, 19 Jan 2026 16:31:56 GMT
🏷️ Git tag created: Mon, 19 Jan 2026 16:30:00 GMTthe first version v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wsldashboard.v0.1.0.exe
0 downloads ·
2026-02-27 15:42:04 +03:00 · 7.9 MiB
-
Source code (ZIP)
mirror of
https://github.com/owu/wsl-dashboard.git
synced 2026-04-24 22:55:48 +03:00