Skip to content

Releases: EricLin0509/WuMing

v1.0: Milestone achieved

Choose a tag to compare

@EricLin0509 EricLin0509 released this 30 Dec 16:04
v1.0
342b7e8

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

Choose a tag to compare

@EricLin0509 EricLin0509 released this 30 Nov 12:58
v0.4
2e6816c

Changes

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

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

v0.3.1: Add notification support

Choose a tag to compare

@EricLin0509 EricLin0509 released this 10 Nov 11:26
v0.3.1
286b444

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

Choose a tag to compare

@EricLin0509 EricLin0509 released this 19 Oct 17:00
v0.3
0b2e450

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

Choose a tag to compare

@EricLin0509 EricLin0509 released this 25 Sep 16:26
v0.2.beta3
963d77f

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

Choose a tag to compare

@EricLin0509 EricLin0509 released this 05 Sep 18:42
v0.2.beta2
b777ba1

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

Choose a tag to compare

@EricLin0509 EricLin0509 released this 30 Aug 05:42
v0.2.beta1
9a66ec9

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

Pre-release

Choose a tag to compare

@EricLin0509 EricLin0509 released this 25 Aug 21:40
v0.1.1
ac93da8

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

Pre-release

Choose a tag to compare

@EricLin0509 EricLin0509 released this 25 Aug 17:09
v0.1
b7698be

This version only implement the Scan Page and the Update Page

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