Skip to content

Releases: reply2future/dmonitor

Merge pull request #62 from reply2future/chores/issue#59_v0.5.1

27 Dec 07:06
a957ddf

Choose a tag to compare

v0.5.0

04 Jul 02:47

Choose a tag to compare

🚀 Features

  • #49 add the configuration to check time interval

v0.5.0-pre

04 Jul 02:16

Choose a tag to compare

v0.5.0-pre Pre-release
Pre-release
  • no changes

v0.4.0

03 Jul 07:31

Choose a tag to compare

🚀 Features

  • Refact/issue#33 main module

🐛 Fixes

  • #44 fixed kill process menu item position error

v0.3.0

30 Jun 10:29

Choose a tag to compare

🚀 Features

  • #22 add preference window
  • Feature/issue#41 auto launch
  • #35 add help button event and show app info

v0.2.8

24 Jun 02:53

Choose a tag to compare

🚀 Features

  • #15 show the process name
  • Bugfix/issue#30 auto remove error

🐛 Fixes

  • #20 fix changelog conf cannot work

v0.2.7

21 Jun 04:20

Choose a tag to compare

  • no changes

add silent mode

17 Jun 10:08

Choose a tag to compare

add silent mode Pre-release
Pre-release
  1. add silent mode

basic feature version

09 Jun 11:15

Choose a tag to compare

basic feature version Pre-release
Pre-release

It contains the basic feature:

  1. get the cpu usage of all process per minute
  2. if the median of the process cpu usages hit the threshold, it would send the notification and add a kill pid menu item to the menu bar.
  3. It only tests on the MacOS.