v0.2.2
Change 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: v0.2.0...v0.2.2