Releases: 0xlonger/Disk-Squeezer
Releases · 0xlonger/Disk-Squeezer
Release list
Disk-Squeezer 3.0
变更(破坏性变更)
- 项目架构完全重构,废弃旧仓库中混乱的版本目录结构与冗余的编译产物,统一代码命名规范,实现标准化工程管理。
- 由原方案切换至 QML,彻底摒弃此前复杂的视觉动效。
- Qt 版本由 5.12.12 升级至 6.10.1(Linux 平台为 6.11.0)。
- UI 风格按平台分化:
- Android 平台采用 QML Material 风格界面(不知道这个版本的 QML 有什么神奇的问题,所以用 Material 风格以确保显示正常)。
- 其他平台(Windows/Linux)采用 QML FluentWinUI3 风格界面。
- 更新应用程序图标。
- 将独立仓库中的命令行版本功能合并至主程序,命令行版本仓库将停止更新。
新增
- 跨平台支持:现已正式支持 Windows、Linux 和 Android 三大平台。
- 新增划区模式(Allocate Mode),实现方式采用 API 回退策略:
- 优先调用各平台原生 API;
- 若均不可用,回退至 Qt 自带的通用实现方法。
优化
- 写入模式效率优化。
- 命令模式效率进一步提高。
Disk-Squeezer 2.0
Version 2.0 for Disk-Squeezer
- The GUI was be beautiful.
- Added some animation.
- Command Mode will be faster.
- At the beginning, the window is automatically hidden.
- Has a system tray that can be exited at any time.
- When it ends, a Windows message prompt will be used.
- The program file size became smaller, and many useless components were removed.


Disk-Squeezer 2.0-Beta
Version 2.0-Beta for Disk-Squeezer
- It has a GUI interface, used Qt.
- It is much more stable than the version 2.0-Alpha, and it can use write mode, and will not be unresponsive.
- command mode will be very fast.
Disk-Squeezer 1.5
Version 1.5 of Disk-Squeezer
- Convert to a 64-bit program.
- Support dual switching of Chinese Simplified Chinese and English.
- Added the "About" option.
Disk-Squeezer 1.4
Version 1.4 of Disk-Squeezer
- has added an important core function in the future: command mode. which has greatly improved the speed.
The first version of the source code that is not lost.
Disk-Squeezer 1.3
Version 1.3 of Disk-Squeezer
- Added a progress bar.
- Added the function of displaying content.
Because the version is too early, the source code has been lost.
Disk-Squeezer 1.2
Version 1.2 of Disk-Squeezer
- You only need to enter a drive letter, not a full path.
Because the version is too early, the source code has been lost.
Disk-Squeezer 1.1
Version 1.1 of Disk-Squeezer
- Adds the ability to write paths.
Because the version is too early, the source code has been lost.
Disk-Squeezer 1.0
Version 1.0 of Disk-Squeezer
- The first official version of Disk-Squeezer, written in C++.
Because the version is too early, the source code has been lost.
Disk-Squeezer Initial Release
Initial release of Disk-Squeezer
- The birth of Disk-Squeezer, the first version, was developed using Python.