Skip to content

Releases: TheUserWW/MemoryCleaner

v1.0.9 Release Avaliable !!!

13 Aug 05:46
1ad442f

Choose a tag to compare

In this version, I compiled the sotware statically, so the size of the software decrease to 10 MB!!!!!!!

1.0.2 Update

10 Apr 12:56
728c576

Choose a tag to compare

这次更新添加了更多功能的右键小托盘菜单
This update adds a more versatile right-click small tray menu
image
新的进度条UI
New progress bar UI
image
用户目前可以直接在系统小托盘处看到自己的物理内存状态
Users can now see their physical memory status directly in the system tray
image

1.0.1 Update

09 Apr 23:46
e412341

Choose a tag to compare

使用 QLocalServer + QLocalSocket 检测是否已有实例运行。
如果程序已启动,新实例会立即退出,并通过进程间通信(IPC)通知旧实例激活窗口
Run QLocalServer + QLocalSocket to check whether an instance is running.
If the program has been started, the new instance exits immediately and the old instance is notified of the activation window via inter-process communication (IPC)