Skip to content

Releases: EricLin0509/WuMing

v1.0: Milestone achieved

30 Dec 16:04
v1.0
342b7e8

Choose a tag to compare

Changes

  • Add toast notification
  • Use asynchronous I/O to run the process
  • Add Delete All button for the threat page
  • Minor fixes and some optimizations

Full Changelog: v0.4...v1.0

v0.4: Add user settings

30 Nov 12:58
v0.4
2e6816c

Choose a tag to compare

Changes

  • Add user settings
图片
  • Minor fixes and some optimizations

Full Changelog: v0.3.1...v0.4

v0.3.1: Add notification support

10 Nov 11:26
v0.3.1
286b444

Choose a tag to compare

Highlights

This version finally add a application icon

com ericlin wuming

and add notification support

notificaton

Changes

  • Add notification support
  • Add Application icon
  • Minor fixes and some optimizations

Full Changelog: v0.3...v0.3.1

v0.3: Add SecurityOverviewPage and UI redesign

19 Oct 17:00
v0.3
0b2e450

Choose a tag to compare

Hightlights

This version add SecurityOverviewPage and redesign a lot of pages and widgets

Old New
old-scan new-scan
old-scanning new-scanning
old-scan-result new-scan-result
old-update new-update

Changes

  • Add SecurityOverviewPage
  • Redesign some pages and widgets
  • Minor fixes and some optimizations

Full Changelog: v0.2.beta3...v0.3

v0.2.beta3: Reliability update

25 Sep 16:26
v0.2.beta3
963d77f

Choose a tag to compare

Highlight

This version add clamscanc, which provide concurrent scanning, but this program is still under the development.

To test this program, you need to install manually

git clone https://github.com/EricLin0509/WuMing/
cd WuMing/src/clamscanc
make && sudo make install # If you don't need to install, just input make

Changes

  • Add clamscanc for concurrent scanning (Still in testing)
  • Add keyboard shortcuts
  • Use AdwShortcutsDialog
  • Rewrite ring_buffer_find_new_line and drop LineAccumulator
  • optimize file-security library
  • A bunch of fixes and optimizations

Full Changelog: v0.2.beta2...v0.2.beta3

v0.2.beta2: Add helper program

05 Sep 18:42
v0.2.beta2
b777ba1

Choose a tag to compare

This version allow user to delete files in system directories via a helper prgram

Changes

  • Add a elevated helper program to delete files in system directories
  • Minor fixes and some optimizations

Full Changelog: v0.2.beta1...v0.2.beta2

v0.2.beta1: First BETA version

30 Aug 05:42
v0.2.beta1
9a66ec9

Choose a tag to compare

This is the first BETA version of this app 🎉

Changes

  • Allow user to cancel the scan
  • Allow user delete infected files
  • Minor fixes and cleanup

Full Changelog: v0.1.1...v0.2.beta1

Known issue

  • Can't remove infected files in the system directories (e.g. files in /usr), may need a elevated helper app to fix this issue.

v0.1.1: Critical bug fix

25 Aug 21:40
v0.1.1
ac93da8

Choose a tag to compare

Pre-release

This version fix a critical bug which use a improper clean-up logic in the function clear_box_list_and_force_close

Full Changelog: v0.1...v0.1.1

v0.1: The first preview version

25 Aug 17:09
v0.1
b7698be

Choose a tag to compare

Pre-release

This version only implement the Scan Page and the Update Page

Full Changelog: https://github.com/EricLin0509/WuMing/commits/v0.1