Skip to content

Releases: TheUserWW/MemoryCleaner

1.1.0 maintaince

09 Sep 08:42
be8a9ca

Choose a tag to compare

Since WinUI3 version of MemoryCleaner can be installed in some computers, I will still offer Qt version of MemoryCleaner in the future, and I will upate WinUI3 MemoryCleaner too.
I fix the bug: User's setting can not be saved

1.2.0 Available!

07 Sep 00:31
9b5cc00

Choose a tag to compare

As you see, I jump from 1.0.9 to 1.2.0, because this is a very important update. (Avtually different from all previous version). I rebulid the software in WinUI3 c++ so the size of the software only have 1.2MB.
However, there still have some problem: the admi power will be limited, and I'm find the way to slove that.
屏幕截图 2025-09-06 201534
If your computer doesn't trust the package, you have to install the certificiae first
Besides,since I haven't received the certificate certification yet, your computer may reject to install this version of MemoryCleaner.
In this case, you have to download the certificate at https://github.com/TheUserWW/MemoryCleaner
I will get a real certificate soon :)

1.0.9 Release Avaliable !!!

13 Aug 05:46
4504bf7

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.7 Release

24 Jun 14:04
4504bf7

Choose a tag to compare

This version of software fixed some ui bug and reduce the size of software!

1.0.6 more languages avaliable.

08 Jun 09:25
94e0c1d

Choose a tag to compare

This version add more languages, and fixed some ui bugs.

1.0.5 avaliable!!!

31 May 12:58
41f5d32

Choose a tag to compare

The version support Chinese English Russian and Frence Languages

1.0.4 Update

13 Apr 05:29
9833769

Choose a tag to compare

这次更新在程序目录下添加了一个ini文件用来保存用户上一次的选择

Full Changelog: bug-fix...moreuserFriendly

1.0.3 Update

12 Apr 02:38
aad89d8

Choose a tag to compare

修复了点击关于需要点击两次Ok才退出窗口的 bug

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)