• v0.2.2 f999272832

    v0.2.2 Stable

    kerem released this 2026-01-29 23:50:20 +03:00 | 13 commits to main since this release

    No known key found for this signature in database
    GPG key ID: A963438AF24538A0

    📅 Originally published on GitHub: Thu, 29 Jan 2026 20:59:06 GMT
    🏷️ Git tag created: Thu, 29 Jan 2026 20:50:20 GMT

    Change Summary:

    1. The user interface is rendered using renderer-skia(This significantly increased the size of the executable file).
    2. Optimized prompt messages for export, move, and clone operations.
    3. The timestamps in the log files are output according to the user's time zone.
    4. Use UPX to compress executable files(To compensate for the increase in volume caused by adjustments to the rendering scheme).
    5. The compilation toolchain is standardized to stable-x86_64-pc-windows-msvc.
    6. Optimizing for competitive issues in consecutive delete operations across multiple distribution instances.
    7. Optimize migration functionality.
    8. 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 ?

    1. The compiled wsldashboard.v*.*.*.exe (14MB) file is compressed using UPX to generate a smaller executable file wsldashboard.v*.*.*.upx.exe (5MB);
    2. The executable files on the release page are automatically built by GitHub Actions workflows ( .github/workflows/release.yml ), so the files are trustworthy ;
    3. Because the executable file uses compression technology, it may be falsely detected as a threat by some antivirus software ;
    4. 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